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