Class Css22BaseListener
- All Implemented Interfaces:
Css22Listener,org.antlr.v4.runtime.tree.ParseTreeListener
Css22Listener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byCss22Parser.attrib().voidEnter a parse tree produced byCss22Parser.className().voidEnter a parse tree produced byCss22Parser.combinator().voidEnter a parse tree produced byCss22Parser.declaration().voidEnter a parse tree produced byCss22Parser.declarationBlock().voidEnter a parse tree produced byCss22Parser.elementName().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byCss22Parser.expr().voidEnter a parse tree produced byCss22Parser.function().voidEnter a parse tree produced byCss22Parser.hexcolor().voidEnter a parse tree produced byCss22Parser.id().voidEnter a parse tree produced byCss22Parser.importStmt().voidEnter a parse tree produced byCss22Parser.media().voidEnter a parse tree produced byCss22Parser.mediaList().voidEnter a parse tree produced byCss22Parser.medium().voidEnter a parse tree produced byCss22Parser.operator().voidEnter a parse tree produced byCss22Parser.page().voidEnter a parse tree produced byCss22Parser.prio().voidEnter a parse tree produced byCss22Parser.property().voidEnter a parse tree produced byCss22Parser.pseudo().voidEnter a parse tree produced byCss22Parser.pseudoPage().voidEnter a parse tree produced byCss22Parser.ruleset().voidEnter a parse tree produced byCss22Parser.selector().voidEnter a parse tree produced byCss22Parser.simpleSelector().voidEnter a parse tree produced byCss22Parser.styleSheet().voidEnter a parse tree produced byCss22Parser.term().voidExit a parse tree produced byCss22Parser.attrib().voidExit a parse tree produced byCss22Parser.className().voidExit a parse tree produced byCss22Parser.combinator().voidExit a parse tree produced byCss22Parser.declaration().voidExit a parse tree produced byCss22Parser.declarationBlock().voidExit a parse tree produced byCss22Parser.elementName().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byCss22Parser.expr().voidExit a parse tree produced byCss22Parser.function().voidExit a parse tree produced byCss22Parser.hexcolor().voidExit a parse tree produced byCss22Parser.id().voidExit a parse tree produced byCss22Parser.importStmt().voidExit a parse tree produced byCss22Parser.media().voidExit a parse tree produced byCss22Parser.mediaList().voidExit a parse tree produced byCss22Parser.medium().voidExit a parse tree produced byCss22Parser.operator().voidExit a parse tree produced byCss22Parser.page().voidExit a parse tree produced byCss22Parser.prio().voidExit a parse tree produced byCss22Parser.property().voidExit a parse tree produced byCss22Parser.pseudo().voidExit a parse tree produced byCss22Parser.pseudoPage().voidExit a parse tree produced byCss22Parser.ruleset().voidExit a parse tree produced byCss22Parser.selector().voidExit a parse tree produced byCss22Parser.simpleSelector().voidExit a parse tree produced byCss22Parser.styleSheet().voidExit a parse tree produced byCss22Parser.term().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
Css22BaseListener
public Css22BaseListener()
-
-
Method Details
-
enterStyleSheet
Enter a parse tree produced byCss22Parser.styleSheet().The default implementation does nothing.
- Specified by:
enterStyleSheetin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitStyleSheet
Exit a parse tree produced byCss22Parser.styleSheet().The default implementation does nothing.
- Specified by:
exitStyleSheetin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterImportStmt
Enter a parse tree produced byCss22Parser.importStmt().The default implementation does nothing.
- Specified by:
enterImportStmtin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitImportStmt
Exit a parse tree produced byCss22Parser.importStmt().The default implementation does nothing.
- Specified by:
exitImportStmtin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterMedia
Enter a parse tree produced byCss22Parser.media().The default implementation does nothing.
- Specified by:
enterMediain interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitMedia
Exit a parse tree produced byCss22Parser.media().The default implementation does nothing.
- Specified by:
exitMediain interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterMediaList
Enter a parse tree produced byCss22Parser.mediaList().The default implementation does nothing.
- Specified by:
enterMediaListin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitMediaList
Exit a parse tree produced byCss22Parser.mediaList().The default implementation does nothing.
- Specified by:
exitMediaListin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterMedium
Enter a parse tree produced byCss22Parser.medium().The default implementation does nothing.
- Specified by:
enterMediumin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitMedium
Exit a parse tree produced byCss22Parser.medium().The default implementation does nothing.
- Specified by:
exitMediumin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterPage
Enter a parse tree produced byCss22Parser.page().The default implementation does nothing.
- Specified by:
enterPagein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitPage
Exit a parse tree produced byCss22Parser.page().The default implementation does nothing.
- Specified by:
exitPagein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterPseudoPage
Enter a parse tree produced byCss22Parser.pseudoPage().The default implementation does nothing.
- Specified by:
enterPseudoPagein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitPseudoPage
Exit a parse tree produced byCss22Parser.pseudoPage().The default implementation does nothing.
- Specified by:
exitPseudoPagein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterOperator
Enter a parse tree produced byCss22Parser.operator().The default implementation does nothing.
- Specified by:
enterOperatorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitOperator
Exit a parse tree produced byCss22Parser.operator().The default implementation does nothing.
- Specified by:
exitOperatorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterCombinator
Enter a parse tree produced byCss22Parser.combinator().The default implementation does nothing.
- Specified by:
enterCombinatorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitCombinator
Exit a parse tree produced byCss22Parser.combinator().The default implementation does nothing.
- Specified by:
exitCombinatorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterProperty
Enter a parse tree produced byCss22Parser.property().The default implementation does nothing.
- Specified by:
enterPropertyin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitProperty
Exit a parse tree produced byCss22Parser.property().The default implementation does nothing.
- Specified by:
exitPropertyin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterRuleset
Enter a parse tree produced byCss22Parser.ruleset().The default implementation does nothing.
- Specified by:
enterRulesetin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitRuleset
Exit a parse tree produced byCss22Parser.ruleset().The default implementation does nothing.
- Specified by:
exitRulesetin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterDeclarationBlock
Enter a parse tree produced byCss22Parser.declarationBlock().The default implementation does nothing.
- Specified by:
enterDeclarationBlockin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitDeclarationBlock
Exit a parse tree produced byCss22Parser.declarationBlock().The default implementation does nothing.
- Specified by:
exitDeclarationBlockin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterSelector
Enter a parse tree produced byCss22Parser.selector().The default implementation does nothing.
- Specified by:
enterSelectorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitSelector
Exit a parse tree produced byCss22Parser.selector().The default implementation does nothing.
- Specified by:
exitSelectorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterSimpleSelector
Enter a parse tree produced byCss22Parser.simpleSelector().The default implementation does nothing.
- Specified by:
enterSimpleSelectorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitSimpleSelector
Exit a parse tree produced byCss22Parser.simpleSelector().The default implementation does nothing.
- Specified by:
exitSimpleSelectorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterId
Enter a parse tree produced byCss22Parser.id().The default implementation does nothing.
- Specified by:
enterIdin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitId
Exit a parse tree produced byCss22Parser.id().The default implementation does nothing.
- Specified by:
exitIdin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterClassName
Enter a parse tree produced byCss22Parser.className().The default implementation does nothing.
- Specified by:
enterClassNamein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitClassName
Exit a parse tree produced byCss22Parser.className().The default implementation does nothing.
- Specified by:
exitClassNamein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterElementName
Enter a parse tree produced byCss22Parser.elementName().The default implementation does nothing.
- Specified by:
enterElementNamein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitElementName
Exit a parse tree produced byCss22Parser.elementName().The default implementation does nothing.
- Specified by:
exitElementNamein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterAttrib
Enter a parse tree produced byCss22Parser.attrib().The default implementation does nothing.
- Specified by:
enterAttribin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitAttrib
Exit a parse tree produced byCss22Parser.attrib().The default implementation does nothing.
- Specified by:
exitAttribin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterPseudo
Enter a parse tree produced byCss22Parser.pseudo().The default implementation does nothing.
- Specified by:
enterPseudoin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitPseudo
Exit a parse tree produced byCss22Parser.pseudo().The default implementation does nothing.
- Specified by:
exitPseudoin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterDeclaration
Enter a parse tree produced byCss22Parser.declaration().The default implementation does nothing.
- Specified by:
enterDeclarationin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitDeclaration
Exit a parse tree produced byCss22Parser.declaration().The default implementation does nothing.
- Specified by:
exitDeclarationin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterPrio
Enter a parse tree produced byCss22Parser.prio().The default implementation does nothing.
- Specified by:
enterPrioin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitPrio
Exit a parse tree produced byCss22Parser.prio().The default implementation does nothing.
- Specified by:
exitPrioin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterExpr
Enter a parse tree produced byCss22Parser.expr().The default implementation does nothing.
- Specified by:
enterExprin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitExpr
Exit a parse tree produced byCss22Parser.expr().The default implementation does nothing.
- Specified by:
exitExprin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced byCss22Parser.term().The default implementation does nothing.
- Specified by:
enterTermin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced byCss22Parser.term().The default implementation does nothing.
- Specified by:
exitTermin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterFunction
Enter a parse tree produced byCss22Parser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitFunction
Exit a parse tree produced byCss22Parser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterHexcolor
Enter a parse tree produced byCss22Parser.hexcolor().The default implementation does nothing.
- Specified by:
enterHexcolorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitHexcolor
Exit a parse tree produced byCss22Parser.hexcolor().The default implementation does nothing.
- Specified by:
exitHexcolorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-