| Modifier and Type | Method and Description |
|---|---|
SLangParser.DeclarationContext |
SLangParser.declaration() |
SLangParser.DeclarationContext |
SLangParser.StatementContext.declaration() |
SLangParser.DeclarationContext |
SLangParser.ForLoopContext.declaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
SLangBaseListener.enterDeclaration(SLangParser.DeclarationContext ctx)
Enter a parse tree produced by
SLangParser.declaration(). |
void |
SLangListener.enterDeclaration(SLangParser.DeclarationContext ctx)
Enter a parse tree produced by
SLangParser.declaration(). |
void |
SLangBaseListener.exitDeclaration(SLangParser.DeclarationContext ctx)
Exit a parse tree produced by
SLangParser.declaration(). |
void |
SLangListener.exitDeclaration(SLangParser.DeclarationContext ctx)
Exit a parse tree produced by
SLangParser.declaration(). |
T |
SLangBaseVisitor.visitDeclaration(SLangParser.DeclarationContext ctx)
Visit a parse tree produced by
SLangParser.declaration(). |
T |
SLangVisitor.visitDeclaration(SLangParser.DeclarationContext ctx)
Visit a parse tree produced by
SLangParser.declaration(). |
Copyright © 2009–2018 SonarSource. All rights reserved.