public virtual void typeswitch_label(typeswitch_label ast)
 {
     type(ast.typelabel);
 }
Ejemplo n.º 2
0
 public virtual void typeswitch_label(typeswitch_label ast, int indent)
 {
     visit(ast.typelabel, indent);
 }
Ejemplo n.º 3
0
 public virtual void typeswitch_label(typeswitch_label ast, SymbolTable bindings)
 {
     type(ast.typelabel, bindings);
 }