Package xyz.cofe.trambda.sec
Class InvokeMethod
- java.lang.Object
-
- xyz.cofe.trambda.sec.SecurAccess<INSTR,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>
-
- xyz.cofe.trambda.sec.Invoke<MMethodInsn>
-
- xyz.cofe.trambda.sec.InvokeMethod
-
public class InvokeMethod extends Invoke<MMethodInsn>
-
-
Field Summary
-
Fields inherited from class xyz.cofe.trambda.sec.SecurAccess
instruction, scope
-
-
Constructor Summary
Constructors Constructor Description InvokeMethod(MMethodInsn methodInsn, xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode> scope)InvokeMethod(InvokeMethod sample)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvokeMethodclone()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
-
InvokeMethod
public InvokeMethod(MMethodInsn methodInsn, xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode> scope)
-
InvokeMethod
public InvokeMethod(InvokeMethod sample)
-
-
Method Detail
-
clone
public InvokeMethod clone()
- Specified by:
clonein classSecurAccess<MMethodInsn,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>
-
getOwner
public String getOwner()
- Specified by:
getOwnerin classInvoke<MMethodInsn>
-
getMethodName
public String getMethodName()
- Specified by:
getMethodNamein classInvoke<MMethodInsn>
-
getMethodTypes
public MethodDescTypes getMethodTypes()
- Specified by:
getMethodTypesin classInvoke<MMethodInsn>
-
-