public class MethodCustomStmtNode extends AbstractMethodStmtNode
Modifier and Type | Field and Description |
---|---|
MethodHandle |
bsm |
java.lang.Object[] |
bsmArgs |
java.lang.String |
name |
Proto |
proto |
args
__index, op
Constructor and Description |
---|
MethodCustomStmtNode(Op op,
int[] args,
java.lang.String name,
Proto proto,
MethodHandle bsm,
java.lang.Object[] bsmArgs) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DexCodeVisitor cv) |
Proto |
getProto() |
public final java.lang.String name
public final Proto proto
public final MethodHandle bsm
public final java.lang.Object[] bsmArgs
public MethodCustomStmtNode(Op op, int[] args, java.lang.String name, Proto proto, MethodHandle bsm, java.lang.Object[] bsmArgs)
public void accept(DexCodeVisitor cv)
accept
in class DexStmtNode
public Proto getProto()
getProto
in class AbstractMethodStmtNode