Package ghidra.pcode.emu.jit.gen.util
Interface Emitter.A6Function<A0,A1,A2,A3,A4,A5,R>
- Type Parameters:
A0- the first argument typeA1- the next argument typeA2- the next argument typeA3- the next argument typeA4- the next argument typeA5- the next argument typeR- the return type
public static interface Emitter.A6Function<A0,A1,A2,A3,A4,A5,R>
A 6-argument function
-
Method Summary
-
Method Details
-
apply
Invoke the function- Parameters:
arg0- the first argumentarg1- the next argumentarg2- the next argumentarg3- the next argumentarg4- the next argumentarg5- the next argument- Returns:
- the result
-