|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.objectweb.asm.util.AbstractVisitor
public abstract class AbstractVisitor
An abstract visitor.
| 字段摘要 | |
|---|---|
protected StringBuffer |
buf
A buffer that can be used to create strings. |
static String[] |
OPCODES
The names of the Java Virtual Machine opcodes. |
List |
text
The text to be printed. |
static String[] |
TYPES
Types for operand parameter of the
MethodVisitor.visitIntInsn(int, int) method when
opcode is NEWARRAY. |
| 构造方法摘要 | |
|---|---|
protected |
AbstractVisitor()
Constructs a new AbstractVisitor. |
| 方法摘要 | |
|---|---|
static void |
appendString(StringBuffer buf,
String s)
Appends a quoted string to a given buffer. |
static Attribute[] |
getDefaultAttributes()
Returns the default ASMifiable prototypes. |
List |
getText()
Returns the text constructed by this visitor. |
void |
print(PrintWriter pw)
Prints the text constructed by this visitor. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static final String[] OPCODES
public static final String[] TYPES
operand parameter of the
MethodVisitor.visitIntInsn(int, int) method when
opcode is NEWARRAY.
public final List text
protected final StringBuffer buf
| 构造方法详细信息 |
|---|
protected AbstractVisitor()
AbstractVisitor.
| 方法详细信息 |
|---|
public List getText()
public void print(PrintWriter pw)
pw - the print writer to be used.
public static void appendString(StringBuffer buf,
String s)
buf - the buffer where the string must be added.s - the string to be added.public static Attribute[] getDefaultAttributes()
ASMifiable prototypes.
ASMifiable prototypes.
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||