Uses of Interface
org.jboss.forge.roaster.model.AnnotationElement
-
Packages that use AnnotationElement Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of AnnotationElement in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return AnnotationElement Modifier and Type Method Description AnnotationElement<O>JavaAnnotation. getAnnotationElement(String name)Get theAnnotationElementwith the given name and return it, otherwise, return null.Methods in org.jboss.forge.roaster.model that return types with arguments of type AnnotationElement Modifier and Type Method Description List<? extends AnnotationElement<O>>JavaAnnotation. getAnnotationElements()Get a list of allAnnotationElements declared by thisJavaAnnotation, or return an empty list if noAnnotationElements are declared.Methods in org.jboss.forge.roaster.model with parameters of type AnnotationElement Modifier and Type Method Description booleanJavaAnnotation. hasAnnotationElement(AnnotationElement<?> annotationElement)Return whether or not thisJavaAnnotationdeclares the givenAnnotationElementinstance. -
Uses of AnnotationElement in org.jboss.forge.roaster.model.source
Subinterfaces of AnnotationElement in org.jboss.forge.roaster.model.source Modifier and Type Interface Description interfaceAnnotationElementSourceRepresents an element definition of aJavaAnnotationSource.Methods in org.jboss.forge.roaster.model.source with parameters of type AnnotationElement Modifier and Type Method Description JavaAnnotationSourceJavaAnnotationSource. removeAnnotationElement(AnnotationElement<?> annotationElement)Remove the givenAnnotationElementfrom thisJavaAnnotationSourceinstance, if it exists; otherwise, do nothing.
-