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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byCss22Parser.attrib()
.void
Enter a parse tree produced byCss22Parser.className()
.void
Enter a parse tree produced byCss22Parser.combinator()
.void
Enter a parse tree produced byCss22Parser.declaration()
.void
Enter a parse tree produced byCss22Parser.declarationBlock()
.void
Enter a parse tree produced byCss22Parser.elementName()
.void
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Enter a parse tree produced byCss22Parser.expr()
.void
Enter a parse tree produced byCss22Parser.function()
.void
Enter a parse tree produced byCss22Parser.hexcolor()
.void
Enter a parse tree produced byCss22Parser.id()
.void
Enter a parse tree produced byCss22Parser.importStmt()
.void
Enter a parse tree produced byCss22Parser.media()
.void
Enter a parse tree produced byCss22Parser.mediaList()
.void
Enter a parse tree produced byCss22Parser.medium()
.void
Enter a parse tree produced byCss22Parser.operator()
.void
Enter a parse tree produced byCss22Parser.page()
.void
Enter a parse tree produced byCss22Parser.prio()
.void
Enter a parse tree produced byCss22Parser.property()
.void
Enter a parse tree produced byCss22Parser.pseudo()
.void
Enter a parse tree produced byCss22Parser.pseudoPage()
.void
Enter a parse tree produced byCss22Parser.ruleset()
.void
Enter a parse tree produced byCss22Parser.selector()
.void
Enter a parse tree produced byCss22Parser.simpleSelector()
.void
Enter a parse tree produced byCss22Parser.styleSheet()
.void
Enter a parse tree produced byCss22Parser.term()
.void
Exit a parse tree produced byCss22Parser.attrib()
.void
Exit a parse tree produced byCss22Parser.className()
.void
Exit a parse tree produced byCss22Parser.combinator()
.void
Exit a parse tree produced byCss22Parser.declaration()
.void
Exit a parse tree produced byCss22Parser.declarationBlock()
.void
Exit a parse tree produced byCss22Parser.elementName()
.void
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Exit a parse tree produced byCss22Parser.expr()
.void
Exit a parse tree produced byCss22Parser.function()
.void
Exit a parse tree produced byCss22Parser.hexcolor()
.void
Exit a parse tree produced byCss22Parser.id()
.void
Exit a parse tree produced byCss22Parser.importStmt()
.void
Exit a parse tree produced byCss22Parser.media()
.void
Exit a parse tree produced byCss22Parser.mediaList()
.void
Exit a parse tree produced byCss22Parser.medium()
.void
Exit a parse tree produced byCss22Parser.operator()
.void
Exit a parse tree produced byCss22Parser.page()
.void
Exit a parse tree produced byCss22Parser.prio()
.void
Exit a parse tree produced byCss22Parser.property()
.void
Exit a parse tree produced byCss22Parser.pseudo()
.void
Exit a parse tree produced byCss22Parser.pseudoPage()
.void
Exit a parse tree produced byCss22Parser.ruleset()
.void
Exit a parse tree produced byCss22Parser.selector()
.void
Exit a parse tree produced byCss22Parser.simpleSelector()
.void
Exit a parse tree produced byCss22Parser.styleSheet()
.void
Exit a parse tree produced byCss22Parser.term()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(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:
enterStyleSheet
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitStyleSheet
Exit a parse tree produced byCss22Parser.styleSheet()
.The default implementation does nothing.
- Specified by:
exitStyleSheet
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterImportStmt
Enter a parse tree produced byCss22Parser.importStmt()
.The default implementation does nothing.
- Specified by:
enterImportStmt
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitImportStmt
Exit a parse tree produced byCss22Parser.importStmt()
.The default implementation does nothing.
- Specified by:
exitImportStmt
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterMedia
Enter a parse tree produced byCss22Parser.media()
.The default implementation does nothing.
- Specified by:
enterMedia
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitMedia
Exit a parse tree produced byCss22Parser.media()
.The default implementation does nothing.
- Specified by:
exitMedia
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterMediaList
Enter a parse tree produced byCss22Parser.mediaList()
.The default implementation does nothing.
- Specified by:
enterMediaList
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitMediaList
Exit a parse tree produced byCss22Parser.mediaList()
.The default implementation does nothing.
- Specified by:
exitMediaList
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterMedium
Enter a parse tree produced byCss22Parser.medium()
.The default implementation does nothing.
- Specified by:
enterMedium
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitMedium
Exit a parse tree produced byCss22Parser.medium()
.The default implementation does nothing.
- Specified by:
exitMedium
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterPage
Enter a parse tree produced byCss22Parser.page()
.The default implementation does nothing.
- Specified by:
enterPage
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitPage
Exit a parse tree produced byCss22Parser.page()
.The default implementation does nothing.
- Specified by:
exitPage
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterPseudoPage
Enter a parse tree produced byCss22Parser.pseudoPage()
.The default implementation does nothing.
- Specified by:
enterPseudoPage
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitPseudoPage
Exit a parse tree produced byCss22Parser.pseudoPage()
.The default implementation does nothing.
- Specified by:
exitPseudoPage
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterOperator
Enter a parse tree produced byCss22Parser.operator()
.The default implementation does nothing.
- Specified by:
enterOperator
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitOperator
Exit a parse tree produced byCss22Parser.operator()
.The default implementation does nothing.
- Specified by:
exitOperator
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterCombinator
Enter a parse tree produced byCss22Parser.combinator()
.The default implementation does nothing.
- Specified by:
enterCombinator
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitCombinator
Exit a parse tree produced byCss22Parser.combinator()
.The default implementation does nothing.
- Specified by:
exitCombinator
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterProperty
Enter a parse tree produced byCss22Parser.property()
.The default implementation does nothing.
- Specified by:
enterProperty
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitProperty
Exit a parse tree produced byCss22Parser.property()
.The default implementation does nothing.
- Specified by:
exitProperty
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterRuleset
Enter a parse tree produced byCss22Parser.ruleset()
.The default implementation does nothing.
- Specified by:
enterRuleset
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitRuleset
Exit a parse tree produced byCss22Parser.ruleset()
.The default implementation does nothing.
- Specified by:
exitRuleset
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterDeclarationBlock
Enter a parse tree produced byCss22Parser.declarationBlock()
.The default implementation does nothing.
- Specified by:
enterDeclarationBlock
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitDeclarationBlock
Exit a parse tree produced byCss22Parser.declarationBlock()
.The default implementation does nothing.
- Specified by:
exitDeclarationBlock
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterSelector
Enter a parse tree produced byCss22Parser.selector()
.The default implementation does nothing.
- Specified by:
enterSelector
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitSelector
Exit a parse tree produced byCss22Parser.selector()
.The default implementation does nothing.
- Specified by:
exitSelector
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterSimpleSelector
Enter a parse tree produced byCss22Parser.simpleSelector()
.The default implementation does nothing.
- Specified by:
enterSimpleSelector
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitSimpleSelector
Exit a parse tree produced byCss22Parser.simpleSelector()
.The default implementation does nothing.
- Specified by:
exitSimpleSelector
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterId
Enter a parse tree produced byCss22Parser.id()
.The default implementation does nothing.
- Specified by:
enterId
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitId
Exit a parse tree produced byCss22Parser.id()
.The default implementation does nothing.
- Specified by:
exitId
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterClassName
Enter a parse tree produced byCss22Parser.className()
.The default implementation does nothing.
- Specified by:
enterClassName
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitClassName
Exit a parse tree produced byCss22Parser.className()
.The default implementation does nothing.
- Specified by:
exitClassName
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterElementName
Enter a parse tree produced byCss22Parser.elementName()
.The default implementation does nothing.
- Specified by:
enterElementName
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitElementName
Exit a parse tree produced byCss22Parser.elementName()
.The default implementation does nothing.
- Specified by:
exitElementName
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterAttrib
Enter a parse tree produced byCss22Parser.attrib()
.The default implementation does nothing.
- Specified by:
enterAttrib
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitAttrib
Exit a parse tree produced byCss22Parser.attrib()
.The default implementation does nothing.
- Specified by:
exitAttrib
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterPseudo
Enter a parse tree produced byCss22Parser.pseudo()
.The default implementation does nothing.
- Specified by:
enterPseudo
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitPseudo
Exit a parse tree produced byCss22Parser.pseudo()
.The default implementation does nothing.
- Specified by:
exitPseudo
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterDeclaration
Enter a parse tree produced byCss22Parser.declaration()
.The default implementation does nothing.
- Specified by:
enterDeclaration
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitDeclaration
Exit a parse tree produced byCss22Parser.declaration()
.The default implementation does nothing.
- Specified by:
exitDeclaration
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterPrio
Enter a parse tree produced byCss22Parser.prio()
.The default implementation does nothing.
- Specified by:
enterPrio
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitPrio
Exit a parse tree produced byCss22Parser.prio()
.The default implementation does nothing.
- Specified by:
exitPrio
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterExpr
Enter a parse tree produced byCss22Parser.expr()
.The default implementation does nothing.
- Specified by:
enterExpr
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitExpr
Exit a parse tree produced byCss22Parser.expr()
.The default implementation does nothing.
- Specified by:
exitExpr
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterTerm
Enter a parse tree produced byCss22Parser.term()
.The default implementation does nothing.
- Specified by:
enterTerm
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitTerm
Exit a parse tree produced byCss22Parser.term()
.The default implementation does nothing.
- Specified by:
exitTerm
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterFunction
Enter a parse tree produced byCss22Parser.function()
.The default implementation does nothing.
- Specified by:
enterFunction
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitFunction
Exit a parse tree produced byCss22Parser.function()
.The default implementation does nothing.
- Specified by:
exitFunction
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterHexcolor
Enter a parse tree produced byCss22Parser.hexcolor()
.The default implementation does nothing.
- Specified by:
enterHexcolor
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
exitHexcolor
Exit a parse tree produced byCss22Parser.hexcolor()
.The default implementation does nothing.
- Specified by:
exitHexcolor
in interfaceCss22Listener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-