Klasse RoundEnvImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.RoundEnvImpl
- Alle implementierten Schnittstellen:
RoundEnvironment
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRoundEnvImpl(CompilationUnitDeclaration[] units, ReferenceBinding[] binaryTypeBindings, boolean isLastRound, BaseProcessingEnvImpl env) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetElementsAnnotatedWith(Class<? extends Annotation> a) From the set of root elements and their enclosed elements, return the subset that are annotated witha.Return the set of annotation types that were discovered on the root elements.booleanVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden javax.annotation.processing.RoundEnvironment
getElementsAnnotatedWithAny, getElementsAnnotatedWithAny
-
Konstruktordetails
-
RoundEnvImpl
public RoundEnvImpl(CompilationUnitDeclaration[] units, ReferenceBinding[] binaryTypeBindings, boolean isLastRound, BaseProcessingEnvImpl env)
-
-
Methodendetails
-
getRootAnnotations
Return the set of annotation types that were discovered on the root elements. This does not include inherited annotations, only those directly on the root elements.- Gibt zurück:
- a set of annotation types, possibly empty.
-
errorRaised
public boolean errorRaised()- Angegeben von:
errorRaisedin SchnittstelleRoundEnvironment
-
getElementsAnnotatedWith
From the set of root elements and their enclosed elements, return the subset that are annotated witha. Ifais annotated with theInheritedannotation, include those elements that inherit the annotation from their superclasses. Note thatInheritedonly applies to classes (i.e. TypeElements).- Angegeben von:
getElementsAnnotatedWithin SchnittstelleRoundEnvironment
-
getElementsAnnotatedWith
- Angegeben von:
getElementsAnnotatedWithin SchnittstelleRoundEnvironment
-
getRootElements
- Angegeben von:
getRootElementsin SchnittstelleRoundEnvironment
-
processingOver
public boolean processingOver()- Angegeben von:
processingOverin SchnittstelleRoundEnvironment
-