Package ghidra.pcode.emu.jit.gen.util
Interface Emitter.Next
- All Known Subinterfaces:
Emitter.Bot,Emitter.Ent<N,T>
public static interface Emitter.Next
Stack contents
There is really only one instance of Emitter.Next and that is Emitter.SingletonEnt.INSTANCE.
We just cast it to the various types. Otherwise, these interfaces just exist as a means of
leveraging Java's type checker.
-
Field Summary
Fields
-
Field Details
-
BOTTOM
The bottom of the stack
-