Class AbstractMethodStmtNode

java.lang.Object
proguard.dexfile.reader.node.insn.DexStmtNode
proguard.dexfile.reader.node.insn.AbstractMethodStmtNode
Direct Known Subclasses:
MethodCustomStmtNode, MethodPolymorphicStmtNode, MethodStmtNode

public abstract class AbstractMethodStmtNode extends DexStmtNode
  • Field Details

    • args

      public final int[] args
  • Constructor Details

    • AbstractMethodStmtNode

      public AbstractMethodStmtNode(Op op, int[] args)
  • Method Details

    • getProto

      public abstract Proto getProto()