antlr.v4.runtime.atn.SemanticContext

Undocumented in source.

Members

Classes

SemanticContext
class SemanticContext

@uml A tree structure used to record the semantic context in which an ATN configuration is valid. It's either a single predicate, a conjunction {@code p1&&p2}, or a sum of products {@code p1||p2}.

Meta