Uses of Class
serp.bytecode.Annotation.Property
Packages that use Annotation.Property
-
Uses of Annotation.Property in serp.bytecode
Methods in serp.bytecode that return Annotation.PropertyModifier and TypeMethodDescriptionAnnotation.addProperty(String name) Add a new property.Annotation.addProperty(Annotation.Property p) Import a property from another instance.Annotation.getProperties()All declared properties.Annotation.getProperty(String name) Return the property with the given name, or null if none.Methods in serp.bytecode with parameters of type Annotation.PropertyModifier and TypeMethodDescriptionAnnotation.addProperty(Annotation.Property p) Import a property from another instance.booleanAnnotation.removeProperty(Annotation.Property prop) Remove the given property.voidAnnotation.setProperties(Annotation.Property[] props) Set the annotation properties. -
Uses of Annotation.Property in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type Annotation.PropertyModifier and TypeMethodDescriptionvoidBCVisitor.enterAnnotationProperty(Annotation.Property obj) voidPrettyPrintVisitor.enterAnnotationProperty(Annotation.Property obj) voidBCVisitor.exitAnnotationProperty(Annotation.Property obj) voidPrettyPrintVisitor.exitAnnotationProperty(Annotation.Property obj)