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