Uses of Class
javax.lang.model.util.Elements.Origin
| Package | Description | 
|---|---|
| javax.lang.model.util | Utilities to assist in the processing of
 program elements and
 types. | 
- 
Uses of Elements.Origin in javax.lang.model.utilMethods in javax.lang.model.util that return Elements.Origin Modifier and Type Method Description default Elements.OriginElements. getOrigin(AnnotatedConstruct c, AnnotationMirror a)Returns the origin of the given annotation mirror.default Elements.OriginElements. getOrigin(Element e)Returns the origin of the given element.default Elements.OriginElements. getOrigin(ModuleElement m, ModuleElement.Directive directive)Returns the origin of the given module directive.static Elements.OriginElements.Origin. valueOf(String name)Returns the enum constant of this type with the specified name.static Elements.Origin[]Elements.Origin. values()Returns an array containing the constants of this enum type, in the order they are declared.