| Package | Description |
|---|---|
| org.colomoto.biolqm.io.antlr |
Parser implementations using the antlr parser generator.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanFunctionParser.NotContext |
BooleanFunctionParser.not() |
BooleanFunctionParser.NotContext |
BooleanFunctionParser.SimpleExprContext.not(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<BooleanFunctionParser.NotContext> |
BooleanFunctionParser.SimpleExprContext.not() |
| Modifier and Type | Method and Description |
|---|---|
void |
BooleanFunctionListener.enterNot(BooleanFunctionParser.NotContext ctx)
Enter a parse tree produced by
BooleanFunctionParser.not(). |
void |
BooleanFunctionBaseListener.enterNot(BooleanFunctionParser.NotContext ctx)
Enter a parse tree produced by
BooleanFunctionParser.not(). |
void |
BooleanFunctionListener.exitNot(BooleanFunctionParser.NotContext ctx)
Exit a parse tree produced by
BooleanFunctionParser.not(). |
void |
BooleanFunctionBaseListener.exitNot(BooleanFunctionParser.NotContext ctx)
Exit a parse tree produced by
BooleanFunctionParser.not(). |
Copyright © 2012–2020. All rights reserved.