Top Level Namespace

Defined Under Namespace

Modules: Antlr4, JavaSymbols, NodeImpl, PredictionContextFunctions Classes: AND, ATN, ATNConfig, ATNConfigSet, ATNDeserializationOptions, ATNDeserializer, ATNSimulator, ATNState, ATNType, AbstractPredicateTransition, ActionTransition, ArrayPredictionContext, AtomTransition, BailErrorStrategy, BasicBlockStartState, BasicState, BlockEndState, BlockStartState, BufferedTokenStream, CancellationException, CannotInvokeStartRule, Chunk, CommonToken, CommonTokenFactory, CommonTokenStream, ConsoleErrorListener, DFA, DFASerializer, DFAState, DecisionState, DefaultErrorStrategy, DiagnosticErrorListener, DoubleKeyMap, EmptyPredictionContext, EpsilonTransition, ErrorListener, ErrorNode, ErrorNodeImpl, ErrorStrategy, FailedPredicateException, FileStream, Hash, IllegalStateException, InputMismatchException, InputStream, InterpreterRuleContext, IntervalSet, LL1Analyzer, Lexer, LexerATNConfig, LexerATNSimulator, LexerAction, LexerActionExecutor, LexerActionType, LexerChannelAction, LexerCustomAction, LexerDFASerializer, LexerIndexedCustomAction, LexerModeAction, LexerMoreAction, LexerNoViableAltException, LexerPopModeAction, LexerPushModeAction, LexerSkipAction, LexerTypeAction, ListTokenSource, LoopEndState, NoViableAltException, NotSetTransition, OR, Object, OrderedATNConfigSet, ParseCancellationException, ParseTree, ParseTreeListener, ParseTreeMatch, ParseTreePattern, ParseTreePatternMatcher, ParseTreeVisitor, ParseTreeWalker, Parser, ParserATNSimulator, ParserInterpreter, ParserRuleContext, PlusBlockStartState, PlusLoopbackState, PrecedencePredicate, PrecedencePredicateTransition, PredPrediction, Predicate, PredicateTransition, PredictionContext, PredictionContextCache, PredictionMode, ProxyErrorListener, Range, RangeTransition, RecognitionException, Recognizer, RuleContext, RuleNode, RuleStartState, RuleStopState, RuleTagToken, RuleTransition, SemanticContext, Set, SetTransition, SimState, SingletonPredictionContext, StarBlockStartState, StarLoopEntryState, StarLoopbackState, StartRuleDoesNotConsumeFullPattern, String, SyntaxTree, TagChunk, TerminalNode, TerminalNodeImpl, TextChunk, Token, TokenFactory, TokenSource, TokenStream, TokenTagToken, TokensStartState, TraceListener, Transition, Tree, Trees, UUID, UnsupportedOperationException, WildcardTransition

Constant Summary collapse

INITIAL_NUM_TRANSITIONS =

from antlr4.atn.Transition import Transition

4
BASE_SERIALIZED_UUID =

This is the earliest supported serialized UUID.

UUID.new("AADB8D7E-AEEF-4415-AD2B-8204D6CF042E")
SUPPORTED_UUIDS =

This list contains all of the currently supported UUIDs, ordered by when the feature first appeared in this branch.

[ BASE_SERIALIZED_UUID ]
SERIALIZED_VERSION =
3
SERIALIZED_UUID =

This is the current serialized UUID.

BASE_SERIALIZED_UUID