Class MethodCustomStmtNode
- java.lang.Object
-
- proguard.dexfile.reader.node.insn.DexStmtNode
-
- proguard.dexfile.reader.node.insn.AbstractMethodStmtNode
-
- proguard.dexfile.reader.node.insn.MethodCustomStmtNode
-
public class MethodCustomStmtNode extends AbstractMethodStmtNode
-
-
Field Summary
Fields Modifier and Type Field Description MethodHandlebsmjava.lang.Object[]bsmArgsjava.lang.StringnameProtoproto-
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 MethodCustomStmtNode(Op op, int[] args, java.lang.String name, Proto proto, MethodHandle bsm, java.lang.Object[] bsmArgs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(DexCodeVisitor cv)ProtogetProto()
-
-
-
Field Detail
-
name
public final java.lang.String name
-
proto
public final Proto proto
-
bsm
public final MethodHandle bsm
-
bsmArgs
public final java.lang.Object[] bsmArgs
-
-
Constructor Detail
-
MethodCustomStmtNode
public MethodCustomStmtNode(Op op, int[] args, java.lang.String name, Proto proto, MethodHandle bsm, java.lang.Object[] bsmArgs)
-
-
Method Detail
-
accept
public void accept(DexCodeVisitor cv)
- Specified by:
acceptin classDexStmtNode
-
getProto
public Proto getProto()
- Specified by:
getProtoin classAbstractMethodStmtNode
-
-