checking in new files
[IRC.git] / Robust / src / IR / Tree / LoopNode.java
1 package IR.Tree;
2
3 class LoopNode extends BlockStatementNode {
4     public SubBlockNode() {
5     }
6     
7     public String printNode() {
8         return null;
9     }
10
11 }