public class ASMifierAbstractVisitor extends AbstractVisitor
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name
The name of the variable for this visitor in the produced code.
|
buf, OPCODES, text, TYPES| Modifier | Constructor and Description |
|---|---|
protected |
ASMifierAbstractVisitor(java.lang.String name)
Constructs a new
ASMifierAbstractVisitor. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible)
Prints the ASM code that generates the given annotation.
|
void |
visitAttribute(Attribute attr)
Prints the ASM code that generates the given attribute.
|
void |
visitEnd()
Prints the ASM code to end the visit.
|
appendString, getDefaultAttributes, getText, printprotected java.lang.String name
protected ASMifierAbstractVisitor(java.lang.String name)
ASMifierAbstractVisitor.name - the name of the variable for this visitor in the produced
code.public AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
desc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.public void visitAttribute(Attribute attr)
attr - an attribute.public void visitEnd()
Copyright © 2013 Oracle Corporation. All Rights Reserved.