Package com.googlecode.d2j.smali
Class SmaliCodeVisitor.SparseSwitchStmt
- java.lang.Object
-
- com.googlecode.d2j.node.insn.DexStmtNode
-
- com.googlecode.d2j.smali.SmaliCodeVisitor.SparseSwitchStmt
-
- Enclosing class:
- SmaliCodeVisitor
public static class SmaliCodeVisitor.SparseSwitchStmt extends com.googlecode.d2j.node.insn.DexStmtNode
-
-
Constructor Summary
Constructors Constructor Description SparseSwitchStmt(int[] cases, com.googlecode.d2j.DexLabel[] labels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(com.googlecode.d2j.visitors.DexCodeVisitor cv)
-