All Superinterfaces:
CommandVisitor
All Known Implementing Classes:
ConstantFolding, DeadCodeRemoval, SyntheticMapRemoval, UnusedVariableRemoval

public interface EmitterVisitor extends CommandVisitor
Command visitor which writes to an output stream.
  • Method Details

    • getOutputStream

      PushStream getOutputStream()
      Get the output stream
      Returns:
      the output stream of this visitor