Interface EmitterVisitor
-
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PushStreamgetOutputStream()Get the output stream
-
-
-
Method Detail
-
getOutputStream
PushStream getOutputStream()
Get the output stream- Returns:
- the output stream of this visitor
-
-