Class MethodCustomStmtNode
java.lang.Object
proguard.dexfile.reader.node.insn.DexStmtNode
proguard.dexfile.reader.node.insn.AbstractMethodStmtNode
proguard.dexfile.reader.node.insn.MethodCustomStmtNode
-
Field Summary
FieldsFields inherited from class proguard.dexfile.reader.node.insn.AbstractMethodStmtNode
argsFields inherited from class proguard.dexfile.reader.node.insn.DexStmtNode
__index, op -
Constructor Summary
ConstructorsConstructorDescriptionMethodCustomStmtNode(Op op, int[] args, String name, Proto proto, MethodHandle bsm, Object[] bsmArgs) -
Method Summary
-
Field Details
-
name
-
proto
-
bsm
-
bsmArgs
-
-
Constructor Details
-
MethodCustomStmtNode
public MethodCustomStmtNode(Op op, int[] args, String name, Proto proto, MethodHandle bsm, Object[] bsmArgs)
-
-
Method Details
-
accept
- Specified by:
acceptin classDexStmtNode
-
getProto
- Specified by:
getProtoin classAbstractMethodStmtNode
-