Class SmaliCodeVisitor.SparseSwitchStmt

  • Enclosing class:
    SmaliCodeVisitor

    public static class SmaliCodeVisitor.SparseSwitchStmt
    extends com.googlecode.d2j.node.insn.DexStmtNode
    • Field Summary

      • Fields inherited from class com.googlecode.d2j.node.insn.DexStmtNode

        index, op
    • 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
      void accept​(com.googlecode.d2j.visitors.DexCodeVisitor cv)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SparseSwitchStmt

        public SparseSwitchStmt​(int[] cases,
                                com.googlecode.d2j.DexLabel[] labels)
    • Method Detail

      • accept

        public void accept​(com.googlecode.d2j.visitors.DexCodeVisitor cv)
        Specified by:
        accept in class com.googlecode.d2j.node.insn.DexStmtNode