at.dms.kjc.spacedynamic
Class RemovePrintStatements
java.lang.Object
at.dms.kjc.spacedynamic.RemovePrintStatements
- All Implemented Interfaces:
- FlatVisitor
public class RemovePrintStatements
- extends Object
- implements FlatVisitor
Method Summary |
static void |
doIt(FlatNode top)
|
void |
visitNode(FlatNode node)
The visitor must define this method that will be called once on
each FlatNode that is down stream of the accepting node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemovePrintStatements
public RemovePrintStatements()
doIt
public static void doIt(FlatNode top)
visitNode
public void visitNode(FlatNode node)
- Description copied from interface:
FlatVisitor
- The visitor must define this method that will be called once on
each FlatNode that is down stream of the accepting node.
- Specified by:
visitNode
in interface FlatVisitor
- Parameters:
node
- the node that is being currently visited.