Uses of Class
org.antlr.runtime.BaseRecognizer
-
Packages that use BaseRecognizer Package Description org.antlr.grammar.v3 org.antlr.runtime org.antlr.runtime.debug org.antlr.runtime.tree org.antlr.tool -
-
Uses of BaseRecognizer in org.antlr.grammar.v3
Subclasses of BaseRecognizer in org.antlr.grammar.v3 Modifier and Type Class Description classActionAnalysisWe need to set Rule.referencedPredefinedRuleAttributes before code generation.classActionTranslatorclassANTLRLexerclassANTLRParserRead in an ANTLR grammar and build an AST.classANTLRTreePrinterPrint out a grammar (no pretty printing).classANTLRv3LexerclassANTLRv3ParserANTLR v3 grammar written in ANTLR v3 with AST constructionclassANTLRv3TreeANTLR v3 tree grammar to walk trees created by ANTLRv3.gclassAssignTokenTypesWalker[Warning: TJP says that this is probably out of date as of 11/19/2005, but since it's probably still useful, I'll leave in.classCodeGenTreeWalkerWalk a grammar and generate code by gradually building up a bigger and bigger ST.classDefineGrammarItemsWalkerclassLeftRecursiveRuleWalkerFind left-recursive rulesclassTreeToNFAConverterBuild an NFA from a tree representing an ANTLR grammar.Constructors in org.antlr.grammar.v3 with parameters of type BaseRecognizer Constructor Description DFA2(BaseRecognizer recognizer)DFA22(BaseRecognizer recognizer)DFA25(BaseRecognizer recognizer)DFA48(BaseRecognizer recognizer)DFA81(BaseRecognizer recognizer)DFA9(BaseRecognizer recognizer) -
Uses of BaseRecognizer in org.antlr.runtime
Subclasses of BaseRecognizer in org.antlr.runtime Modifier and Type Class Description classLexerA lexer is recognizer that draws input symbols from a character stream.classParserA parser for TokenStreams.Fields in org.antlr.runtime declared as BaseRecognizer Modifier and Type Field Description protected BaseRecognizerDFA. recognizerWhich recognizer encloses this DFA? Needed to check backtracking -
Uses of BaseRecognizer in org.antlr.runtime.debug
Subclasses of BaseRecognizer in org.antlr.runtime.debug Modifier and Type Class Description classDebugParserclassDebugTreeParserFields in org.antlr.runtime.debug declared as BaseRecognizer Modifier and Type Field Description protected BaseRecognizerDebugEventSocketProxy. recognizerWho am i debugging?Constructors in org.antlr.runtime.debug with parameters of type BaseRecognizer Constructor Description DebugEventSocketProxy(BaseRecognizer recognizer, int port, TreeAdaptor adaptor)DebugEventSocketProxy(BaseRecognizer recognizer, TreeAdaptor adaptor) -
Uses of BaseRecognizer in org.antlr.runtime.tree
Subclasses of BaseRecognizer in org.antlr.runtime.tree Modifier and Type Class Description classTreeFilterCut-n-paste from material I'm not using in the book anymore (edit later to make sense): Now, how are we going to test these tree patterns against every subtree in our original tree? In what order should we visit nodes? For this application, it turns out we need a simple ``apply once'' rule application strategy and a ``down then up'' tree traversal strategy.classTreeParserA parser for a stream of tree nodes.classTreeRewriter -
Uses of BaseRecognizer in org.antlr.tool
Subclasses of BaseRecognizer in org.antlr.tool Modifier and Type Class Description classAssignTokenTypesBehaviorMove all of the functionality from assign.types.g grammar file.classLeftRecursiveRuleAnalyzer
-