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 Summary
Fields Modifier and Type Field Description int[]
args
-
Fields inherited from class proguard.dexfile.reader.node.insn.DexStmtNode
__index, op
-
-
Constructor Summary
Constructors Constructor Description AbstractMethodStmtNode(Op op, int[] args)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Proto
getProto()
-
Methods inherited from class proguard.dexfile.reader.node.insn.DexStmtNode
accept
-
-