예제 #1
0
 public void visit(IWhileBreakNode value)
 {
     string s = value.GetType().Name + ".";
     prepare_node(value.while_node, s + "while_node");            
 }
예제 #2
0
 public void visit(IWhileBreakNode value)
 {
     throw new System.NotSupportedException(value.GetType().ToString());
 }