Beispiel #1
0
        public override object VisitOwn_type(OwnTypeList.Own_typeContext context)
        {
            var item = new GeneralParserPhrase(Parser, context);

            Lines.Add(item);
            return(item);
        }
 /// <summary>
 /// Exit a parse tree produced by <see cref="OwnTypeList.own_type"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitOwn_type([NotNull] OwnTypeList.Own_typeContext context)
 {
 }