Package com.googlecode.d2j.node.insn
Class AbstractMethodStmtNode
- java.lang.Object
-
- com.googlecode.d2j.node.insn.DexStmtNode
-
- com.googlecode.d2j.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 com.googlecode.d2j.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 ProtogetProto()-
Methods inherited from class com.googlecode.d2j.node.insn.DexStmtNode
accept
-
-