Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterAnnotationProperty(Annotation.Property obj) |
void |
PrettyPrintVisitor.enterAnnotationProperty(Annotation.Property obj) |
void |
BCVisitor.exitAnnotationProperty(Annotation.Property obj) |
void |
PrettyPrintVisitor.exitAnnotationProperty(Annotation.Property obj) |
Copyright © 2002–2019. All rights reserved.