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 javax.lang.model.util.Elements
Elements.DocCommentKind, Elements.Origin -
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
_env, INITIAL_DELIMITER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<? extends ModuleElement> 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 org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
create, formatJavadoc, getAllAnnotationMirrors, getAllMembers, getBinaryName, getConstantExpression, getElementValuesWithDefaults, getName, getPackageElement, getPackageOf, getUnparsedDocComment, hides, isDeprecated, isFunctionalInterface, overrides, printElementsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.lang.model.util.Elements
getAllPackageElements, getAllTypeElements, getEnumConstantBody, 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
-
isCanonicalConstructor
-
isCompactConstructor
-
getDocComment
- Specified by:
getDocCommentin interfaceElements- Overrides:
getDocCommentin classElementsImpl
-
getDocCommentKind
-