Class MethodPolymorphicStmtNode
- java.lang.Object
-
- proguard.dexfile.reader.node.insn.DexStmtNode
-
- proguard.dexfile.reader.node.insn.AbstractMethodStmtNode
-
- proguard.dexfile.reader.node.insn.MethodPolymorphicStmtNode
-
public class MethodPolymorphicStmtNode extends AbstractMethodStmtNode
-
-
Field Summary
Fields Modifier and Type Field Description Method
method
Proto
proto
-
Fields inherited from class proguard.dexfile.reader.node.insn.AbstractMethodStmtNode
args
-
Fields inherited from class proguard.dexfile.reader.node.insn.DexStmtNode
__index, op
-
-
Constructor Summary
Constructors Constructor Description MethodPolymorphicStmtNode(Op op, int[] args, Method method, Proto proto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(DexCodeVisitor cv)
Proto
getProto()
-
-
-
Method Detail
-
accept
public void accept(DexCodeVisitor cv)
- Specified by:
accept
in classDexStmtNode
-
getProto
public Proto getProto()
- Specified by:
getProto
in classAbstractMethodStmtNode
-
-