Package | Description |
---|---|
org.antlr.v4.runtime.atn | |
org.antlr.v4.tool |
Modifier and Type | Class and 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 and Description |
---|---|
String |
Grammar.joinPredicateOperands(SemanticContext.Operator op,
String separator) |
Copyright © 1992–2020 ANTLR. All rights reserved.