Package xyz.cofe.trambda.sec
Class InvokeDynamicCall
- java.lang.Object
-
- xyz.cofe.trambda.sec.SecurAccess<INSTR,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>
-
- xyz.cofe.trambda.sec.Invoke<MInvokeDynamicInsn>
-
- xyz.cofe.trambda.sec.InvokeDynamicCall
-
public class InvokeDynamicCall extends Invoke<MInvokeDynamicInsn>
-
-
Field Summary
-
Fields inherited from class xyz.cofe.trambda.sec.SecurAccess
instruction, scope
-
-
Constructor Summary
Constructors Constructor Description InvokeDynamicCall(MInvokeDynamicInsn invokeDynamicInsn, xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode> scope)InvokeDynamicCall(InvokeDynamicCall sample)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvokeDynamicCallclone()StringgetMethodName()MethodDescTypesgetMethodTypes()StringgetOwner()StringtoString()-
Methods inherited from class xyz.cofe.trambda.sec.Invoke
inspectCall
-
Methods inherited from class xyz.cofe.trambda.sec.SecurAccess
getInstruction, getScope, inspect
-
-
-
-
Constructor Detail
-
InvokeDynamicCall
public InvokeDynamicCall(MInvokeDynamicInsn invokeDynamicInsn, xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode> scope)
-
InvokeDynamicCall
public InvokeDynamicCall(InvokeDynamicCall sample)
-
-
Method Detail
-
clone
public InvokeDynamicCall clone()
- Specified by:
clonein classSecurAccess<MInvokeDynamicInsn,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>
-
getOwner
public String getOwner()
- Specified by:
getOwnerin classInvoke<MInvokeDynamicInsn>
-
getMethodName
public String getMethodName()
- Specified by:
getMethodNamein classInvoke<MInvokeDynamicInsn>
-
getMethodTypes
public MethodDescTypes getMethodTypes()
- Specified by:
getMethodTypesin classInvoke<MInvokeDynamicInsn>
-
-