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
  • 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

    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 Details

    • SparseSwitchStmt

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

    • accept

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