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