| Modifier and Type | Method and Description |
|---|---|
SLangParser.TypeDeclarationContext |
SLangParser.typeDeclaration() |
SLangParser.TypeDeclarationContext |
SLangParser.SlangFileContext.typeDeclaration(int i) |
SLangParser.TypeDeclarationContext |
SLangParser.ClassDeclarationContext.typeDeclaration(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SLangParser.TypeDeclarationContext> |
SLangParser.SlangFileContext.typeDeclaration() |
List<SLangParser.TypeDeclarationContext> |
SLangParser.ClassDeclarationContext.typeDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
SLangBaseListener.enterTypeDeclaration(SLangParser.TypeDeclarationContext ctx)
Enter a parse tree produced by
SLangParser.typeDeclaration(). |
void |
SLangListener.enterTypeDeclaration(SLangParser.TypeDeclarationContext ctx)
Enter a parse tree produced by
SLangParser.typeDeclaration(). |
void |
SLangBaseListener.exitTypeDeclaration(SLangParser.TypeDeclarationContext ctx)
Exit a parse tree produced by
SLangParser.typeDeclaration(). |
void |
SLangListener.exitTypeDeclaration(SLangParser.TypeDeclarationContext ctx)
Exit a parse tree produced by
SLangParser.typeDeclaration(). |
T |
SLangBaseVisitor.visitTypeDeclaration(SLangParser.TypeDeclarationContext ctx)
Visit a parse tree produced by
SLangParser.typeDeclaration(). |
T |
SLangVisitor.visitTypeDeclaration(SLangParser.TypeDeclarationContext ctx)
Visit a parse tree produced by
SLangParser.typeDeclaration(). |
Copyright © 2009–2018 SonarSource. All rights reserved.