Namespace GCore.Antlr.Grammers.Cookie
Classes
cookieBaseListener
This class provides an empty implementation of IcookieListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
cookieBaseVisitor<Result>
This class provides an empty implementation of IcookieVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
cookieLexer
cookieParser
cookieParser.AttrContext
cookieParser.Av_pairContext
cookieParser.Av_pairsContext
cookieParser.CookieContext
cookieParser.NameContext
cookieParser.Quoted_stringContext
cookieParser.TokenContext
cookieParser.ValueContext
cookieParser.WordContext
Interfaces
IcookieListener
This interface defines a complete listener for a parse tree produced by cookieParser.
IcookieVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by cookieParser.