程序包的使用
org.antlr.runtime
-
org.antlr.analysis使用的org.antlr.runtime中的类 类 说明 IntStream A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).Token -
org.antlr.codegen使用的org.antlr.runtime中的类 类 说明 Token -
org.antlr.grammar.v3使用的org.antlr.runtime中的类 类 说明 BaseRecognizer A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.BitSet A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.CharStream A source of characters for an ANTLR lexerDFA A DFA implemented as a set of transition tables.IntStream A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).Lexer A lexer is recognizer that draws input symbols from a character stream.NoViableAltException Parser A parser for TokenStreams.ParserRuleReturnScope Rules that return more than a single value must return an object containing all the values.RecognitionException The root of the ANTLR exception hierarchy.RecognizerSharedState The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...RuleReturnScope Rules can return start/stop info as well as possible trees and templatesToken TokenSource A source of tokens must provide a sequence of tokens via nextToken() and also must reveal it's source of characters; CommonToken's text is computed from a CharStream; it only store indices into the char stream.TokenStream A stream of tokens accessing tokens from a TokenSource -
org.antlr.gunit使用的org.antlr.runtime中的类 类 说明 BaseRecognizer A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.BitSet A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.CharStream A source of characters for an ANTLR lexerCommonTokenStream The most common stream of tokens where every token is buffered up and tokens are filtered for a certain channel (the parser will only see these tokens).DFA A DFA implemented as a set of transition tables.IntStream A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).Lexer A lexer is recognizer that draws input symbols from a character stream.NoViableAltException Parser A parser for TokenStreams.ParserRuleReturnScope Rules that return more than a single value must return an object containing all the values.RecognitionException The root of the ANTLR exception hierarchy.RecognizerSharedState The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...RuleReturnScope Rules can return start/stop info as well as possible trees and templatesToken TokenSource A source of tokens must provide a sequence of tokens via nextToken() and also must reveal it's source of characters; CommonToken's text is computed from a CharStream; it only store indices into the char stream.TokenStream A stream of tokens accessing tokens from a TokenSource -
org.antlr.gunit.swingui.model使用的org.antlr.runtime中的类 类 说明 CommonTokenStream The most common stream of tokens where every token is buffered up and tokens are filtered for a certain channel (the parser will only see these tokens). -
org.antlr.gunit.swingui.parsers使用的org.antlr.runtime中的类 类 说明 BaseRecognizer A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.BitSet A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.CharStream A source of characters for an ANTLR lexerDFA A DFA implemented as a set of transition tables.IntStream A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).Lexer A lexer is recognizer that draws input symbols from a character stream.NoViableAltException Parser A parser for TokenStreams.ParserRuleReturnScope Rules that return more than a single value must return an object containing all the values.RecognitionException The root of the ANTLR exception hierarchy.RecognizerSharedState The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...RuleReturnScope Rules can return start/stop info as well as possible trees and templatesTokenSource A source of tokens must provide a sequence of tokens via nextToken() and also must reveal it's source of characters; CommonToken's text is computed from a CharStream; it only store indices into the char stream.TokenStream A stream of tokens accessing tokens from a TokenSource -
org.antlr.misc使用的org.antlr.runtime中的类 类 说明 BitSet A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery. -
org.antlr.runtime使用的org.antlr.runtime中的类 类 说明 ANTLRReaderStream Vacuum all input from a Reader and then treat it like a StringStream.ANTLRStringStream A pretty quick CharStream that pulls all data from an array directly.BaseRecognizer A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.BitSet A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.BufferedTokenStream Buffer all input tokens but do on-demand fetching of new tokens from lexer.CharStream A source of characters for an ANTLR lexerCharStreamState When walking ahead with cyclic DFA or for syntactic predicates, we need to record the state of the input stream (char index, line, etc...) so that we can rewind the state after scanning ahead.CommonTokenStream The most common stream of tokens where every token is buffered up and tokens are filtered for a certain channel (the parser will only see these tokens).IntStream A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).MismatchedRangeException MismatchedSetException MismatchedTokenException A mismatched char or Token or tree nodeNoViableAltException RecognitionException The root of the ANTLR exception hierarchy.RecognizerSharedState The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...RuleReturnScope Rules can return start/stop info as well as possible trees and templatesSerializedGrammar.Block SerializedGrammar.Node SerializedGrammar.Rule Token TokenRewriteStream.RewriteOperation TokenSource A source of tokens must provide a sequence of tokens via nextToken() and also must reveal it's source of characters; CommonToken's text is computed from a CharStream; it only store indices into the char stream.TokenStream A stream of tokens accessing tokens from a TokenSource -
org.antlr.runtime.debug使用的org.antlr.runtime中的类 类 说明 BaseRecognizer A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.BitSet A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.CharStream A source of characters for an ANTLR lexerIntStream A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).Parser A parser for TokenStreams.RecognitionException The root of the ANTLR exception hierarchy.RecognizerSharedState The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...Token TokenSource A source of tokens must provide a sequence of tokens via nextToken() and also must reveal it's source of characters; CommonToken's text is computed from a CharStream; it only store indices into the char stream.TokenStream A stream of tokens accessing tokens from a TokenSource -
org.antlr.runtime.tree使用的org.antlr.runtime中的类 类 说明 BaseRecognizer A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.BitSet A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.IntStream A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).RecognitionException The root of the ANTLR exception hierarchy.RecognizerSharedState The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...RuleReturnScope Rules can return start/stop info as well as possible trees and templatesToken TokenStream A stream of tokens accessing tokens from a TokenSource -
org.antlr.tool使用的org.antlr.runtime中的类 类 说明 BaseRecognizer A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.BufferedTokenStream Buffer all input tokens but do on-demand fetching of new tokens from lexer.CommonToken CommonTokenStream The most common stream of tokens where every token is buffered up and tokens are filtered for a certain channel (the parser will only see these tokens).IntStream A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).RecognitionException The root of the ANTLR exception hierarchy.Token TokenRewriteStream Useful for dumping out the input stream after doing some augmentation or other manipulations.TokenSource A source of tokens must provide a sequence of tokens via nextToken() and also must reveal it's source of characters; CommonToken's text is computed from a CharStream; it only store indices into the char stream.TokenStream A stream of tokens accessing tokens from a TokenSource