public class ConstStmtNode extends DexStmtNode
Modifier and Type | Field and Description |
---|---|
int |
a |
java.lang.Object |
value |
__index, op
Constructor and Description |
---|
ConstStmtNode(Op op,
int a,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DexCodeVisitor cv) |
public ConstStmtNode(Op op, int a, java.lang.Object value)
public void accept(DexCodeVisitor cv)
accept
in class DexStmtNode