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