Class ConstStmtNode
- java.lang.Object
-
- proguard.dexfile.reader.node.insn.DexStmtNode
-
- proguard.dexfile.reader.node.insn.ConstStmtNode
-
public class ConstStmtNode extends DexStmtNode
-
-
Field Summary
Fields Modifier and Type Field Description int
a
java.lang.Object
value
-
Fields inherited from class proguard.dexfile.reader.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 void
accept(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:
accept
in classDexStmtNode
-
-