Exemplo n.º 1
0
 public override int VisitTable([NotNull] FlatbufferParser.TableContext context)
 {
     MakeClassificationSpan(context.key, classificater.FBSKey);
     MakeClassificationSpan(context.name, classificater.FBSTableName);
     MakeQuickInfo(context, context.name);
     MakeBracePair(context.BRACE_L(), context.BRACE_R());
     MakeOutline(context.name, context.Stop);
     MakeStructName(context.name);
     return(base.VisitTable(context));
 }