Beispiel #1
0
 public void visit(IGotoStatementNode value)
 {
     string s = value.GetType().Name + ".";
     //prepare_node(value.label, s + "label");            
 }
Beispiel #2
0
 public void visit(IGotoStatementNode value)
 {
     throw new System.NotSupportedException(value.GetType().ToString());
 }