|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.objectweb.asm.util.AbstractVisitor
org.objectweb.asm.util.ASMifierAbstractVisitor
public class ASMifierAbstractVisitor
An abstract ASMifier visitor.
| 字段摘要 | |
|---|---|
protected String |
name
The name of the variable for this visitor in the produced code. |
| 从类 org.objectweb.asm.util.AbstractVisitor 继承的字段 |
|---|
buf, OPCODES, text, TYPES |
| 构造方法摘要 | |
|---|---|
protected |
ASMifierAbstractVisitor(String name)
Constructs a new ASMifierAbstractVisitor. |
| 方法摘要 | |
|---|---|
AnnotationVisitor |
visitAnnotation(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. |
| 从类 org.objectweb.asm.util.AbstractVisitor 继承的方法 |
|---|
appendString, getDefaultAttributes, getText, print |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected String name
| 构造方法详细信息 |
|---|
protected ASMifierAbstractVisitor(String name)
ASMifierAbstractVisitor.
name - the name of the variable for this visitor in the produced
code.| 方法详细信息 |
|---|
public AnnotationVisitor visitAnnotation(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()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||