Uses of Interface
org.jboss.forge.roaster.model.AnnotationElement
Packages that use AnnotationElement
-
Uses of AnnotationElement in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return AnnotationElementModifier and TypeMethodDescriptionJavaAnnotation.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 AnnotationElementModifier and TypeMethodDescriptionList<? 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 AnnotationElementModifier and TypeMethodDescriptionbooleanJavaAnnotation.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.sourceModifier and TypeInterfaceDescriptioninterfaceRepresents an element definition of aJavaAnnotationSource.Methods in org.jboss.forge.roaster.model.source with parameters of type AnnotationElementModifier and TypeMethodDescriptionJavaAnnotationSource.removeAnnotationElement(AnnotationElement<?> annotationElement) Remove the givenAnnotationElementfrom thisJavaAnnotationSourceinstance, if it exists; otherwise, do nothing.