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