Interface Emitter.Next

All Known Subinterfaces:
Emitter.Bot, Emitter.Ent<N,T>
Enclosing class:
Emitter<N>

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
    Modifier and Type
    Field
    Description
    static final Emitter.Bot
    The bottom of the stack
  • Field Details

    • BOTTOM

      static final Emitter.Bot BOTTOM
      The bottom of the stack