Exemplo n.º 1
0
 virtual public void name_type(name_type ast, int indent)
 {
     Write("{0}", indent, ast.name);
 }
Exemplo n.º 2
0
 virtual public void name_type(name_type ast, int indent)
 {
     Indent(indent);
     visit(ast.name);
 }