Package com.googlecode.d2j.smali
Class SmaliCodeVisitor.PackedSwitchStmt
java.lang.Object
com.googlecode.d2j.node.insn.DexStmtNode
com.googlecode.d2j.smali.SmaliCodeVisitor.PackedSwitchStmt
- Enclosing class:
SmaliCodeVisitor
public static class SmaliCodeVisitor.PackedSwitchStmt
extends com.googlecode.d2j.node.insn.DexStmtNode
-
Field Summary
Fields inherited from class com.googlecode.d2j.node.insn.DexStmtNode
index, op -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PackedSwitchStmt
public PackedSwitchStmt(int reg, com.googlecode.d2j.DexLabel[] labels)
-
-
Method Details
-
accept
public void accept(com.googlecode.d2j.visitors.DexCodeVisitor cv) - Specified by:
acceptin classcom.googlecode.d2j.node.insn.DexStmtNode
-