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