Uses of Class
serp.bytecode.Annotation.Property
-
Packages that use Annotation.Property Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of Annotation.Property in serp.bytecode
Methods in serp.bytecode that return Annotation.Property Modifier and Type Method Description Annotation.PropertyAnnotation. addProperty(java.lang.String name)Add a new property.Annotation.PropertyAnnotation. addProperty(Annotation.Property p)Import a property from another instance.Annotation.Property[]Annotation. getProperties()All declared properties.Annotation.PropertyAnnotation. getProperty(java.lang.String name)Return the property with the given name, or null if none.Methods in serp.bytecode with parameters of type Annotation.Property Modifier and Type Method Description Annotation.PropertyAnnotation. 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.Property Modifier and Type Method Description voidBCVisitor. enterAnnotationProperty(Annotation.Property obj)voidPrettyPrintVisitor. enterAnnotationProperty(Annotation.Property obj)voidBCVisitor. exitAnnotationProperty(Annotation.Property obj)voidPrettyPrintVisitor. exitAnnotationProperty(Annotation.Property obj)
-