T - The return type of the visit operation. Use Void for
operations with no return type.public class CSSParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements CSSParserVisitor<T>
CSSParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
CSSParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitErrorNode, visitChildren, visitTerminalpublic T visitInlinestyle(CSSParser.InlinestyleContext ctx)
CSSParser.inlinestyle().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInlinestyle in interface CSSParserVisitor<T>ctx - the parse treepublic T visitStylesheet(CSSParser.StylesheetContext ctx)
CSSParser.stylesheet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStylesheet in interface CSSParserVisitor<T>ctx - the parse treepublic T visitStatement(CSSParser.StatementContext ctx)
CSSParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStatement in interface CSSParserVisitor<T>ctx - the parse treepublic T visitAtstatement(CSSParser.AtstatementContext ctx)
CSSParser.atstatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAtstatement in interface CSSParserVisitor<T>ctx - the parse treepublic T visitImport_uri(CSSParser.Import_uriContext ctx)
CSSParser.import_uri().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImport_uri in interface CSSParserVisitor<T>ctx - the parse treepublic T visitPage(CSSParser.PageContext ctx)
CSSParser.page().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPage in interface CSSParserVisitor<T>ctx - the parse treepublic T visitMargin_rule(CSSParser.Margin_ruleContext ctx)
CSSParser.margin_rule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMargin_rule in interface CSSParserVisitor<T>ctx - the parse treepublic T visitInlineset(CSSParser.InlinesetContext ctx)
CSSParser.inlineset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInlineset in interface CSSParserVisitor<T>ctx - the parse treepublic T visitMedia(CSSParser.MediaContext ctx)
CSSParser.media().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMedia in interface CSSParserVisitor<T>ctx - the parse treepublic T visitMedia_query(CSSParser.Media_queryContext ctx)
CSSParser.media_query().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMedia_query in interface CSSParserVisitor<T>ctx - the parse treepublic T visitMedia_term(CSSParser.Media_termContext ctx)
CSSParser.media_term().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMedia_term in interface CSSParserVisitor<T>ctx - the parse treepublic T visitMedia_expression(CSSParser.Media_expressionContext ctx)
CSSParser.media_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMedia_expression in interface CSSParserVisitor<T>ctx - the parse treepublic T visitMedia_rule(CSSParser.Media_ruleContext ctx)
CSSParser.media_rule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMedia_rule in interface CSSParserVisitor<T>ctx - the parse treepublic T visitKeyframes_name(CSSParser.Keyframes_nameContext ctx)
CSSParser.keyframes_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyframes_name in interface CSSParserVisitor<T>ctx - the parse treepublic T visitKeyframe_block(CSSParser.Keyframe_blockContext ctx)
CSSParser.keyframe_block().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyframe_block in interface CSSParserVisitor<T>ctx - the parse treepublic T visitKeyframe_selector(CSSParser.Keyframe_selectorContext ctx)
CSSParser.keyframe_selector().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyframe_selector in interface CSSParserVisitor<T>ctx - the parse treepublic T visitUnknown_atrule(CSSParser.Unknown_atruleContext ctx)
CSSParser.unknown_atrule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnknown_atrule in interface CSSParserVisitor<T>ctx - the parse treepublic T visitUnknown_atrule_body(CSSParser.Unknown_atrule_bodyContext ctx)
CSSParser.unknown_atrule_body().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnknown_atrule_body in interface CSSParserVisitor<T>ctx - the parse treepublic T visitRuleset(CSSParser.RulesetContext ctx)
CSSParser.ruleset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleset in interface CSSParserVisitor<T>ctx - the parse treepublic T visitDeclarations(CSSParser.DeclarationsContext ctx)
CSSParser.declarations().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclarations in interface CSSParserVisitor<T>ctx - the parse treepublic T visitDeclaration(CSSParser.DeclarationContext ctx)
CSSParser.declaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclaration in interface CSSParserVisitor<T>ctx - the parse treepublic T visitImportant(CSSParser.ImportantContext ctx)
CSSParser.important().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportant in interface CSSParserVisitor<T>ctx - the parse treepublic T visitProperty(CSSParser.PropertyContext ctx)
CSSParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperty in interface CSSParserVisitor<T>ctx - the parse treepublic T visitTerms(CSSParser.TermsContext ctx)
CSSParser.terms().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTerms in interface CSSParserVisitor<T>ctx - the parse treepublic T visitTermValuePart(CSSParser.TermValuePartContext ctx)
termValuePart
labeled alternative in CSSParser.term().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTermValuePart in interface CSSParserVisitor<T>ctx - the parse treepublic T visitTermInvalid(CSSParser.TermInvalidContext ctx)
termInvalid
labeled alternative in CSSParser.term().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTermInvalid in interface CSSParserVisitor<T>ctx - the parse treepublic T visitFunct(CSSParser.FunctContext ctx)
CSSParser.funct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunct in interface CSSParserVisitor<T>ctx - the parse treepublic T visitValuepart(CSSParser.ValuepartContext ctx)
CSSParser.valuepart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValuepart in interface CSSParserVisitor<T>ctx - the parse treepublic T visitFunct_args(CSSParser.Funct_argsContext ctx)
CSSParser.funct_args().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunct_args in interface CSSParserVisitor<T>ctx - the parse treepublic T visitFunct_argument(CSSParser.Funct_argumentContext ctx)
CSSParser.funct_argument().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunct_argument in interface CSSParserVisitor<T>ctx - the parse treepublic T visitCombined_selector(CSSParser.Combined_selectorContext ctx)
CSSParser.combined_selector().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCombined_selector in interface CSSParserVisitor<T>ctx - the parse treepublic T visitCombinator(CSSParser.CombinatorContext ctx)
CSSParser.combinator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCombinator in interface CSSParserVisitor<T>ctx - the parse treepublic T visitSelector(CSSParser.SelectorContext ctx)
CSSParser.selector().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelector in interface CSSParserVisitor<T>ctx - the parse treepublic T visitSelpart(CSSParser.SelpartContext ctx)
CSSParser.selpart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelpart in interface CSSParserVisitor<T>ctx - the parse treepublic T visitAttribute(CSSParser.AttributeContext ctx)
CSSParser.attribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAttribute in interface CSSParserVisitor<T>ctx - the parse treepublic T visitPseudo(CSSParser.PseudoContext ctx)
CSSParser.pseudo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPseudo in interface CSSParserVisitor<T>ctx - the parse treepublic T visitString(CSSParser.StringContext ctx)
CSSParser.string().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitString in interface CSSParserVisitor<T>ctx - the parse treepublic T visitBracketed_idents(CSSParser.Bracketed_identsContext ctx)
CSSParser.bracketed_idents().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBracketed_idents in interface CSSParserVisitor<T>ctx - the parse treepublic T visitIdent_list_item(CSSParser.Ident_list_itemContext ctx)
CSSParser.ident_list_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdent_list_item in interface CSSParserVisitor<T>ctx - the parse treepublic T visitAny(CSSParser.AnyContext ctx)
CSSParser.any().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAny in interface CSSParserVisitor<T>ctx - the parse treepublic T visitNostatement(CSSParser.NostatementContext ctx)
CSSParser.nostatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNostatement in interface CSSParserVisitor<T>ctx - the parse treepublic T visitNoprop(CSSParser.NopropContext ctx)
CSSParser.noprop().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNoprop in interface CSSParserVisitor<T>ctx - the parse treepublic T visitNorule(CSSParser.NoruleContext ctx)
CSSParser.norule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNorule in interface CSSParserVisitor<T>ctx - the parse treepublic T visitNomediaquery(CSSParser.NomediaqueryContext ctx)
CSSParser.nomediaquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNomediaquery in interface CSSParserVisitor<T>ctx - the parse treeCopyright © 2019. All rights reserved.