Interface EmitterVisitor
- All Superinterfaces:
CommandVisitor
- All Known Implementing Classes:
ConstantFolding
,DeadCodeRemoval
,SyntheticMapRemoval
,UnusedVariableRemoval
Command visitor which writes to an output stream.
-
Method Summary
-
Method Details
-
getOutputStream
PushStream getOutputStream()Get the output stream- Returns:
- the output stream of this visitor
-