public class TypeStmtNode extends DexStmtNode
| 限定符和类型 | 字段和说明 |
|---|---|
int |
a |
int |
b |
java.lang.String |
type |
__index, op| 构造器和说明 |
|---|
TypeStmtNode(Op op,
int a,
int b,
java.lang.String type) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(DexCodeVisitor cv) |
public TypeStmtNode(Op op, int a, int b, java.lang.String type)
public void accept(DexCodeVisitor cv)
accept 在类中 DexStmtNode