| Library: | Groovy |
| Version: | 1.0.jsr06 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AbstractHttpServlet | groovy.servlet | A common ground dealing with the HTTP servlet API wrinkles. |
| AbstractReaderSource | org.codehaus.groovy.control.io | For ReaderSources that can choose a parent class, a base that provides common functionality. |
| AllTestSuite | groovy.util | AllTestSuite can be used in extension of GroovyTestSuite to execute TestCases written in Groovy from inside a Java IDE. |
| AnnotatedNode | org.codehaus.groovy.ast | Base class for any AST node which is capable of being annotationed |
| AnnotationNode | org.codehaus.groovy.ast | Represents an annotation which can be attached to interfaces, classes, methods and fields. |
| AntBuilder | groovy.util | Allows Ant tasks to be used with GroovyMarkup |
| AntlrASTProcessSnippets | org.codehaus.groovy.antlr | No description provided. |
| AntlrClassSource | org.codehaus.groovy.antlr.syntax | Provides a container with a handy name for an Antlr AST node that represents a class. |
| AntlrParserPlugin | org.codehaus.groovy.antlr | A parser plugin which adapts the JSR Antlr Parser to the Groovy runtime |
| AntlrParserPluginFactory | org.codehaus.groovy.antlr | No description provided. |
| AntlrSourceSummary | org.codehaus.groovy.antlr | Provides a summary of a SourceUnit (could contain 0 or more classes) |
| AntProjectPropertiesDelegate | org.codehaus.groovy.ant | No description provided. |
| ArgumentListExpression | org.codehaus.groovy.ast.expr | Represents one or more arguments being passed into a method |
| ArrayExpression | org.codehaus.groovy.ast.expr | Represents an array object construction either using a fixed size or an initializer expression |
| AsmClassGenerator | org.codehaus.groovy.classgen | Generates Java class versions of Groovy classes using ASM. |
| AssertStatement | org.codehaus.groovy.ast.stmt | Represents an assert statement such as
assert i != 0 : "should never be zero";
|
| ASTHelper | org.codehaus.groovy.syntax | A common base class of AST helper methods which can be shared across the classic and new parsers |
| ASTNode | org.codehaus.groovy.ast | Base class for any AST node |
| AttributeExpression | org.codehaus.groovy.ast.expr | Represents an attribute access (accessing the field of a class) such as the expression "foo.@bar". |
| BaseMarkupBuilder | groovy.xml.streamingmarkupsupport | No description provided. |
| BenchmarkInterceptor | groovy.lang | Interceptor that registers the timestamp of each method call before and after invocation. |
| BigDecimalMath | org.codehaus.groovy.runtime | BigDecimal NumberMath operations |
| BigIntegerMath | org.codehaus.groovy.runtime | BigInteger NumberMath operations |
| BinaryExpression | org.codehaus.groovy.ast.expr | Represents two expressions and an operation |
| Binding | groovy.lang | Represents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passed into it. |
| BitwiseNegExpression | org.codehaus.groovy.ast.expr | No description provided. |
| BlockStatement | org.codehaus.groovy.ast.stmt | A list of statements |
| BooleanExpression | org.codehaus.groovy.ast.expr | Represents a boolean expression |
| BooleanWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| BreakStatement | org.codehaus.groovy.ast.stmt | Represents a break statement in a switch or loop statement |
| Builder | groovy.xml.streamingmarkupsupport | No description provided. |
| Builder.Built | groovy.xml.streamingmarkupsupport | No description provided. |
| BuilderSupport | groovy.util | An abstract base class for creating arbitrary nested trees of objects or events |
| BytecodeExpression | org.codehaus.groovy.classgen | Represents some custom bytecode generation by the compiler |
| BytecodeHelper | org.codehaus.groovy.classgen | A helper class for bytecode generation with AsmClassGenerator. |
| ByteWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| CachingGroovyEngine | org.codehaus.groovy.bsf | A Caching implementation of the GroovyEngine |
| CaseStatement | org.codehaus.groovy.ast.stmt | Represents a case statement in a switch statement |
| CastExpression | org.codehaus.groovy.ast.expr | Represents a type cast expression |
| CatchStatement | org.codehaus.groovy.ast.stmt | Represents a catch (Exception var) { } statement |
| CharsetToolkit | groovy.util | Utility class to guess the encoding of a given text file. |
| CharWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| ClassCodeVisitorSupport | org.codehaus.groovy.ast | No description provided. |
| ClassCompletionVerifier | org.codehaus.groovy.classgen | ClassCompletionVerifier |
| ClassExpression | org.codehaus.groovy.ast.expr | Represents access to a Java/Groovy class in an expression, such as when invoking a static method or accessing a static type |
| ClassExtender | org.codehaus.groovy.runtime | A helper class used by the runtime to allow Groovy classes to be extended at runtime |
| ClassGenerator | org.codehaus.groovy.classgen | Abstract base class for generator of Java class versions of Groovy AST classes |
| ClassHelper | org.codehaus.groovy.ast | This class is a Helper for ClassNode and classes handling ClassNodes. |
| ClassNode | org.codehaus.groovy.ast | Represents a class in the AST. A ClassNode should be created using the methods in ClassHelper. |
| Closure | groovy.lang | Represents any closure object in Groovy. |
| ClosureComparator | groovy.util | A Comparator which uses a closure to compare 2 values being equal |
| ClosureConstraintMatcher | groovy.mock | No description provided. |
| ClosureExpression | org.codehaus.groovy.ast.expr | Represents a closure creation expression such as { statement; } or { i : statement; } or { i, x, String y: statement } |
| ClosureListener | org.codehaus.groovy.runtime | Represents a method on an object using a closure which can be invoked at any time |
| ClosureModel | groovy.model | Represents a value model using a closure to extract the value from some source model and an optional write closure for updating the value. |
| CodeVisitorSupport | org.codehaus.groovy.ast | Abstract base class for any GroovyCodeVisitory which by default just walks the code and expression tree |
| CompilationUnit | org.codehaus.groovy.control | Collects all compilation data as it is generated by the compiler system. |
| CompilationUnit.ClassgenCallback | org.codehaus.groovy.control | A callback interface you can use to "accompany" the classgen() code as it traverses the ClassNode tree. |
| CompilationUnit.GroovyClassOperation | org.codehaus.groovy.control | No description provided. |
| CompilationUnit.PrimaryClassNodeOperation | org.codehaus.groovy.control | An callback interface for use in the applyToSourceUnits loop driver. |
| CompilationUnit.ProgressCallback | org.codehaus.groovy.control | A callback interface you can use to get a callback after every unit of the compile process. |
| CompilationUnit.SourceUnitOperation | org.codehaus.groovy.control | An callback interface for use in the applyToSourceUnits loop driver. |
| Compiler | org.codehaus.groovy.tools | A convenience front end for getting standard compilations done. |
| CompilerConfiguration | org.codehaus.groovy.control | Compilation control flags and coordination stuff. |
| CompileStack | org.codehaus.groovy.classgen | This class is a helper for AsmClassGenerator. |
| CompileUnit | org.codehaus.groovy.ast | Represents the entire contents of a compilation step which consists of one or more ModuleNode instances |
| CompositeVisitor | org.codehaus.groovy.antlr.treewalker | A composite of many visitors. |
| ConsoleSupport | groovy.ui | Base class for console |
| ConstantExpression | org.codehaus.groovy.ast.expr | Represents a constant expression such as null, true, false |
| ConstructorCallExpression | org.codehaus.groovy.ast.expr | A constructor call |
| ConstructorNode | org.codehaus.groovy.ast | Represents a constructor declaration |
| ContinueStatement | org.codehaus.groovy.ast.stmt | Represents a continue statement in a loop statement |
| CSTNode | org.codehaus.groovy.syntax | An abstract base class for nodes in the concrete syntax tree that is the result of parsing. |
| CurriedClosure | org.codehaus.groovy.runtime | Represents wrapper around a Closure to support currying |
| DataSet | groovy.sql | Represents an extent of objects |
| DeclarationExpression | org.codehaus.groovy.ast.expr | Represents a local variable name declaration, an expression like "def foo" or with type "String foo". |
| DefaultAction | groovy.swing.impl | A default action implementation |
| DefaultGroovyMethods | org.codehaus.groovy.runtime | This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment. |
| DefaultGroovyMethods.ProcessRunner | org.codehaus.groovy.runtime | A Runnable which waits for a process to complete together with a notification scheme allowing another thread to wait a maximum number of seconds for the process to complete before killing it. |
| DefaultGroovyMethods.RangeInfo | org.codehaus.groovy.runtime | No description provided. |
| DefaultGroovyStaticMethods | org.codehaus.groovy.runtime | This class defines all the new static groovy methods which appear on normal JDK classes inside the Groovy environment. |
| DefaultMethodKey | org.codehaus.groovy.runtime | A default implementation of MethodKey |
| DefaultTableColumn | groovy.model | Represents a column using a ValueModel to extract the value. |
| DefaultTableModel | groovy.model | A default table model made up of PropertyModels on a Value model. |
| DefaultTableModel.MyTableColumnModel | groovy.model | No description provided. |
| DelegatingMetaClass | groovy.lang | No description provided. |
| DOMBuilder | groovy.xml | A helper class for creating a W3C DOM tree |
| DOMCategory | groovy.xml.dom | No description provided. |
| DomToGroovy | org.codehaus.groovy.tools.xml | A SAX handler for turning XML into Groovy scripts |
| DoubleWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| DoWhileStatement | org.codehaus.groovy.ast.stmt | Represents a do { ... |
| DummyClassGenerator | org.codehaus.groovy.classgen | To generate a class that has all the fields and methods, except that fields are not initilized and methods are empty. |
| DynamicVariable | org.codehaus.groovy.ast | No description provided. |
| EmptyRange | groovy.lang | Constructing Ranges like 0..<0 |
| EmptyStatement | org.codehaus.groovy.ast.stmt | Represents an empty statement |
| ErrorCollector | org.codehaus.groovy.control | A base class for collecting messages and errors during processing. |
| ErrorReporter | org.codehaus.groovy.tools | Provides services for reporting compilation errors to the user. |
| Eval | groovy.util | Allow easy integration from Groovy into Java through convenience methods. |
| ExceptionMessage | org.codehaus.groovy.control.messages | A class for error messages produced by the parser system. |
| Expando | groovy.util | Represents a dynamically expandable bean. |
| Expression | org.codehaus.groovy.ast.expr | Represents a base class for expressions which evaluate as an object |
| ExpressionStatement | org.codehaus.groovy.ast.stmt | A simple statement such as a method call where the return value is ignored |
| FieldExpression | org.codehaus.groovy.ast.expr | Represents a field access such as the expression "this.foo". |
| FieldNode | org.codehaus.groovy.ast | Represents a field (member variable) |
| FileIterator | org.codehaus.groovy.ant |
|
| FileReaderSource | org.codehaus.groovy.control.io | A ReaderSource for source files. |
| FileScanner | org.codehaus.groovy.ant |
|
| FileSystemCompiler | org.codehaus.groovy.tools | No description provided. |
| FilteredAttributes | groovy.util.slurpersupport | No description provided. |
| FilteredNodeChildren | groovy.util.slurpersupport | No description provided. |
| FloatingPointMath | org.codehaus.groovy.runtime | FloatingPoint (Double and Float) NumberMath operations |
| FloatWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| FlushingStreamWriter | org.codehaus.groovy.runtime | Stream writer which flushes after each write operation. |
| FormModel | groovy.model | Represents a number of field models which can be ValueModel, PropertyModel, TableModel, TreeModel or nested FormModel instances |
| ForStatement | org.codehaus.groovy.ast.stmt | Represents a standard for loop in Groovy |
| GeneratorContext | org.codehaus.groovy.classgen | A context shared across generations of a class and its inner classes |
| GPathResult | groovy.util.slurpersupport | No description provided. |
| Grok | org.codehaus.groovy.tools | This is a stub for the Groovy Doc tool |
| Groovy | org.codehaus.groovy.ant | Executes a series of Groovy statements. |
| Groovyc | org.codehaus.groovy.ant | Compiles Groovy source files. |
| GroovyCategorySupport | org.codehaus.groovy.runtime | No description provided. |
| GroovyClass | org.codehaus.groovy.tools | No description provided. |
| GroovyClassLoader | groovy.lang | A ClassLoader which can load Groovy classes. |
| GroovyClassLoader.ClassCollector | groovy.lang | No description provided. |
| GroovyClassLoader.InnerLoader | groovy.lang | No description provided. |
| GroovyCodeSource | groovy.lang | CodeSource wrapper class that allows specific security policies to be associated with a class compiled from groovy source. |
| GroovyCodeSourcePermission | groovy.security | Permission required to explicitly specify a codebase for a groovy script whose codebase cannot be determined. |
| GroovyEngine | org.codehaus.groovy.bsf | A BSF Engine for the Groovy scripting language. |
| GroovyLexer | org.codehaus.groovy.antlr.parser | No description provided. |
| GroovyLog | groovy.util | Represents an arbitrary logging service. |
| GroovyMain | groovy.ui | A Command line to execute groovy. |
| GroovyMBean | groovy.util | A GroovyObject facade for an underlying MBean which acts like a normal groovy object but which is actually implemented via an underlying JMX MBean. |
| GroovyMock | groovy.mock | No description provided. |
| GroovyObjectSupport | groovy.lang | A useful base class for Java objects wishing to be Groovy objects |
| GroovyObjectWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| GroovyRecognizer | org.codehaus.groovy.antlr.parser | JSR-241 Groovy Recognizer Run 'java Main [-showtree] directory-full-of-groovy-files' [The -showtree option pops up a Swing frame that shows the AST constructed from the parser.] Contributing authors: John Mitchell johnm@non.net Terence Parr parrt@magelang.com John Lilley jlilley@empathy.com Scott Stanchfield thetick@magelang.com Markus Mohnen mohnen@informatik.rwth-aachen.de Peter Williams pete.williams@sun.com Allan Jacobs Allan.Jacobs@eng.sun.com Steve Messick messick@redhills.com James Strachan jstrachan@protique.com John Pybus john@pybus.org John Rose rose00@mac.com Jeremy Rayner groovy@ross-rayner.com Version 1.00 December 9, 1997 -- initial release Version 1.01 December 10, 1997 fixed bug in octal def (0..7 not 0..8) Version 1.10 August 1998 (parrt) added tree construction fixed definition of WS,comments for mac,pc,unix newlines added unary plus Version 1.11 (Nov 20, 1998) Added "shutup" option to turn off last ambig warning. |
| GroovyResultSet | groovy.sql | Represents an extent of objects |
| GroovyRowResult | groovy.sql | Represents an extent of objects. |
| GroovyScriptEngine | groovy.util | Specific script engine able to reload modified scripts as well as dealing properly with dependent scripts. |
| GroovyServlet | groovy.servlet | This servlet will run Groovy scripts as Groovlets. |
| GroovyShell | groovy.lang | Represents a groovy shell capable of running arbitrary groovy scripts |
| GroovySocketServer | groovy.ui | Simple server that executes supplied script against a socket |
| GroovySourceAST | org.codehaus.groovy.antlr | We have an AST subclass so we can track source information. |
| GroovyStarter | org.codehaus.groovy.tools | Helper class to help classworlds to load classes. |
| GroovyTestCase | groovy.util | A default JUnit TestCase in Groovy. |
| GroovyTestSuite | groovy.util | A TestSuite which will run a Groovy unit test case inside any Java IDE either as a unit test case or as an application. |
| GString | groovy.lang | Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily. |
| GStringExpression | org.codehaus.groovy.ast.expr | Represents a String expression which contains embedded values inside it such as "hello there ${user} how are you" which is expanded lazily |
| GStringTemplateEngine | groovy.text | No description provided. |
| IfStatement | org.codehaus.groovy.ast.stmt | Represents a do { ... |
| ImportNode | org.codehaus.groovy.ast | Represents an import statement of a single class author Jochen Theodorou |
| IndentPrinter | groovy.util | A helper class for printing indented text |
| InnerClassNode | org.codehaus.groovy.ast | Represents an inner class declaration |
| InputStreamReaderSource | org.codehaus.groovy.control.io | A ReaderSource for source strings. |
| Inspector | groovy.inspect | The Inspector provides a unified access to an object's information that can be determined by introspection. |
| Inspector.MemberComparator | groovy.inspect | No description provided. |
| IntegerMath | org.codehaus.groovy.runtime | Integer NumberMath operations |
| InteractiveShell | groovy.ui | A simple interactive shell for evaluating groovy expressions on the command line |
| IntRange | groovy.lang | Represents a list of Integer objects from a specified int up to and including a given and to. |
| IntWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| Invoker | org.codehaus.groovy.runtime | A helper class to invoke methods or extract properties on arbitrary Java objects dynamically |
| InvokerHelper | org.codehaus.groovy.runtime | A static helper class to make bytecode generation easier and act as a facade over the Invoker |
| IteratorClosureAdapter | org.codehaus.groovy.runtime | A closure which stores calls in a List so that method calls can be iterated over in a 'yield' style way |
| Janitor | org.codehaus.groovy.control | An agent that can be used to defer cleanup operations to a later time. |
| JavaPrompt | org.codehaus.groovy.sandbox.ui | Pure Java prompt using just System.in. |
| LabelVerifier | org.codehaus.groovy.control | This class checks the handling of labels in the AST |
| LexerFrame | org.codehaus.groovy.antlr | No description provided. |
| LineColumn | org.codehaus.groovy.antlr | An object representing a line and column position |
| ListExpression | org.codehaus.groovy.ast.expr | Represents a list expression [1, 2, 3] which creates a mutable List |
| LoaderConfiguration | org.codehaus.groovy.tools | class used to configure a RootLoader from a stream or by using it's methods. |
| LocatedMessage | org.codehaus.groovy.control.messages | A base class for compilation messages. |
| LongMath | org.codehaus.groovy.runtime | Long NumberMath operations |
| LongWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| MapEntry | groovy.util | Represents a list of Integer objects key a specified Object up to but not including a given and to. |
| MapEntryExpression | org.codehaus.groovy.ast.expr | Represents an entry inside a map expression such as 1 : 2. |
| MapExpression | org.codehaus.groovy.ast.expr | Represents a map expression [1 : 2, "a" : "b", x : y] which creates a mutable Map |
| MarkupBuilder | groovy.xml | A helper class for creating XML or HTML markup |
| Message | org.codehaus.groovy.control.messages | A base class for compilation messages. |
| MetaArrayLengthProperty | groovy.lang | Represents a property on a bean which may have a getter and/or a setter |
| MetaBeanProperty | groovy.lang | Represents a property on a bean which may have a getter and/or a setter |
| MetaClass | groovy.lang | No description provided. |
| MetaClassHelper | org.codehaus.groovy.runtime | No description provided. |
| MetaClassImpl | groovy.lang | Allows methods to be dynamically added to existing classes at runtime |
| MetaClassRegistry | groovy.lang | No description provided. |
| MetaExpandoProperty | groovy.lang | Represents a property in an Expando object |
| MetaFieldProperty | groovy.lang | Represents a property on a bean which may have a getter and/or a setter |
| MetaMethod | groovy.lang | Represents a Method on a Java object a little like Method except without using reflection to invoke the method |
| MetaProperty | groovy.lang | Represents a property on a bean which may have a getter and/or a setter |
| MethodCaller | org.codehaus.groovy.classgen | A helper class to invoke methods more easily in ASM |
| MethodCallExpression | org.codehaus.groovy.ast.expr | A method call on an object or class |
| MethodClosure | org.codehaus.groovy.runtime | Represents a method on an object using a closure which can be invoked at any time |
| MethodHelper | org.codehaus.groovy.runtime | Some reflection helper methods |
| MethodKey | org.codehaus.groovy.runtime | An abstract base class for a key used for comparators and Map keys to lookup a method by name and parameter types |
| MethodNode | org.codehaus.groovy.ast | Represents a method declaration |
| MethodPointerExpression | org.codehaus.groovy.ast.expr | Represents a method pointer on an object such as
foo.&bar which means find the method pointer on foo for the method called "bar"
which is equivalent to
foo.metaClass.getMethodPointer(foo, "bar") |
| MindMapPrinter | org.codehaus.groovy.antlr.treewalker | An antlr AST visitor that prints a format suitable for viewing in http://freemind.sourceforge.net |
| MixinNode | org.codehaus.groovy.ast | Represents a mixin which can be applied to any ClassNode to implement mixins |
| MockProxyMetaClass | groovy.mock.interceptor | The ProxyMetaClass for the MockInterceptor. |
| ModuleNode | org.codehaus.groovy.ast | Represents a module, which consists typically of a class declaration but could include some imports, some statements and multiple classes intermixed with statements like scripts in Python or Ruby |
| NamedArgumentListExpression | org.codehaus.groovy.ast.expr | Represents one or more arguments being passed into a method by name |
| Namespace | groovy.xml | A simple helper class which acts as a factory of QName instances. |
| NamespaceBuilder | groovy.xml | A helper class for creating namespaces for GroovyMarkup |
| NamespaceBuilderSupport | groovy.xml | A helper class for creating namespaced GroovyMarkup |
| NegationExpression | org.codehaus.groovy.ast.expr | No description provided. |
| NewInstanceMetaMethod | org.codehaus.groovy.runtime | A MetaMethod implementation where the underlying method is really a static helper method on some class but it appears to be an instance method on a class. |
| NewStaticMetaMethod | org.codehaus.groovy.runtime | A MetaMethod implementation where the underlying method is really a static helper method on some class. |
| NoChildren | groovy.util.slurpersupport | No description provided. |
| Node | groovy.util | Represents an arbitrary tree node which can be used for structured metadata which can be any arbitrary XML-like tree. |
| Node | groovy.util.slurpersupport | No description provided. |
| NodeAsHTMLPrinter | org.codehaus.groovy.antlr.treewalker | A visitor that prints a html tags of each node to the supplied PrintStream |
| NodeBuilder | groovy.util | A helper class for creating nested trees of Node objects for handling arbitrary data |
| NodeChild | groovy.util.slurpersupport | No description provided. |
| NodeIterator | groovy.util.slurpersupport | No description provided. |
| NodeList | groovy.util | A List implementation which is returned by queries on a Node which provides some XPath like helper methods for GPath |
| NodePrinter | org.codehaus.groovy.antlr.treewalker | A simple antlr AST visitor that outputs the tokenName of each node in a pseudo xml style. |
| NodePrinter | groovy.util | A helper class for creating nested trees of data |
| NonEmptySequence | groovy.lang | Represents a sequence of objects which represents one or many instances of of objects of a given type. |
| NotExpression | org.codehaus.groovy.ast.expr | No description provided. |
| NullObject | org.codehaus.groovy.runtime | No description provided. |
| NullWriter | org.codehaus.groovy.control.io | An Writer than eats its input. |
| NumberMath | org.codehaus.groovy.runtime | Stateless objects used to perform math on the various Number subclasses. |
| Numbers | org.codehaus.groovy.syntax | Helper class for processing Groovy numeric literals. |
| ObjectRange | groovy.lang | Represents an inclusive list of objects from a value to a value using comparators |
| OrderBy | groovy.util | A helper class for sorting objects via a closure to return the field or operation on which to sort. |
| Parameter | org.codehaus.groovy.ast | Represents a parameter on a constructor or method call. |
| ParameterArray | groovy.lang | Distinguish a parameter array from Object[]. |
| ParserPluginFactory | org.codehaus.groovy.control | A factory of parser plugin instances |
| Phases | org.codehaus.groovy.control | Compilation phase identifiers. |
| PojoWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| PostfixExpression | org.codehaus.groovy.ast.expr | Represents a postfix expression like foo++ or bar++ |
| PrefixExpression | org.codehaus.groovy.ast.expr | Represents a prefix expression like ++foo or --bar |
| PreOrderTraversal | org.codehaus.groovy.antlr.treewalker | A simple preorder traversal over the supplied antlr AST. |
| ProcessingUnit | org.codehaus.groovy.control | A base class for data structures that can collect messages and errors during processing. |
| PromptFactory | org.codehaus.groovy.sandbox.ui | Factory to build a command line prompt. |
| PropertyExpression | org.codehaus.groovy.ast.expr | Represents a property access such as the expression "foo.bar". |
| PropertyModel | groovy.model | Represents a property of a value as a model. |
| PropertyNode | org.codehaus.groovy.ast | Represents a property (member variable, a getter and setter) |
| PropertyValue | groovy.lang | No description provided. |
| Proxy | groovy.util | Dynamic groovy proxy for another object. |
| ProxyMetaClass | groovy.lang | As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs. |
| QName | groovy.xml | QName class represents the value of a qualified name
as specified in XML
Schema Part2: Datatypes specification. |
| RangeExpression | org.codehaus.groovy.ast.expr | Represents a range expression such as for iterating |
| Reduction | org.codehaus.groovy.syntax | A syntax reduction, produced by the Parser. |
| Reference | groovy.lang | Represents a reference to a value |
| ReflectionMetaMethod | org.codehaus.groovy.runtime | No description provided. |
| ReflectionMethodInvoker | org.codehaus.groovy.runtime | Utility class to call methods through reflection, and falls through using the Invoker to call the method if it fails. |
| Reflector | org.codehaus.groovy.runtime | Provides as alternative to reflection using bytecode generation. |
| ReflectorGenerator | org.codehaus.groovy.classgen | Code generates a Reflector |
| ReflectorLoader | org.codehaus.groovy.runtime | Reflector creation helper. |
| RegexExpression | org.codehaus.groovy.ast.expr | Represents a regular expression of the form ~ |
| RegexSupport | org.codehaus.groovy.runtime | Created by IntelliJ IDEA. |
| ResolveVisitor | org.codehaus.groovy.control | Visitor to resolve Types and convert VariableExpression to ClassExpressions if needed. |
| ReturnStatement | org.codehaus.groovy.ast.stmt | A return statement |
| RootLoader | org.codehaus.groovy.tools | This ClassLoader should be used as root of class loaders. |
| RootLoaderRef | org.codehaus.groovy.ant | Sets the RootLoader as reference. |
| SAXBuilder | groovy.xml | A helper class for creating a W3C D |
| Script | groovy.lang | This object represents a Groovy script |
| ScriptBytecodeAdapter | org.codehaus.groovy.runtime | A static helper class to make bytecode generation easier and act as a facade over the Invoker. |
| ScriptReference | org.codehaus.groovy.runtime | Represents a reference to a variable in a script |
| ScriptTestAdapter | org.codehaus.groovy.runtime | An adapter to make any Groovy Script class an instance of a JUnit Test |
| Sequence | groovy.lang | Represents a sequence of objects which represents zero or many instances of of objects of a given type. |
| ServletBinding | groovy.servlet | Servlet-specific binding extension to lazy load the writer or the output stream from the response. |
| ServletCategory | groovy.servlet | Servlet support. |
| ShellCompleter | groovy.ui | Readline completion for InteractiveShell. |
| ShortWrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| SimpleMessage | org.codehaus.groovy.control.messages | A base class for compilation messages. |
| SimpleTemplateEngine | groovy.text | This simple template engine uses JSP <% %> script and <%= %> expression syntax. |
| SourceBuffer | org.codehaus.groovy.antlr | A simple buffer that provides line/col access to chunks of source code held within itself. |
| SourceCodeTraversal | org.codehaus.groovy.antlr.treewalker | A treewalker for the antlr generated AST that attempts to visit the AST nodes in the order needed to generate valid groovy source code. |
| SourcePrinter | org.codehaus.groovy.antlr.treewalker | An antlr AST visitor that prints groovy source code for each visited node to the supplied PrintStream. |
| SourceUnit | org.codehaus.groovy.control | Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
| SpreadExpression | org.codehaus.groovy.ast.expr | Represents a spread expression *x in the list expression [1, *x, 2]. |
| SpreadList | groovy.lang | Spreads a list as individual objects to support the spread operator (*) for lists. |
| SpreadMap | groovy.lang | Represents a spreadable map which extends java.util.HashMap. |
| SpreadMapExpression | org.codehaus.groovy.ast.expr | Represents a spread map expression *:m in the map expression [1, *:m, 2, "c":100] or in the method invoke expression func(1, *:m, 2, "c":100). |
| Sql | groovy.sql | Represents an extent of objects |
| SqlWhereVisitor | groovy.sql | No description provided. |
| Statement | org.codehaus.groovy.ast.stmt | Base class for any statement |
| StaticMethodCallExpression | org.codehaus.groovy.ast.expr | A static method call on a class |
| StreamingMarkupWriter | groovy.xml.streamingmarkupsupport | No description provided. |
| StringBufferWriter | org.codehaus.groovy.runtime | This class codes around a silly limiation of StringWriter which doesn't allow a StringBuffer to be passed in as a constructor for some bizzare reason. |
| StringReaderSource | org.codehaus.groovy.control.io | A ReaderSource for source strings. |
| SummaryCollector | org.codehaus.groovy.antlr.treewalker | A visitor for the antlr ast that creates a summary of the parsed source unit |
| SwingBuilder | groovy.swing | A helper class for creating Swing widgets using GroovyMarkup |
| SwitchStatement | org.codehaus.groovy.ast.stmt | Represents a switch (object) { case value: ... |
| SynchronizedStatement | org.codehaus.groovy.ast.stmt | Represents a synchronized statement |
| SyntaxErrorMessage | org.codehaus.groovy.control.messages | A class for error messages produced by the parser system. |
| TableLayout | groovy.swing.impl | Represents a HTML style table layout |
| TableLayoutCell | groovy.swing.impl | Represents a cell in a table layout |
| TableLayoutRow | groovy.swing.impl | Represents a row in a table layout |
| TableMap | groovy.inspect.swingui | No description provided. |
| TableSorter | groovy.inspect.swingui | No description provided. |
| TemplateEngine | groovy.text | Represents an API to any template engine which is basically a factory of Template instances from a given text input. |
| TemplateServlet | groovy.servlet | A generic servlet for serving (mostly HTML) templates. |
| TemporaryMethodKey | org.codehaus.groovy.runtime | A temporary implementation of MethodKey used to perform a fast lookup for a method using a set of arguments to a method |
| TernaryExpression | org.codehaus.groovy.ast.expr | Represents a ternary expression (booleanExpression) ? expression : expression |
| TestCaseRenderEngine | org.codehaus.groovy.wiki | No description provided. |
| ThrowStatement | org.codehaus.groovy.ast.stmt | Represents a throw statement |
| Token | org.codehaus.groovy.syntax | A CSTNode produced by the Lexer. |
| TracingInterceptor | groovy.lang | No description provided. |
| TransformMetaMethod | org.codehaus.groovy.runtime | A MetaMethod implementation useful for implementing coercion based invocations |
| TraversalHelper | org.codehaus.groovy.antlr.treewalker | Helper Class for Antlr AST traversal and visitation. |
| TryCatchStatement | org.codehaus.groovy.ast.stmt | Represents a try { ... |
| Tuple | groovy.lang | Represents a list of Integer objects from a specified int up to but not including a given and to. |
| TupleExpression | org.codehaus.groovy.ast.expr | Represents a tuple expression {1, 2, 3} which creates an immutable List |
| Types | org.codehaus.groovy.syntax | Typing information for the CST system. |
| UnicodeEscapingReader | org.codehaus.groovy.antlr | Translates GLS-defined unicode escapes into characters. |
| URLReaderSource | org.codehaus.groovy.control.io | A ReaderSource for source files. |
| Utilities | org.codehaus.groovy.tools | Various utility functions for use in the compiler. |
| ValueHolder | groovy.model | A simple ValueModle implementation which is a holder of an object value. |
| Variable | org.codehaus.groovy.classgen | Represents compile time variable metadata while compiling a method. |
| VariableExpression | org.codehaus.groovy.ast.expr | Represents a local variable name, the simplest form of expression. |
| VariableScope | org.codehaus.groovy.ast | Represents a variable scope. |
| VariableScopeVisitor | org.codehaus.groovy.classgen | goes through an AST and initializes the scopes |
| Verifier | org.codehaus.groovy.classgen | Verifies the AST node and adds any defaulted AST code before bytecode generation occurs. |
| VerifierCodeVisitor | org.codehaus.groovy.classgen | Verifies the method code |
| VerifyClass | org.codehaus.groovy.ant | Verify Class files. |
| VisitorAdapter | org.codehaus.groovy.antlr.treewalker | A default implementation of all visitor methods. |
| WarningMessage | org.codehaus.groovy.control.messages | A class for warning messages. |
| WhileStatement | org.codehaus.groovy.ast.stmt | Represents a while (condition) { ... |
| Wiki2Markup | org.codehaus.groovy.wiki | Converts the Wiki markup into XML/HTML so that it can be styled by the Maven build |
| Wiki2TestCase | org.codehaus.groovy.wiki | A wiki renderer that creates JUnit test cases |
| Wrapper | org.codehaus.groovy.runtime.wrappers | No description provided. |
| WritableFile | org.codehaus.groovy.runtime | A Writable File. |
| XmlNodePrinter | groovy.util | Prints a node with all childs in XML format. |
| XmlParser | groovy.util | A helper class for parsing XML into a tree of Node instances for a simple way of processing XML. |
| XmlSlurper | groovy.util | No description provided. |
| XmlTemplateEngine | groovy.text | Template engine for xml data input. |
| Search |




