Klasse BaseProcessingEnvImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
- Alle implementierten Schnittstellen:
ProcessingEnvironment
- Bekannte direkte Unterklassen:
BatchProcessingEnvImpl
Implementation of ProcessingEnvironment that is common to batch and IDE environments.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddNewClassFile(ReferenceBinding binding) voidaddNewUnit(ICompilationUnit unit) booleanHas an error been raised in any of the rounds of processing in this build?getFiler()booleanvoidreset()Called when AnnotationProcessorManager has retrieved the list of newly generated compilation units (ie, once per round)voidsetErrorRaised(boolean b) Set or clear the errorRaised flag.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden javax.annotation.processing.ProcessingEnvironment
getLocale
-
Felddetails
-
_filer
-
_messager
-
_processorOptions
-
_compiler
-
_elementUtils
-
_typeUtils
-
_current_module
-
-
Konstruktordetails
-
BaseProcessingEnvImpl
public BaseProcessingEnvImpl()
-
-
Methodendetails
-
addNewUnit
-
addNewClassFile
-
getCompiler
-
getDeletedUnits
-
getNewUnits
-
getElementUtils
- Angegeben von:
getElementUtilsin SchnittstelleProcessingEnvironment
-
getFiler
- Angegeben von:
getFilerin SchnittstelleProcessingEnvironment
-
getMessager
- Angegeben von:
getMessagerin SchnittstelleProcessingEnvironment
-
getOptions
- Angegeben von:
getOptionsin SchnittstelleProcessingEnvironment
-
getTypeUtils
- Angegeben von:
getTypeUtilsin SchnittstelleProcessingEnvironment
-
getLookupEnvironment
-
getSourceVersion
- Angegeben von:
getSourceVersionin SchnittstelleProcessingEnvironment
-
reset
public void reset()Called when AnnotationProcessorManager has retrieved the list of newly generated compilation units (ie, once per round) -
errorRaised
public boolean errorRaised()Has an error been raised in any of the rounds of processing in this build?- Gibt zurück:
-
setErrorRaised
public void setErrorRaised(boolean b) Set or clear the errorRaised flag. Typically this will be set by the Messager when an error has been raised, and it will never be cleared. -
getFactory
-
getNewClassFiles
-
isPreviewEnabled
public boolean isPreviewEnabled()- Angegeben von:
isPreviewEnabledin SchnittstelleProcessingEnvironment
-