Package com.googlecode.d2j.node.insn
Class MethodCustomStmtNode
- java.lang.Object
-
- com.googlecode.d2j.node.insn.DexStmtNode
-
- com.googlecode.d2j.node.insn.AbstractMethodStmtNode
-
- com.googlecode.d2j.node.insn.MethodCustomStmtNode
-
public class MethodCustomStmtNode extends AbstractMethodStmtNode
-
-
Field Summary
Fields Modifier and Type Field Description CallSitecallSite-
Fields inherited from class com.googlecode.d2j.node.insn.AbstractMethodStmtNode
args
-
Fields inherited from class com.googlecode.d2j.node.insn.DexStmtNode
index, op
-
-
Constructor Summary
Constructors Constructor Description MethodCustomStmtNode(Op op, int[] args, CallSite callSite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(DexCodeVisitor cv)ProtogetProto()
-
-
-
Field Detail
-
callSite
public final CallSite callSite
-
-
Method Detail
-
accept
public void accept(DexCodeVisitor cv)
- Specified by:
acceptin classDexStmtNode
-
getProto
public Proto getProto()
- Specified by:
getProtoin classAbstractMethodStmtNode
-
-