Package xyz.cofe.trambda.sec
Class Invoke<INSTR extends ByteCode>
- java.lang.Object
-
- xyz.cofe.trambda.sec.SecurAccess<INSTR,MethodDef>
-
- xyz.cofe.trambda.sec.Invoke<INSTR>
-
- Direct Known Subclasses:
InvokeDynamicCall,InvokeMethod
public abstract class Invoke<INSTR extends ByteCode> extends SecurAccess<INSTR,MethodDef>
-
-
Field Summary
-
Fields inherited from class xyz.cofe.trambda.sec.SecurAccess
instruction, scope
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetMethodName()abstract MethodDescTypesgetMethodTypes()abstract StringgetOwner()static List<Invoke<?>>inspectCall(MethodDef mdef)-
Methods inherited from class xyz.cofe.trambda.sec.SecurAccess
clone, getInstruction, getScope, inspect
-
-