Package eu.webtoolkit.jwt.render
Interface Css22Listener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
Css22BaseListener
public interface Css22Listener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
Css22Parser.-
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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterStyleSheet
Enter a parse tree produced byCss22Parser.styleSheet().- Parameters:
ctx- the parse tree
-
exitStyleSheet
Exit a parse tree produced byCss22Parser.styleSheet().- Parameters:
ctx- the parse tree
-
enterImportStmt
Enter a parse tree produced byCss22Parser.importStmt().- Parameters:
ctx- the parse tree
-
exitImportStmt
Exit a parse tree produced byCss22Parser.importStmt().- Parameters:
ctx- the parse tree
-
enterMedia
Enter a parse tree produced byCss22Parser.media().- Parameters:
ctx- the parse tree
-
exitMedia
Exit a parse tree produced byCss22Parser.media().- Parameters:
ctx- the parse tree
-
enterMediaList
Enter a parse tree produced byCss22Parser.mediaList().- Parameters:
ctx- the parse tree
-
exitMediaList
Exit a parse tree produced byCss22Parser.mediaList().- Parameters:
ctx- the parse tree
-
enterMedium
Enter a parse tree produced byCss22Parser.medium().- Parameters:
ctx- the parse tree
-
exitMedium
Exit a parse tree produced byCss22Parser.medium().- Parameters:
ctx- the parse tree
-
enterPage
Enter a parse tree produced byCss22Parser.page().- Parameters:
ctx- the parse tree
-
exitPage
Exit a parse tree produced byCss22Parser.page().- Parameters:
ctx- the parse tree
-
enterPseudoPage
Enter a parse tree produced byCss22Parser.pseudoPage().- Parameters:
ctx- the parse tree
-
exitPseudoPage
Exit a parse tree produced byCss22Parser.pseudoPage().- Parameters:
ctx- the parse tree
-
enterOperator
Enter a parse tree produced byCss22Parser.operator().- Parameters:
ctx- the parse tree
-
exitOperator
Exit a parse tree produced byCss22Parser.operator().- Parameters:
ctx- the parse tree
-
enterCombinator
Enter a parse tree produced byCss22Parser.combinator().- Parameters:
ctx- the parse tree
-
exitCombinator
Exit a parse tree produced byCss22Parser.combinator().- Parameters:
ctx- the parse tree
-
enterProperty
Enter a parse tree produced byCss22Parser.property().- Parameters:
ctx- the parse tree
-
exitProperty
Exit a parse tree produced byCss22Parser.property().- Parameters:
ctx- the parse tree
-
enterRuleset
Enter a parse tree produced byCss22Parser.ruleset().- Parameters:
ctx- the parse tree
-
exitRuleset
Exit a parse tree produced byCss22Parser.ruleset().- Parameters:
ctx- the parse tree
-
enterDeclarationBlock
Enter a parse tree produced byCss22Parser.declarationBlock().- Parameters:
ctx- the parse tree
-
exitDeclarationBlock
Exit a parse tree produced byCss22Parser.declarationBlock().- Parameters:
ctx- the parse tree
-
enterSelector
Enter a parse tree produced byCss22Parser.selector().- Parameters:
ctx- the parse tree
-
exitSelector
Exit a parse tree produced byCss22Parser.selector().- Parameters:
ctx- the parse tree
-
enterSimpleSelector
Enter a parse tree produced byCss22Parser.simpleSelector().- Parameters:
ctx- the parse tree
-
exitSimpleSelector
Exit a parse tree produced byCss22Parser.simpleSelector().- Parameters:
ctx- the parse tree
-
enterId
Enter a parse tree produced byCss22Parser.id().- Parameters:
ctx- the parse tree
-
exitId
Exit a parse tree produced byCss22Parser.id().- Parameters:
ctx- the parse tree
-
enterClassName
Enter a parse tree produced byCss22Parser.className().- Parameters:
ctx- the parse tree
-
exitClassName
Exit a parse tree produced byCss22Parser.className().- Parameters:
ctx- the parse tree
-
enterElementName
Enter a parse tree produced byCss22Parser.elementName().- Parameters:
ctx- the parse tree
-
exitElementName
Exit a parse tree produced byCss22Parser.elementName().- Parameters:
ctx- the parse tree
-
enterAttrib
Enter a parse tree produced byCss22Parser.attrib().- Parameters:
ctx- the parse tree
-
exitAttrib
Exit a parse tree produced byCss22Parser.attrib().- Parameters:
ctx- the parse tree
-
enterPseudo
Enter a parse tree produced byCss22Parser.pseudo().- Parameters:
ctx- the parse tree
-
exitPseudo
Exit a parse tree produced byCss22Parser.pseudo().- Parameters:
ctx- the parse tree
-
enterDeclaration
Enter a parse tree produced byCss22Parser.declaration().- Parameters:
ctx- the parse tree
-
exitDeclaration
Exit a parse tree produced byCss22Parser.declaration().- Parameters:
ctx- the parse tree
-
enterPrio
Enter a parse tree produced byCss22Parser.prio().- Parameters:
ctx- the parse tree
-
exitPrio
Exit a parse tree produced byCss22Parser.prio().- Parameters:
ctx- the parse tree
-
enterExpr
Enter a parse tree produced byCss22Parser.expr().- Parameters:
ctx- the parse tree
-
exitExpr
Exit a parse tree produced byCss22Parser.expr().- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced byCss22Parser.term().- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced byCss22Parser.term().- Parameters:
ctx- the parse tree
-
enterFunction
Enter a parse tree produced byCss22Parser.function().- Parameters:
ctx- the parse tree
-
exitFunction
Exit a parse tree produced byCss22Parser.function().- Parameters:
ctx- the parse tree
-
enterHexcolor
Enter a parse tree produced byCss22Parser.hexcolor().- Parameters:
ctx- the parse tree
-
exitHexcolor
Exit a parse tree produced byCss22Parser.hexcolor().- Parameters:
ctx- the parse tree
-