antlr.v4.runtime.atn.ATNConfig

Undocumented in source.

Members

Classes

ATNConfig
class ATNConfig

A tuple: (ATN state, predicted alt, syntactic, semantic context). The syntactic context is a graph-structured stack node whose path(s) to the root is the rule invocation(s) chain used to arrive at the state. The semantic context is the tree of semantic predicates encountered before reaching an ATN state.

Meta