| Modifier and Type | Method and Description |
|---|---|
SLangParser.DisjunctionContext |
SLangParser.disjunction() |
SLangParser.DisjunctionContext |
SLangParser.ExpressionContext.disjunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
SLangBaseListener.enterDisjunction(SLangParser.DisjunctionContext ctx)
Enter a parse tree produced by
SLangParser.disjunction(). |
void |
SLangListener.enterDisjunction(SLangParser.DisjunctionContext ctx)
Enter a parse tree produced by
SLangParser.disjunction(). |
void |
SLangBaseListener.exitDisjunction(SLangParser.DisjunctionContext ctx)
Exit a parse tree produced by
SLangParser.disjunction(). |
void |
SLangListener.exitDisjunction(SLangParser.DisjunctionContext ctx)
Exit a parse tree produced by
SLangParser.disjunction(). |
T |
SLangBaseVisitor.visitDisjunction(SLangParser.DisjunctionContext ctx)
Visit a parse tree produced by
SLangParser.disjunction(). |
T |
SLangVisitor.visitDisjunction(SLangParser.DisjunctionContext ctx)
Visit a parse tree produced by
SLangParser.disjunction(). |
Copyright © 2009–2018 SonarSource. All rights reserved.