Package xyz.cofe.trambda.sec
Class InvokeMethod
- java.lang.Object
-
- xyz.cofe.trambda.sec.SecurAccess<INSTR,MethodDef>
-
- xyz.cofe.trambda.sec.Invoke<MethodInsn>
-
- xyz.cofe.trambda.sec.InvokeMethod
-
public class InvokeMethod extends Invoke<MethodInsn>
-
-
Field Summary
-
Fields inherited from class xyz.cofe.trambda.sec.SecurAccess
instruction, scope
-
-
Constructor Summary
Constructors Constructor Description InvokeMethod(MethodInsn methodInsn, MethodDef mdef)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(MethodInsn methodInsn, MethodDef mdef)
-
InvokeMethod
public InvokeMethod(InvokeMethod sample)
-
-
Method Detail
-
clone
public InvokeMethod clone()
- Specified by:
clonein classSecurAccess<MethodInsn,MethodDef>
-
getOwner
public String getOwner()
- Specified by:
getOwnerin classInvoke<MethodInsn>
-
getMethodName
public String getMethodName()
- Specified by:
getMethodNamein classInvoke<MethodInsn>
-
getMethodTypes
public MethodDescTypes getMethodTypes()
- Specified by:
getMethodTypesin classInvoke<MethodInsn>
-
-