Package ghidra.pcode.emu.jit.gen.util
Interface Methods.Def.ThisFunction<A0,OT,R>
- Type Parameters:
A0- the method definitionOT- the owning typeR- the return type
- Enclosing class:
Methods.Def<MR,N>
public static interface Methods.Def.ThisFunction<A0,OT,R>
A method reference for finishing an instance method definition
-
Method Summary
Modifier and TypeMethodDescriptionapply(A0 arg0, Types.TRef<OT> type, Consumer<Local<Types.TRef<OT>>> receiver)
-
Method Details
-
apply
-