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