Package ghidra.pcode.emu.jit.gen.util
Interface Emitter.A3Function<A0,A1,A2,R>
- Type Parameters:
A0- the first argument typeA1- the next argument typeA2- the next argument typeR- the return type
public static interface Emitter.A3Function<A0,A1,A2,R>
A 3-argument function
-
Method Summary
-
Method Details
-
apply
Invoke the function- Parameters:
arg0- the first argumentarg1- the next argumentarg2- the next argument- Returns:
- the result
-