Class Stmt1RNode
- java.lang.Object
-
- proguard.dexfile.reader.node.insn.DexStmtNode
-
- proguard.dexfile.reader.node.insn.Stmt1RNode
-
public class Stmt1RNode extends DexStmtNode
-
-
Field Summary
Fields Modifier and Type Field Description int
a
-
Fields inherited from class proguard.dexfile.reader.node.insn.DexStmtNode
__index, op
-
-
Constructor Summary
Constructors Constructor Description Stmt1RNode(Op op, int a)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(DexCodeVisitor cv)
-
-
-
Constructor Detail
-
Stmt1RNode
public Stmt1RNode(Op op, int a)
-
-
Method Detail
-
accept
public void accept(DexCodeVisitor cv)
- Specified by:
accept
in classDexStmtNode
-
-