Uses of Class
serp.bytecode.Annotation.Property

Packages that use Annotation.Property
serp.bytecode Bytecode Manipuation 
serp.bytecode.visitor Bytecode Visitor 
 

Uses of Annotation.Property in serp.bytecode
 

Methods in serp.bytecode that return Annotation.Property
 Annotation.Property Annotation.addProperty(Annotation.Property p)
          Import a property from another instance.
 Annotation.Property Annotation.addProperty(String name)
          Add a new property.
 Annotation.Property[] Annotation.getProperties()
          All declared properties.
 Annotation.Property Annotation.getProperty(String name)
          Return the property with the given name, or null if none.
 

Methods in serp.bytecode with parameters of type Annotation.Property
 Annotation.Property Annotation.addProperty(Annotation.Property p)
          Import a property from another instance.
 boolean Annotation.removeProperty(Annotation.Property prop)
          Remove the given property.
 void Annotation.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
 void PrettyPrintVisitor.enterAnnotationProperty(Annotation.Property obj)
           
 void BCVisitor.enterAnnotationProperty(Annotation.Property obj)
           
 void PrettyPrintVisitor.exitAnnotationProperty(Annotation.Property obj)
           
 void BCVisitor.exitAnnotationProperty(Annotation.Property obj)
           
 



Copyright © 2002-2007. All Rights Reserved.