Uses of Enum Class
javax.lang.model.util.Elements.Origin
Packages that use Elements.Origin
-
Uses of Elements.Origin in javax.lang.model.util
Methods in javax.lang.model.util that return Elements.OriginModifier and TypeMethodDescriptiondefault Elements.Origin
Elements.getOrigin
(AnnotatedConstruct c, AnnotationMirror a) Returns the origin of the given annotation mirror.default Elements.Origin
Returns the origin of the given element.default Elements.Origin
Elements.getOrigin
(ModuleElement m, ModuleElement.Directive directive) Returns the origin of the given module directive.static Elements.Origin
Returns the enum constant of this class with the specified name.static Elements.Origin[]
Elements.Origin.values()
Returns an array containing the constants of this enum class, in the order they are declared.