Package com.googlecode.d2j.node.insn
Class ConstStmtNode
- java.lang.Object
-
- com.googlecode.d2j.node.insn.DexStmtNode
-
- com.googlecode.d2j.node.insn.ConstStmtNode
-
public class ConstStmtNode extends DexStmtNode
-
-
Field Summary
Fields Modifier and Type Field Description intajava.lang.Objectvalue-
Fields inherited from class com.googlecode.d2j.node.insn.DexStmtNode
index, op
-
-
Constructor Summary
Constructors Constructor Description ConstStmtNode(Op op, int a, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(DexCodeVisitor cv)
-
-
-
Constructor Detail
-
ConstStmtNode
public ConstStmtNode(Op op, int a, java.lang.Object value)
-
-
Method Detail
-
accept
public void accept(DexCodeVisitor cv)
- Specified by:
acceptin classDexStmtNode
-
-