Class ElementsImpl9
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl9
- All Implemented Interfaces:
Elements
Utilities for working with java9 language elements.
There is one of these for every ProcessingEnvironment.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Elements
Elements.DocCommentKind, Elements.Origin -
Field Summary
Fields inherited from class ElementsImpl
_env, INITIAL_DELIMITER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<? extends ModuleElement> getEnumConstantBody(VariableElement enumConstant) getFileObjectOf(Element element) getModuleElement(CharSequence name) getModuleOf(Element elem) getOrigin(ModuleElement m, ModuleElement.Directive directive) getPackageElement(ModuleElement module, CharSequence name) getTypeElement(CharSequence name) getTypeElement(ModuleElement module, CharSequence name) booleanisAutomaticModule(ModuleElement module) booleanbooleanbooleanMethods inherited from class ElementsImpl
create, formatJavadoc, getAllAnnotationMirrors, getAllMembers, getBinaryName, getConstantExpression, getElementValuesWithDefaults, getName, getPackageElement, getPackageOf, getUnparsedDocComment, hides, isDeprecated, isFunctionalInterface, overrides, printElementsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Elements
getAllPackageElements, getAllTypeElements, getOutermostTypeElement, recordComponentFor
-
Constructor Details
-
ElementsImpl9
-
-
Method Details
-
getTypeElement
- Specified by:
getTypeElementin interfaceElements- Overrides:
getTypeElementin classElementsImpl
-
getTypeElement
-
getOrigin
-
getOrigin
-
getOrigin
-
isBridge
-
getModuleOf
-
getModuleElement
-
getAllModuleElements
-
getPackageElement
-
isAutomaticModule
- Specified by:
isAutomaticModulein interfaceElements- Overrides:
isAutomaticModulein classElementsImpl
-
getFileObjectOf
-
getEnumConstantBody
-
isCanonicalConstructor
-
isCompactConstructor
-
getDocComment
- Specified by:
getDocCommentin interfaceElements- Overrides:
getDocCommentin classElementsImpl
-
getDocCommentKind
-