Namespace GCore.Antlr.Grammers.Useragent
Classes
useragentBaseListener
This class provides an empty implementation of IuseragentListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
useragentBaseVisitor<Result>
This class provides an empty implementation of IuseragentVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
useragentLexer
useragentParser
useragentParser.CommentContext
useragentParser.NameContext
useragentParser.ProductContext
useragentParser.ProgContext
useragentParser.VersionContext
Interfaces
IuseragentListener
This interface defines a complete listener for a parse tree produced by useragentParser.
IuseragentVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by useragentParser.