Package org.codehaus.groovy.antlr
Parser related classes.
-
Interface Summary Interface Description AntlrASTProcessor An interface for processing antlr AST objectsSourceInfo -
Class Summary Class Description AntlrASTProcessSnippets AntlrParserPlugin A parser plugin which adapts the JSR Antlr Parser to the Groovy runtime.AntlrParserPluginFactory EnumHelper GroovySourceAST We have an AST subclass so we can track source information.GroovySourceToken This is a Token sub class to track line informationLexerFrame Swing application to graphically display the tokens produced by the lexer.LineColumn An object representing a line and column positionSourceBuffer A simple buffer that provides line/col access to chunks of source code held within itself.UnicodeEscapingReader Translates GLS-defined unicode escapes into characters.UnicodeLexerSharedInputState GRECLIPSE-805 Support for unicode escape sequences -
Exception Summary Exception Description ASTParserException Thrown when trying to parse the ASTASTRuntimeException Used within the Groovy's AntlrParserPlugin