| Package | Description |
|---|---|
| org.colomoto.biolqm.io.antlr |
Parser implementations using the antlr parser generator.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BooleanFunctionParser.AndExprContext |
static class |
BooleanFunctionParser.OrExprContext |
static class |
BooleanFunctionParser.SimpleExprContext |
| Modifier and Type | Method and Description |
|---|---|
BooleanFunctionParser.ExprContext |
BooleanFunctionParser.expr() |
BooleanFunctionParser.ExprContext |
BooleanFunctionParser.AssignContext.expr() |
BooleanFunctionParser.ExprContext |
BooleanFunctionParser.SimpleExprContext.expr() |
BooleanFunctionParser.ExprContext |
BooleanFunctionParser.OrExprContext.expr(int i) |
BooleanFunctionParser.ExprContext |
BooleanFunctionParser.AndExprContext.expr(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<BooleanFunctionParser.ExprContext> |
BooleanFunctionParser.OrExprContext.expr() |
List<BooleanFunctionParser.ExprContext> |
BooleanFunctionParser.AndExprContext.expr() |
| Modifier and Type | Method and Description |
|---|---|
void |
BooleanFunctionParser.ExprContext.copyFrom(BooleanFunctionParser.ExprContext ctx) |
| Constructor and Description |
|---|
AndExprContext(BooleanFunctionParser.ExprContext ctx) |
OrExprContext(BooleanFunctionParser.ExprContext ctx) |
SimpleExprContext(BooleanFunctionParser.ExprContext ctx) |
Copyright © 2012–2020. All rights reserved.