| Name | Description | Type | Package | Framework |
| AntlrASTProcessor | An interface for processing antlr AST objectsAuthor:Jeremy Rayner | Interface | org.codehaus.groovy.antlr | Groovy |
| AntlrASTProcessSnippets | Class | org.codehaus.groovy.antlr | Groovy | |
| AntlrParserPlugin | A parser plugin which adapts the JSR Antlr Parser to the Groovy runtimeAuthor:James Strachan | Class | org.codehaus.groovy.antlr | Groovy |
| AntlrParserPluginFactory | Class | org.codehaus.groovy.antlr | Groovy | |
| AntProjectPropertiesDelegate | Class | org.codehaus.groovy.ant | Groovy | |
| ASTParserException | Thrown when trying to parse the ASTSee Also:Serialized Form | Class | org.codehaus.groovy.antlr | Groovy |
| ASTRuntimeException | Class | org.codehaus.groovy.antlr | Groovy | |
| CompileTaskSupport | Support for compilation related tasks. | Class | org.codehaus.groovy.ant | Groovy |
| CompositeVisitor | A composite of many visitors. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| EnumHelper | Class | org.codehaus.groovy.antlr | Groovy | |
| FileIterator | FileIterator is an iterator over a number of files from a collection of FileSet instances. | Class | org.codehaus.groovy.ant | Groovy |
| FileScanner | FileScanner is a bean which allows the iteration over a number of files from a collection of FileSet instances. | Class | org.codehaus.groovy.ant | Groovy |
| FileSystemCompilerFacade | This is a helper class, to provide a controlled entry point for the groovyc ant task forked mode. | Class | org.codehaus.groovy.ant | Groovy |
| FlatNodeListTraversal | A simple iterator over an ordered (flat) List of the nodes of the AST. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| GenerateStubsTask | Generates Java stubs from Groovy sources. | Class | org.codehaus.groovy.ant | Groovy |
| Groovifier | Class | org.codehaus.groovy.antlr.java | Groovy | |
| Groovy | Executes a series of Groovy statements. | Class | org.codehaus.groovy.ant | Groovy |
| Groovyc | Compiles Groovy source files using Ant. | Class | org.codehaus.groovy.ant | Groovy |
| GroovycTask | Compiles Groovy source files. | Class | org.codehaus.groovy.ant | Groovy |
| Groovydoc | Access to the GroovyDoc tool from Ant. | Class | org.codehaus.groovy.ant | Groovy |
| GroovyLexer | Class | org.codehaus.groovy.antlr.parser | Groovy | |
| GroovyRecognizer | JSR-241 Groovy Recognizer. | Class | org.codehaus.groovy.antlr.parser | Groovy |
| GroovySourceAST | We have an AST subclass so we can track source information. | Class | org.codehaus.groovy.antlr | Groovy |
| GroovySourceToken | This is a Token sub class to track line informationAuthor:Jochen Theodorou | Class | org.codehaus.groovy.antlr | Groovy |
| GroovyTokenTypes | Interface | org.codehaus.groovy.antlr.parser | Groovy | |
| Java2GroovyConverter | Class | org.codehaus.groovy.antlr.java | Groovy | |
| Java2GroovyMain | Class | org.codehaus.groovy.antlr.java | Groovy | |
| Java2GroovyProcessor | Class | org.codehaus.groovy.antlr.java | Groovy | |
| JavaLexer | Class | org.codehaus.groovy.antlr.java | Groovy | |
| JavaRecognizer | Run 'java Main [-showtree] directory-full-of-java-files' [The -showtree option pops up a Swing frame that shows | Class | org.codehaus.groovy.antlr.java | Groovy |
| JavaTokenTypes | Interface | org.codehaus.groovy.antlr.java | Groovy | |
| LexerFrame | Class | org.codehaus.groovy.antlr | Groovy | |
| LineColumn | An object representing a line and column positionAuthor:Jeremy Rayner | Class | org.codehaus.groovy.antlr | Groovy |
| LoggingHelper | Helper to make logging from Ant easier. | Class | org.codehaus.groovy.ant | Groovy |
| MindMapPrinter | An antlr AST visitor that prints a format suitable for viewing in http://freemind. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| NodeAsHTMLPrinter | A visitor that prints a html tags of each node to the supplied PrintStreamAuthor:Jeremy Rayner | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| NodeCollector | A simple antlr AST visitor that collects all nodes into a List. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| NodePrinter | A simple antlr AST visitor that outputs the tokenName of each node in a pseudo xml style. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| PreJava2GroovyConverter | Class | org.codehaus.groovy.antlr.java | Groovy | |
| PreOrderTraversal | A simple preorder traversal over the supplied antlr AST. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| RootLoaderRef | Sets the RootLoader as reference. | Class | org.codehaus.groovy.ant | Groovy |
| SourceBuffer | A simple buffer that provides line/col access to chunks of source code held within itself. | Class | org.codehaus.groovy.antlr | Groovy |
| SourceCodeTraversal | A treewalker for the antlr generated AST that attempts to visit the AST nodes in the order needed to generate valid groovy source code. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| SourceInfo | Interface | org.codehaus.groovy.antlr | Groovy | |
| SourcePrinter | An antlr AST visitor that prints groovy source code for each visited node to the supplied PrintStream. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| TraversalHelper | Helper Class for Antlr AST traversal and visitation. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
| UberCompileTask | Compiles Java and Groovy source files. | Class | org.codehaus.groovy.ant | Groovy |
| UnicodeEscapingReader | Translates GLS-defined unicode escapes into characters. | Class | org.codehaus.groovy.antlr | Groovy |
| UnicodeLexerSharedInputState | GRECLIPSE-805 Support for unicode escape sequencesAuthor:Andrew Eisenberg | Class | org.codehaus.groovy.antlr | Groovy |
| VerifyClass | Verify Class files. | Class | org.codehaus.groovy.ant | Groovy |
| Visitor | An interface for visiting a GroovySourceAST node. | Interface | org.codehaus.groovy.antlr.treewalker | Groovy |
| VisitorAdapter | A default implementation of all visitor methods. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |