Package | Description |
---|---|
org.antlr.v4.runtime.atn | |
org.antlr.v4.tool |
Modifier and Type | Class | Description |
---|---|---|
static class |
SemanticContext.AND |
A semantic context which is true whenever none of the contained contexts
is false.
|
static class |
SemanticContext.OR |
A semantic context which is true whenever at least one of the contained
contexts is true.
|
Modifier and Type | Method | Description |
---|---|---|
String |
Grammar.joinPredicateOperands(SemanticContext.Operator op,
String separator) |
Copyright © 1992–2018 ANTLR. All rights reserved.