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