Interface Emitter.Dead

Enclosing class:
Emitter<N>

public static interface Emitter.Dead
Use in place of stack contents when code emitted at this point would be unreachable

Note that this does not extend Emitter.Next, which is why Emitter does not require N to extend Emitter.Next. This interface also has no implementation.