Class DexStmtNode

java.lang.Object
proguard.dexfile.reader.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