Uses of Class
org.antlr.v4.runtime.atn.SemanticContext.Operator
-
Packages that use SemanticContext.Operator Package Description org.antlr.v4.runtime.atn org.antlr.v4.tool -
-
Uses of SemanticContext.Operator in org.antlr.v4.runtime.atn
Subclasses of SemanticContext.Operator in org.antlr.v4.runtime.atn Modifier and Type Class Description static classSemanticContext.ANDA semantic context which is true whenever none of the contained contexts is false.static classSemanticContext.ORA semantic context which is true whenever at least one of the contained contexts is true. -
Uses of SemanticContext.Operator in org.antlr.v4.tool
Methods in org.antlr.v4.tool with parameters of type SemanticContext.Operator Modifier and Type Method Description java.lang.StringGrammar. joinPredicateOperands(SemanticContext.Operator op, java.lang.String separator)
-