Package ghidra.pcode.emu.jit.gen.util
Interface Emitter.A3Consumer<A0,A1,A2>
- Type Parameters:
A0- the first argument typeA1- the next argument typeA2- the next argument type
public static interface Emitter.A3Consumer<A0,A1,A2>
A 3-argument consumer
-
Method Summary
-
Method Details
-
accept
Invoke the consumer- Parameters:
arg0- the first argumentarg1- the next argumentarg2- the next argument
-