public virtual void typeswitch_label(typeswitch_label ast)
 {
     type(ast.typelabel);
 }
示例#2
0
 public virtual void typeswitch_label(typeswitch_label ast, int indent)
 {
     visit(ast.typelabel, indent);
 }
示例#3
0
 public virtual void typeswitch_label(typeswitch_label ast, SymbolTable bindings)
 {
     type(ast.typelabel, bindings);
 }