Uses of Class
org.microbean.construct.element.SyntheticName
Packages that use SyntheticName
Package
Description
Provides classes and interfaces related to Java language elements.
-
Uses of SyntheticName in org.microbean.construct.element
Methods in org.microbean.construct.element that return SyntheticNameModifier and TypeMethodDescriptionfinal SyntheticNameSyntheticAnnotationTypeElement.getQualifiedName()final SyntheticNameSyntheticAnnotationTypeElement.getSimpleName()Methods in org.microbean.construct.element that return types with arguments of type SyntheticNameModifier and TypeMethodDescriptionfinal Optional<DynamicConstantDesc<SyntheticName>> SyntheticName.describeConstable()Constructors in org.microbean.construct.element with parameters of type SyntheticNameModifierConstructorDescriptionSyntheticAnnotationElement(List<? extends AnnotationMirror> annotationMirrors, TypeMirror type, SyntheticName name) Creates a newSyntheticAnnotationTypeElement.SyntheticAnnotationElement.SyntheticAnnotationElement(List<? extends AnnotationMirror> annotationMirrors, TypeMirror type, SyntheticName name, SyntheticAnnotationValue defaultValue) Creates a newSyntheticAnnotationTypeElement.SyntheticAnnotationElement.SyntheticAnnotationElement(TypeMirror type, SyntheticName name) Creates a newSyntheticAnnotationTypeElement.SyntheticAnnotationElement.SyntheticAnnotationElement(TypeMirror type, SyntheticName name, SyntheticAnnotationValue defaultValue) Creates a newSyntheticAnnotationTypeElement.SyntheticAnnotationElement.SyntheticAnnotationTypeElement(List<? extends AnnotationMirror> annotationMirrors, SyntheticName fullyQualifiedName) Creates a newSyntheticAnnotationTypeElement, mostly, if not exclusively, for use bySyntheticAnnotationMirrorinstances.SyntheticAnnotationTypeElement(List<? extends AnnotationMirror> annotationMirrors, SyntheticName fullyQualifiedName, List<? extends SyntheticAnnotationTypeElement.SyntheticAnnotationElement> elements) Creates a newSyntheticAnnotationTypeElement, mostly, if not exclusively, for use bySyntheticAnnotationMirrorinstances.SyntheticAnnotationTypeElement(AnnotationMirror annotationMirror, SyntheticName fullyQualifiedName) Creates a newSyntheticAnnotationTypeElement, mostly, if not exclusively, for use bySyntheticAnnotationMirrorinstances.SyntheticAnnotationTypeElement(SyntheticName fullyQualifiedName) Creates a newSyntheticAnnotationTypeElement, mostly, if not exclusively, for use bySyntheticAnnotationMirrorinstances.SyntheticAnnotationTypeElement(SyntheticName fullyQualifiedName, List<? extends SyntheticAnnotationTypeElement.SyntheticAnnotationElement> elements) Creates a newSyntheticAnnotationTypeElement, mostly, if not exclusively, for use bySyntheticAnnotationMirrorinstances.