Class DexStmtNode

java.lang.Object
com.googlecode.d2j.node.insn.DexStmtNode
Direct Known Subclasses:
AbstractMethodStmtNode, BaseSwitchStmtNode, ConstStmtNode, DexLabelStmtNode, FieldStmtNode, FillArrayDataStmtNode, FilledNewArrayStmtNode, JumpStmtNode, Stmt0RNode, Stmt1RNode, Stmt2R1NNode, Stmt2RNode, Stmt3RNode, TypeStmtNode

public abstract class DexStmtNode extends Object
  • Field Details

    • op

      public final Op op
    • index

      public int index
  • Constructor Details

    • DexStmtNode

      protected DexStmtNode(Op op)
  • Method Details