| Modifier and Type | Method and Description |
|---|---|
SLangParser.NativeBlockContext |
SLangParser.nativeBlock() |
SLangParser.NativeBlockContext |
SLangParser.NativeExpressionContext.nativeBlock(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SLangParser.NativeBlockContext> |
SLangParser.NativeExpressionContext.nativeBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
SLangBaseListener.enterNativeBlock(SLangParser.NativeBlockContext ctx)
Enter a parse tree produced by
SLangParser.nativeBlock(). |
void |
SLangListener.enterNativeBlock(SLangParser.NativeBlockContext ctx)
Enter a parse tree produced by
SLangParser.nativeBlock(). |
void |
SLangBaseListener.exitNativeBlock(SLangParser.NativeBlockContext ctx)
Exit a parse tree produced by
SLangParser.nativeBlock(). |
void |
SLangListener.exitNativeBlock(SLangParser.NativeBlockContext ctx)
Exit a parse tree produced by
SLangParser.nativeBlock(). |
T |
SLangBaseVisitor.visitNativeBlock(SLangParser.NativeBlockContext ctx)
Visit a parse tree produced by
SLangParser.nativeBlock(). |
T |
SLangVisitor.visitNativeBlock(SLangParser.NativeBlockContext ctx)
Visit a parse tree produced by
SLangParser.nativeBlock(). |
Copyright © 2009–2018 SonarSource. All rights reserved.