| Package | Description |
|---|---|
| cz.vutbr.web.csskit.antlr4 |
| Modifier and Type | Method and Description |
|---|---|
CSSParser.DeclarationContext |
CSSParser.declaration() |
CSSParser.DeclarationContext |
CSSParser.DeclarationsContext.declaration(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<CSSParser.DeclarationContext> |
CSSParser.DeclarationsContext.declaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSSParserBaseListener.enterDeclaration(CSSParser.DeclarationContext ctx)
Enter a parse tree produced by
CSSParser.declaration(). |
void |
CSSParserListener.enterDeclaration(CSSParser.DeclarationContext ctx)
Enter a parse tree produced by
CSSParser.declaration(). |
void |
CSSParserBaseListener.exitDeclaration(CSSParser.DeclarationContext ctx)
Exit a parse tree produced by
CSSParser.declaration(). |
void |
CSSParserListener.exitDeclaration(CSSParser.DeclarationContext ctx)
Exit a parse tree produced by
CSSParser.declaration(). |
T |
CSSParserVisitor.visitDeclaration(CSSParser.DeclarationContext ctx)
Visit a parse tree produced by
CSSParser.declaration(). |
T |
CSSParserBaseVisitor.visitDeclaration(CSSParser.DeclarationContext ctx)
Visit a parse tree produced by
CSSParser.declaration(). |
Declaration |
CSSParserVisitorImpl.visitDeclaration(CSSParser.DeclarationContext ctx) |
Copyright © 2018. All rights reserved.