Package xyz.cofe.trambda.sec
Class SecurAccess<INSTR,SCOPE>
- java.lang.Object
-
- xyz.cofe.trambda.sec.SecurAccess<INSTR,SCOPE>
-
- Direct Known Subclasses:
FieldAccess,Invoke
public abstract class SecurAccess<INSTR,SCOPE> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected INSTRinstructionprotected SCOPEscope
-
Constructor Summary
Constructors Constructor Description SecurAccess(INSTR instr, SCOPE scope)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract SecurAccess<INSTR,SCOPE>clone()INSTRgetInstruction()SCOPEgetScope()static List<SecurAccess<?,MethodDef>>inspect(MethodDef mdef)
-