Uses of Class
nl.basjes.parse.useragent.parser.UserAgentParser.RootTextContext
Packages that use UserAgentParser.RootTextContext
-
Uses of UserAgentParser.RootTextContext in nl.basjes.parse.useragent.parse
Methods in nl.basjes.parse.useragent.parse with parameters of type UserAgentParser.RootTextContextModifier and TypeMethodDescriptionvoidUserAgentTreeFlattener.enterRootText(UserAgentParser.RootTextContext ctx) -
Uses of UserAgentParser.RootTextContext in nl.basjes.parse.useragent.parser
Methods in nl.basjes.parse.useragent.parser that return UserAgentParser.RootTextContextModifier and TypeMethodDescriptionUserAgentParser.RootElementsContext.rootText()UserAgentParser.rootText()Methods in nl.basjes.parse.useragent.parser with parameters of type UserAgentParser.RootTextContextModifier and TypeMethodDescriptionvoidUserAgentBaseListener.enterRootText(UserAgentParser.RootTextContext ctx) Enter a parse tree produced byUserAgentParser.rootText().voidUserAgentListener.enterRootText(UserAgentParser.RootTextContext ctx) Enter a parse tree produced byUserAgentParser.rootText().voidUserAgentBaseListener.exitRootText(UserAgentParser.RootTextContext ctx) Exit a parse tree produced byUserAgentParser.rootText().voidUserAgentListener.exitRootText(UserAgentParser.RootTextContext ctx) Exit a parse tree produced byUserAgentParser.rootText().UserAgentBaseVisitor.visitRootText(UserAgentParser.RootTextContext ctx) Visit a parse tree produced byUserAgentParser.rootText().UserAgentVisitor.visitRootText(UserAgentParser.RootTextContext ctx) Visit a parse tree produced byUserAgentParser.rootText().