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