Class Css22BaseListener
- java.lang.Object
-
- eu.webtoolkit.jwt.render.Css22BaseListener
-
- All Implemented Interfaces:
Css22Listener,org.antlr.v4.runtime.tree.ParseTreeListener
public class Css22BaseListener extends java.lang.Object implements Css22Listener
This class provides an empty implementation ofCss22Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description Css22BaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterStyleSheet
public void enterStyleSheet(Css22Parser.StyleSheetContext ctx)
Enter a parse tree produced byCss22Parser.styleSheet().The default implementation does nothing.
- Specified by:
enterStyleSheetin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitStyleSheet
public void exitStyleSheet(Css22Parser.StyleSheetContext ctx)
Exit a parse tree produced byCss22Parser.styleSheet().The default implementation does nothing.
- Specified by:
exitStyleSheetin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterImportStmt
public void enterImportStmt(Css22Parser.ImportStmtContext ctx)
Enter a parse tree produced byCss22Parser.importStmt().The default implementation does nothing.
- Specified by:
enterImportStmtin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitImportStmt
public void exitImportStmt(Css22Parser.ImportStmtContext ctx)
Exit a parse tree produced byCss22Parser.importStmt().The default implementation does nothing.
- Specified by:
exitImportStmtin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterMedia
public void enterMedia(Css22Parser.MediaContext ctx)
Enter a parse tree produced byCss22Parser.media().The default implementation does nothing.
- Specified by:
enterMediain interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitMedia
public void exitMedia(Css22Parser.MediaContext ctx)
Exit a parse tree produced byCss22Parser.media().The default implementation does nothing.
- Specified by:
exitMediain interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterMediaList
public void enterMediaList(Css22Parser.MediaListContext ctx)
Enter a parse tree produced byCss22Parser.mediaList().The default implementation does nothing.
- Specified by:
enterMediaListin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitMediaList
public void exitMediaList(Css22Parser.MediaListContext ctx)
Exit a parse tree produced byCss22Parser.mediaList().The default implementation does nothing.
- Specified by:
exitMediaListin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterMedium
public void enterMedium(Css22Parser.MediumContext ctx)
Enter a parse tree produced byCss22Parser.medium().The default implementation does nothing.
- Specified by:
enterMediumin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitMedium
public void exitMedium(Css22Parser.MediumContext ctx)
Exit a parse tree produced byCss22Parser.medium().The default implementation does nothing.
- Specified by:
exitMediumin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterPage
public void enterPage(Css22Parser.PageContext ctx)
Enter a parse tree produced byCss22Parser.page().The default implementation does nothing.
- Specified by:
enterPagein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitPage
public void exitPage(Css22Parser.PageContext ctx)
Exit a parse tree produced byCss22Parser.page().The default implementation does nothing.
- Specified by:
exitPagein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterPseudoPage
public void enterPseudoPage(Css22Parser.PseudoPageContext ctx)
Enter a parse tree produced byCss22Parser.pseudoPage().The default implementation does nothing.
- Specified by:
enterPseudoPagein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitPseudoPage
public void exitPseudoPage(Css22Parser.PseudoPageContext ctx)
Exit a parse tree produced byCss22Parser.pseudoPage().The default implementation does nothing.
- Specified by:
exitPseudoPagein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterOperator
public void enterOperator(Css22Parser.OperatorContext ctx)
Enter a parse tree produced byCss22Parser.operator().The default implementation does nothing.
- Specified by:
enterOperatorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitOperator
public void exitOperator(Css22Parser.OperatorContext ctx)
Exit a parse tree produced byCss22Parser.operator().The default implementation does nothing.
- Specified by:
exitOperatorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterCombinator
public void enterCombinator(Css22Parser.CombinatorContext ctx)
Enter a parse tree produced byCss22Parser.combinator().The default implementation does nothing.
- Specified by:
enterCombinatorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitCombinator
public void exitCombinator(Css22Parser.CombinatorContext ctx)
Exit a parse tree produced byCss22Parser.combinator().The default implementation does nothing.
- Specified by:
exitCombinatorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterProperty
public void enterProperty(Css22Parser.PropertyContext ctx)
Enter a parse tree produced byCss22Parser.property().The default implementation does nothing.
- Specified by:
enterPropertyin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitProperty
public void exitProperty(Css22Parser.PropertyContext ctx)
Exit a parse tree produced byCss22Parser.property().The default implementation does nothing.
- Specified by:
exitPropertyin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterRuleset
public void enterRuleset(Css22Parser.RulesetContext ctx)
Enter a parse tree produced byCss22Parser.ruleset().The default implementation does nothing.
- Specified by:
enterRulesetin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitRuleset
public void exitRuleset(Css22Parser.RulesetContext ctx)
Exit a parse tree produced byCss22Parser.ruleset().The default implementation does nothing.
- Specified by:
exitRulesetin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterDeclarationBlock
public void enterDeclarationBlock(Css22Parser.DeclarationBlockContext ctx)
Enter a parse tree produced byCss22Parser.declarationBlock().The default implementation does nothing.
- Specified by:
enterDeclarationBlockin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitDeclarationBlock
public void exitDeclarationBlock(Css22Parser.DeclarationBlockContext ctx)
Exit a parse tree produced byCss22Parser.declarationBlock().The default implementation does nothing.
- Specified by:
exitDeclarationBlockin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterSelector
public void enterSelector(Css22Parser.SelectorContext ctx)
Enter a parse tree produced byCss22Parser.selector().The default implementation does nothing.
- Specified by:
enterSelectorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitSelector
public void exitSelector(Css22Parser.SelectorContext ctx)
Exit a parse tree produced byCss22Parser.selector().The default implementation does nothing.
- Specified by:
exitSelectorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterSimpleSelector
public void enterSimpleSelector(Css22Parser.SimpleSelectorContext ctx)
Enter a parse tree produced byCss22Parser.simpleSelector().The default implementation does nothing.
- Specified by:
enterSimpleSelectorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitSimpleSelector
public void exitSimpleSelector(Css22Parser.SimpleSelectorContext ctx)
Exit a parse tree produced byCss22Parser.simpleSelector().The default implementation does nothing.
- Specified by:
exitSimpleSelectorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterId
public void enterId(Css22Parser.IdContext ctx)
Enter a parse tree produced byCss22Parser.id().The default implementation does nothing.
- Specified by:
enterIdin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitId
public void exitId(Css22Parser.IdContext ctx)
Exit a parse tree produced byCss22Parser.id().The default implementation does nothing.
- Specified by:
exitIdin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterClassName
public void enterClassName(Css22Parser.ClassNameContext ctx)
Enter a parse tree produced byCss22Parser.className().The default implementation does nothing.
- Specified by:
enterClassNamein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitClassName
public void exitClassName(Css22Parser.ClassNameContext ctx)
Exit a parse tree produced byCss22Parser.className().The default implementation does nothing.
- Specified by:
exitClassNamein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterElementName
public void enterElementName(Css22Parser.ElementNameContext ctx)
Enter a parse tree produced byCss22Parser.elementName().The default implementation does nothing.
- Specified by:
enterElementNamein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitElementName
public void exitElementName(Css22Parser.ElementNameContext ctx)
Exit a parse tree produced byCss22Parser.elementName().The default implementation does nothing.
- Specified by:
exitElementNamein interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterAttrib
public void enterAttrib(Css22Parser.AttribContext ctx)
Enter a parse tree produced byCss22Parser.attrib().The default implementation does nothing.
- Specified by:
enterAttribin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitAttrib
public void exitAttrib(Css22Parser.AttribContext ctx)
Exit a parse tree produced byCss22Parser.attrib().The default implementation does nothing.
- Specified by:
exitAttribin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterPseudo
public void enterPseudo(Css22Parser.PseudoContext ctx)
Enter a parse tree produced byCss22Parser.pseudo().The default implementation does nothing.
- Specified by:
enterPseudoin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitPseudo
public void exitPseudo(Css22Parser.PseudoContext ctx)
Exit a parse tree produced byCss22Parser.pseudo().The default implementation does nothing.
- Specified by:
exitPseudoin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterDeclaration
public void enterDeclaration(Css22Parser.DeclarationContext ctx)
Enter a parse tree produced byCss22Parser.declaration().The default implementation does nothing.
- Specified by:
enterDeclarationin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitDeclaration
public void exitDeclaration(Css22Parser.DeclarationContext ctx)
Exit a parse tree produced byCss22Parser.declaration().The default implementation does nothing.
- Specified by:
exitDeclarationin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterPrio
public void enterPrio(Css22Parser.PrioContext ctx)
Enter a parse tree produced byCss22Parser.prio().The default implementation does nothing.
- Specified by:
enterPrioin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitPrio
public void exitPrio(Css22Parser.PrioContext ctx)
Exit a parse tree produced byCss22Parser.prio().The default implementation does nothing.
- Specified by:
exitPrioin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterExpr
public void enterExpr(Css22Parser.ExprContext ctx)
Enter a parse tree produced byCss22Parser.expr().The default implementation does nothing.
- Specified by:
enterExprin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitExpr
public void exitExpr(Css22Parser.ExprContext ctx)
Exit a parse tree produced byCss22Parser.expr().The default implementation does nothing.
- Specified by:
exitExprin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterTerm
public void enterTerm(Css22Parser.TermContext ctx)
Enter a parse tree produced byCss22Parser.term().The default implementation does nothing.
- Specified by:
enterTermin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitTerm
public void exitTerm(Css22Parser.TermContext ctx)
Exit a parse tree produced byCss22Parser.term().The default implementation does nothing.
- Specified by:
exitTermin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterFunction
public void enterFunction(Css22Parser.FunctionContext ctx)
Enter a parse tree produced byCss22Parser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitFunction
public void exitFunction(Css22Parser.FunctionContext ctx)
Exit a parse tree produced byCss22Parser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
enterHexcolor
public void enterHexcolor(Css22Parser.HexcolorContext ctx)
Enter a parse tree produced byCss22Parser.hexcolor().The default implementation does nothing.
- Specified by:
enterHexcolorin interfaceCss22Listener- Parameters:
ctx- the parse tree
-
exitHexcolor
public void exitHexcolor(Css22Parser.HexcolorContext ctx)
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
-
-