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 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
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
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()
.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
-