| Name | Description | Type | Package | Framework |
| AbstractASTTransformation | | Class | org.codehaus.groovy.transform | Groovy |
|
| AbstractASTTransformUtil | | Class | org.codehaus.groovy.transform | Groovy |
|
| AbstractCallSite | Base class for all call sitesAuthor:Alex Tkachman | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| AbstractComparator | | Class | org.codehaus.groovy.runtime | Groovy |
|
| AbstractConcurrentDoubleKeyMap | | Class | org.codehaus.groovy.util | Groovy |
|
| AbstractConcurrentMap | | Class | org.codehaus.groovy.util | Groovy |
|
| AbstractConcurrentMap .Entry | | Interface | org.codehaus.groovy.util.AbstractConcurrentMap | Groovy |
|
| AbstractConcurrentMap .Segment | | Class | org.codehaus.groovy.util.AbstractConcurrentMap | Groovy |
|
| AbstractConcurrentMapBase | | Class | org.codehaus.groovy.util | Groovy |
|
| AbstractConcurrentMapBase .Entry | | Interface | org.codehaus.groovy.util.AbstractConcurrentMapBase | Groovy |
|
| AbstractConcurrentMapBase .Segment | | Class | org.codehaus.groovy.util.AbstractConcurrentMapBase | Groovy |
|
| AbstractFullBinding | | Class | org.codehaus.groovy.binding | Groovy |
|
| AbstractInterruptibleASTTransformation | Base class for AST Transformations which will automatically throw an InterruptedException when some conditions are met. | Class | org.codehaus.groovy.transform | Groovy |
|
| AbstractReaderSource | For ReaderSources that can choose a parent class, a base that provides common functionality. | Class | org.codehaus.groovy.control.io | Groovy |
|
| AbstractTypeCheckingExtension | Custom type checking extensions may extend this method in order to benefit from a lot of support methods. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| AggregateBinding | An aggregation of multiple bindingsSince:Groovy 1. | Class | org.codehaus.groovy.binding | Groovy |
|
| AndroidSupport | | Class | org.codehaus.groovy.reflection.android | Groovy |
|
| AnnotatedNode | Base class for any AST node which is capable of being annotatedAuthor:James Strachan | Class | org.codehaus.groovy.ast | Groovy |
|
| AnnotationCollectorTransform | This class is the base for any annotation alias processor. | Class | org.codehaus.groovy.transform | Groovy |
|
| AnnotationCollectorTransform .ClassChanger | into what is needed by the compiler. | Class | org.codehaus.groovy.transform.AnnotationCollectorTransform | Groovy |
|
| AnnotationConstantExpression | Represents an annotation "constant" that may appear in annotation attributes (mainly used as a marker). | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| AnnotationConstantsVisitor | Visitor to resolve constants in annotation definitions. | Class | org.codehaus.groovy.control | Groovy |
|
| AnnotationNode | Represents an annotation which can be attached to interfaces, classes, methods and fields. | Class | org.codehaus.groovy.ast | Groovy |
|
| AnnotationVisitor | An Annotation visitor responsible with: - reading annotation metadata (@Retention, @Target, attribute types) | Class | org.codehaus.groovy.classgen | Groovy |
|
| 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 |
|
| ArgumentListExpression | Represents one or more arguments being passed into a methodAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| ArrayCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| ArrayClassDocWrapper | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| ArrayExpression | Represents an array object construction either using a fixed size or an initializer expression | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| ArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ArrayIterator | | Class | org.codehaus.groovy.util | Groovy |
|
| ArrayMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ArrayUtil | This is a generated class used internally during the writing of bytecode within the CallSiteWriter logic. | Class | org.codehaus.groovy.runtime | Groovy |
|
| AsmClassGenerator | Generates Java class versions of Groovy classes using ASM. | Class | org.codehaus.groovy.classgen | Groovy |
|
| AssertionRenderer | Creates a string representation of an assertion and its recorded values. | Class | org.codehaus.groovy.runtime.powerassert | Groovy |
|
| AssertionWriter | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| AssertStatement | Represents an assert statement. | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| AstBuilderTransformation | Transformation to capture ASTBuilder from code statements. | Class | org.codehaus.groovy.ast.builder | Groovy |
|
| ASTHelper | A common base class of AST helper methods which can be shared across the classic and new parsersAuthor:Jochen Theodorou, James Strachan, Bob McWhirter, Sam Pullara, Chris Poirier | Class | org.codehaus.groovy.syntax | Groovy |
|
| ASTNode | Base class for any AST node. | Class | org.codehaus.groovy.ast | 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 |
|
| AstToTextHelper | Helper class for converting AST into text. | Class | org.codehaus.groovy.ast | Groovy |
|
| ASTTransformation | This class is instantiated and invoked when an AST transformation is activated. | Interface | org.codehaus.groovy.transform | Groovy |
|
| ASTTransformationCollectorCodeVisitor | This visitor walks the AST tree and collects references to Annotations that are annotated themselves by GroovyASTTransformation. | Class | org.codehaus.groovy.transform | Groovy |
|
| ASTTransformationsContext | Stores state information about global AST transformations applied to a compilation unit. | Class | org.codehaus.groovy.control | Groovy |
|
| ASTTransformationVisitor | This class handles the invocation of the ASTAnnotationTransformation when it is encountered by a tree walk. | Class | org.codehaus.groovy.transform | Groovy |
|
| AttributeExpression | Represents an attribute access (accessing the field of a class) such as the expression "foo. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| AutoCloneASTTransformation | Handles generation of code for the @AutoClone annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| BaseScriptASTTransformation | Handles transformation for the @BaseScript annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| BigDecimalCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| BigDecimalMath | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| BigIntegerCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| BigIntegerMath | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| BinaryBooleanExpressionHelper | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BinaryDoubleExpressionHelper | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BinaryExpression | Represents two expressions and an operationAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| BinaryExpressionHelper | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BinaryExpressionMultiTypeDispatcher | This class is for internal use only! This class will dispatch to the right type adapters according to the | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BinaryExpressionTransformer | | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| BinaryExpressionWriter | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BinaryFloatExpressionHelper | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BinaryIntExpressionHelper | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BinaryLongExpressionHelper | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BinaryObjectExpressionHelper | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BindingProxy | This class returns half bound FullBindings on the source half to the model object for every property reference (and I do mean every, valid or not, queried before or not). | Class | org.codehaus.groovy.binding | Groovy |
|
| BindingUpdatable | | Interface | org.codehaus.groovy.binding | Groovy |
|
| BindPath | The bind path object. | Class | org.codehaus.groovy.binding | Groovy |
|
| BitwiseNegationExpression | | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| BlockStatement | A list of statements and a scope. | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| BooleanArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| BooleanArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| BooleanCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| BooleanClosureWrapper | Helper class for internal use only. | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| BooleanExpression | Represents a boolean expressionAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| BooleanExpressionTransformer | | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| BooleanReturningMethodInvoker | Helper class for internal use only. | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| BooleanWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| BreakStatement | Represents a break statement in a switch or loop statementAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| BuilderASTTransformation | Handles generation of code for the Builder annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| BuilderASTTransformation .AbstractBuilderStrategy | | Class | org.codehaus.groovy.transform.BuilderASTTransformation | Groovy |
|
| BuilderASTTransformation .AbstractBuilderStrategy .PropertyInfo | | Class | org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy | Groovy |
|
| BuilderASTTransformation .BuilderStrategy | | Interface | org.codehaus.groovy.transform.BuilderASTTransformation | Groovy |
|
| ByteArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ByteArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ByteCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| BytecodeDumper | An utility class which can be used in test cases to dump generated bytecode. | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BytecodeExpression | Represents some custom bytecode generation by the compilerAuthor:James Strachan | Class | org.codehaus.groovy.classgen | Groovy |
|
| BytecodeHelper | A helper class for bytecode generation with AsmClassGenerator. | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| BytecodeInstruction | Helper class used by the class generator. | Class | org.codehaus.groovy.classgen | Groovy |
|
| BytecodeInterface8 | This class contains methods special to optimizations used directly from bytecode in Groovy 1. | Class | org.codehaus.groovy.runtime | Groovy |
|
| BytecodeProcessor | | Interface | org.codehaus.groovy.control | Groovy |
|
| BytecodeSequence | This class represents a sequence of BytecodeInstructions or ASTNodes. | Class | org.codehaus.groovy.classgen | Groovy |
|
| BytecodeVariable | Represents compile time variable metadata while compiling a method. | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| ByteWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| CachedClass | | Class | org.codehaus.groovy.reflection | Groovy |
|
| CachedClass .CachedMethodComparatorByName | | Class | org.codehaus.groovy.reflection.CachedClass | Groovy |
|
| CachedClass .CachedMethodComparatorWithString | | Class | org.codehaus.groovy.reflection.CachedClass | Groovy |
|
| CachedClosureClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| CachedConstructor | | Class | org.codehaus.groovy.reflection | Groovy |
|
| CachedField | | Class | org.codehaus.groovy.reflection | Groovy |
|
| CachedMethod | | Class | org.codehaus.groovy.reflection | Groovy |
|
| CachedSAMClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| CachingGroovyEngine | A Caching implementation of the GroovyEngineAuthor:James Birchfield | Class | org.codehaus.groovy.bsf | Groovy |
|
| CallSite | | Interface | org.codehaus.groovy.runtime.callsite | Groovy |
|
| CallSiteArray | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| CallSiteAwareMetaMethod | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| CallSiteClassLoader | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| CallSiteGenerator | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| CallSiteWriter | This class represents non public API used by AsmClassGenerator. | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| CanonicalASTTransformation | Handles generation of code for the @Canonical annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| CaseStatement | Represents a case statement in a switch statementAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| CastExpression | Represents a type cast expressionAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| CastExpressionOptimizer | | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| CatchStatement | Represents a catch (Exception var) { } statementAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| CategoryASTTransformation | Handles generation of code for the @Category annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| CharacterArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| CharacterArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| CharacterCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| CharWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| ClassCodeExpressionTransformer | Visitor to transform expressions in a whole class. | Class | org.codehaus.groovy.ast | Groovy |
|
| ClassCodeVisitorSupport | | Class | org.codehaus.groovy.ast | Groovy |
|
| ClassCompletionVerifier | | Class | org.codehaus.groovy.classgen | Groovy |
|
| ClassExpression | Represents access to a Java/Groovy class in an expression, such as when invoking a static method or accessing a static type | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| ClassExtender | A helper class used by the runtime to allow Groovy classes to be extended at runtimeAuthor:James Strachan | Class | org.codehaus.groovy.runtime | Groovy |
|
| ClassGenerator | Abstract base class for generator of Java class versions of Groovy AST classesAuthor:James Strachan, Russel Winder | Class | org.codehaus.groovy.classgen | Groovy |
|
| ClassGeneratorException | An exception thrown by the class generatorAuthor:James StrachanSee Also:Serialized Form | Class | org.codehaus.groovy.classgen | Groovy |
|
| ClassHelper | This class is a Helper for ClassNode and classes handling ClassNodes. | Class | org.codehaus.groovy.ast | Groovy |
|
| ClassInfo | Handle for all information we want to keep about the classAuthor:Alex. | Class | org.codehaus.groovy.reflection | Groovy |
|
| ClassLoaderForClassArtifacts | | Class | org.codehaus.groovy.reflection | Groovy |
|
| ClassNode | Represents a class in the AST. | Class | org.codehaus.groovy.ast | Groovy |
|
| ClassNodeResolver | This class is used as a pluggable way to resolve class names. | Class | org.codehaus.groovy.control | Groovy |
|
| ClassNodeResolver .LookupResult | Helper class to return either a SourceUnit or ClassNode. | Class | org.codehaus.groovy.control.ClassNodeResolver | Groovy |
|
| ClasspathResourceManager | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| ClosureExpression | Represents a closure expression such as { statement } or { i -> statement } or { i, x, String y -> statement } | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| ClosureExpressionTransformer | | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| ClosureListExpression | This class represents a list of expressions used to create closures. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| ClosureMetaClass | A meta class for closures generated by the Groovy compiler. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| ClosureMetaMethod | A MetaMethod that accepts a closure in the constructor which is invoked when the MetaMethod is called. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| ClosureSourceBinding | | Class | org.codehaus.groovy.binding | Groovy |
|
| ClosureStaticMetaMethod | This class represents a MetaMethod that is a closure that pretends to be a static method. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| ClosureTriggerBinding | | Class | org.codehaus.groovy.binding | Groovy |
|
| ClosureUtils | Handy methods when working with the Closure expressions. | Class | org.codehaus.groovy.ast.tools | Groovy |
|
| ClosureWriter | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| CodeVisitorSupport | Abstract base class for any GroovyCodeVisitor which by default just walks the code and expression tree | Class | org.codehaus.groovy.ast | Groovy |
|
| CompareIdentityExpression | Compares two objects using identity comparison. | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| CompareToNullExpression | | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| CompilationCustomizer | Users wanting to customize the configuration process such as adding imports, restricting the language features or apply AST transformations by default should implement this class, then | Class | org.codehaus.groovy.control.customizers | Groovy |
|
| CompilationFailedException | Thrown when compilation fails from source errors. | Class | org.codehaus.groovy.control | Groovy |
|
| CompilationUnit | The CompilationUnit collects all compilation data as it is generated by the compiler system. | Class | org.codehaus.groovy.control | Groovy |
|
| CompilationUnit .ClassgenCallback | A callback interface you can use to "accompany" the classgen() code as it traverses the ClassNode tree. | Class | org.codehaus.groovy.control.CompilationUnit | Groovy |
|
| CompilationUnit .GroovyClassOperation | | Class | org.codehaus.groovy.control.CompilationUnit | Groovy |
|
| CompilationUnit .PrimaryClassNodeOperation | An callback interface for use in the applyToSourceUnits loop driver. | Class | org.codehaus.groovy.control.CompilationUnit | Groovy |
|
| CompilationUnit .ProgressCallback | A callback interface you can use to get a callback after every unit of the compile process. | Class | org.codehaus.groovy.control.CompilationUnit | Groovy |
|
| CompilationUnit .SourceUnitOperation | An callback interface for use in the applyToSourceUnits loop driver. | Class | org.codehaus.groovy.control.CompilationUnit | Groovy |
|
| CompileDynamicProcessor | | Class | org.codehaus.groovy.transform | Groovy |
|
| CompilePhase | The phases of the GroovyCompiler. | Class | org.codehaus.groovy.control | Groovy |
|
| Compiler | A convenience front end for getting standard compilations done. | Class | org.codehaus.groovy.tools | Groovy |
|
| CompilerConfiguration | Compilation control flags and coordination stuff. | Class | org.codehaus.groovy.control | Groovy |
|
| CompileStack | This class is a helper for AsmClassGenerator. | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| CompileStack .BlockRecorder | | Class | org.codehaus.groovy.classgen.asm.CompileStack | Groovy |
|
| CompileStack .LabelRange | | Class | org.codehaus.groovy.classgen.asm.CompileStack | Groovy |
|
| CompileTaskSupport | Support for compilation related tasks. | Class | org.codehaus.groovy.ant | Groovy |
|
| CompileUnit | Represents the entire contents of a compilation step which consists of one or more ModuleNode instances. | Class | org.codehaus.groovy.ast | Groovy |
|
| ComplexKeyHashMap | | Class | org.codehaus.groovy.util | Groovy |
|
| ComplexKeyHashMap .Entry | | Class | org.codehaus.groovy.util.ComplexKeyHashMap | Groovy |
|
| ComplexKeyHashMap .EntryIterator | | Interface | org.codehaus.groovy.util.ComplexKeyHashMap | Groovy |
|
| ComposedClosure | A wrapper for Closure to support composition. | Class | org.codehaus.groovy.runtime | Groovy |
|
| CompositeVisitor | A composite of many visitors. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
|
| ConcurrentReaderHashMap | A hash table that supports mostly-concurrent reading, but exclusive writing. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| ConcurrentReaderHashMap .BarrierLock | A Serializable class for barrier lockSee Also:Serialized Form | Class | org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap | Groovy |
|
| ConcurrentReaderHashMap .Entry | ConcurrentReaderHashMap collision list entry. | Class | org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap | Groovy |
|
| ConfigurationException | Thrown when configuration data is invalid. | Class | org.codehaus.groovy.control | Groovy |
|
| ConstantExpression | Represents a constant expression such as null, true, falseAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| ConstructorCallExpression | | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| ConstructorCallTransformer | | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| ConstructorMetaClassSite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| ConstructorMetaMethodSite | Call site for invoking static methods meta class - cached | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| ConstructorNode | Represents a constructor declarationAuthor:James Strachan | Class | org.codehaus.groovy.ast | Groovy |
|
| ConstructorSite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| ConstructorSite .ConstructorSiteNoUnwrap | | Class | org.codehaus.groovy.runtime.callsite.ConstructorSite | Groovy |
|
| ConstructorSite .ConstructorSiteNoUnwrapNoCoerce | | Class | org.codehaus.groovy.runtime.callsite.ConstructorSite | Groovy |
|
| ConstructorSite .NoParamSite | | Class | org.codehaus.groovy.runtime.callsite.ConstructorSite | Groovy |
|
| ConstructorSite .NoParamSiteInnerClass | | Class | org.codehaus.groovy.runtime.callsite.ConstructorSite | Groovy |
|
| ContinueStatement | Represents a continue statement in a loop statementAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| ConversionHandler | This class is a general adapter to map a call to a Java interface to a given delegate. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ConvertedClosure | This class is a general adapter to adapt a closure to any Java interface. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ConvertedMap | This class is a general adapter to adapt a map of closures to any Java interface. | Class | org.codehaus.groovy.runtime | Groovy |
|
| CSTNode | An abstract base class for nodes in the concrete syntax tree that is the result of parsing. | Class | org.codehaus.groovy.syntax | Groovy |
|
| CurriedClosure | A wrapper for Closure to support currying. | Class | org.codehaus.groovy.runtime | Groovy |
|
| CustomizersFactory | This factory generates an array of compilation customizers. | Class | org.codehaus.groovy.control.customizers.builder | Groovy |
|
| DateGroovyMethods | This class defines new groovy methods which appear on normal JDK Date and Calendar classes inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| DeclarationExpression | Represents one or more local variables. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| DefaultCachedMethodKey | A default implementation of MethodKeyAuthor:James Strachan | Class | org.codehaus.groovy.runtime | Groovy |
|
| DefaultGroovyMethods | This class defines new groovy methods which appear on normal JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| DefaultGroovyMethodsSupport | Support methods for DefaultGroovyMethods and PluginDefaultMethods. | Class | org.codehaus.groovy.runtime | Groovy |
|
| DefaultGroovyStaticMethods | This class defines all the new static groovy methods which appear on normal JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| DefaultMetaClassInfo | WARNING: This class is for internal use only! We use this class to store information about if a default MetaClass is | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| DefaultMetaClassInfo .ConstantMetaClassVersioning | | Class | org.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfo | Groovy |
|
| DefaultMethodKey | A default implementation of MethodKeyAuthor:James Strachan | Class | org.codehaus.groovy.runtime | Groovy |
|
| DefaultTypeCheckingExtension | The default type checking handler is used by the standard type checker and doesn't handle any of the type checking errors by default. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| DefaultTypeTransformation | Class providing various type conversions, coercions and boxing/unboxing operations. | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| DelegateASTTransformation | Handles generation of code for the @Delegate annotationAuthor:Alex Tkachman, Guillaume Laforge, Paul King, Andre Steingress | Class | org.codehaus.groovy.transform | Groovy |
|
| DelegatingController | This class will delegate all calls to a WriterController given in the constructor. | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| DelegatingCustomizer | Base class for compilation customizers which delegate to another customizer. | Class | org.codehaus.groovy.control.customizers | Groovy |
|
| DependencyTracker | | Class | org.codehaus.groovy.tools.gse | Groovy |
|
| DgmConverter | | Class | org.codehaus.groovy.tools | Groovy |
|
| DomToGroovy | A SAX handler for turning XML into Groovy scriptsAuthor:James Strachan, paulk | Class | org.codehaus.groovy.tools.xml | Groovy |
|
| DoubleArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| DoubleArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| DoubleCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| DoubleKeyHashMap | | Class | org.codehaus.groovy.util | Groovy |
|
| DoubleKeyHashMap .Entry | | Class | org.codehaus.groovy.util.DoubleKeyHashMap | Groovy |
|
| DoubleWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| DoWhileStatement | Represents a do { . | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| DummyCallSite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| DummyClassGenerator | To generate a class that has all the fields and methods, except that fields are not initialized and methods are empty. | Class | org.codehaus.groovy.classgen | Groovy |
|
| DynamicVariable | | Class | org.codehaus.groovy.ast | Groovy |
|
| ElvisOperatorExpression | Represents a short ternary expression x ?: y, which is equal def booleanPart = truePart as boolean | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| EmptyExpression | This class is a place holder for an empty expression. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| EmptyStatement | Represents an empty statementAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| EncodingGroovyMethods | This class defines all the encoding/decoding groovy methods which enhance the normal JDK classes when inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| EncodingGroovyMethodsSupport | Keep this constant in a separate file as it is troublesome for Antlr to parse for doc purposes. | Class | org.codehaus.groovy.runtime | Groovy |
|
| EnumCompletionVisitor | Enums have a parent constructor with two arguments from java. | Class | org.codehaus.groovy.classgen | Groovy |
|
| EnumConstantClassNode | Represents the anonymous inner class for an enum constant This subtype is needed so that EnumVisitor can differentiate between the scenarios when a InnerClassNode | Class | org.codehaus.groovy.ast | Groovy |
|
| EnumHelper | | Class | org.codehaus.groovy.antlr | Groovy |
|
| EnumVisitor | | Class | org.codehaus.groovy.classgen | Groovy |
|
| EqualsAndHashCodeASTTransformation | | Class | org.codehaus.groovy.transform | Groovy |
|
| ErrorCollector | A base class for collecting messages and errors during processing. | Class | org.codehaus.groovy.control | Groovy |
|
| ErrorReporter | Provides services for reporting compilation errors to the user. | Class | org.codehaus.groovy.tools | Groovy |
|
| EventTriggerBinding | | Class | org.codehaus.groovy.binding | Groovy |
|
| ExceptionMessage | A class for error messages produced by the parser system. | Class | org.codehaus.groovy.control.messages | Groovy |
|
| Expression | Represents a base class for expressions which evaluate as an objectAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| ExpressionAsVariableSlot | Helper class that takes an Expression and if visited will load it normally, storing the result in a helper variable, which then can be requested after | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| ExpressionStatement | A simple statement such as a method call where the return value is ignoredAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| ExpressionTransformer | Provides a way to transform expressionsAuthor:James Strachan | Interface | org.codehaus.groovy.ast.expr | Groovy |
|
| ExtendedVerifier | A specialized Groovy AST visitor meant to perform additional verifications upon the current AST. | Class | org.codehaus.groovy.classgen | Groovy |
|
| ExtensionMethodNode | Represents method nodes which are used by the static type checker to virtually add methods coming from DGM-like methods. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| ExtensionModule | An extension module is a class responsible for providing a list of meta methods to the Groovy compiler and runtime. | Class | org.codehaus.groovy.runtime.m12n | Groovy |
|
| ExtensionModuleRegistry | The extension method registry is responsible for collecting methods (or static methods) which are added to existing classes and may be called like regular methods. | Class | org.codehaus.groovy.runtime.m12n | Groovy |
|
| ExtensionModuleScanner | A module extension scanner is responsible for searching classpath modules, loading metadata from module descriptors, then perform custom tasks for each | Class | org.codehaus.groovy.runtime.m12n | Groovy |
|
| ExternalGroovyClassDoc | Represents a class not in the codebase being processed. | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| ExternalizeMethodsASTTransformation | Handles generation of code for the @ExternalizeMethods annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| ExternalizeVerifierASTTransformation | | Class | org.codehaus.groovy.transform | Groovy |
|
| FastArray | | Class | org.codehaus.groovy.util | Groovy |
|
| FieldASTTransformation | Handles transformation for the @Field annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| FieldExpression | Represents a field access such as the expression "this. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| FieldNode | Represents a field (member variable)Author:James Strachan | Class | org.codehaus.groovy.ast | Groovy |
|
| FileIterator | FileIterator is an iterator over a number of files from a collection of FileSet instances. | Class | org.codehaus.groovy.ant | Groovy |
|
| FileOutputTool | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| FileReaderSource | A ReaderSource for source files. | Class | org.codehaus.groovy.control.io | 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 |
|
| FileSystemCompiler | Command-line compiler (aka. | Class | org.codehaus.groovy.tools | 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 |
|
| FileSystemResourceManager | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| FlatNodeListTraversal | A simple iterator over an ordered (flat) List of the nodes of the AST. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
|
| FloatArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| FloatArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| FloatCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| FloatingPointMath | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| FloatWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| FlushingStreamWriter | Stream writer which flushes after each write operation. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ForStatement | Represents a standard for loop in GroovyAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| FullBinding | | Interface | org.codehaus.groovy.binding | Groovy |
|
| GeneralUtils | Handy methods when working with the Groovy ASTAuthor:Guillaume Laforge, Paul King, Andre Steingress, Graeme Rocher | Class | org.codehaus.groovy.ast.tools | Groovy |
|
| GeneratedMetaMethod | | Class | org.codehaus.groovy.reflection | Groovy |
|
| GeneratedMetaMethod .DgmMethodRecord | | Class | org.codehaus.groovy.reflection.GeneratedMetaMethod | Groovy |
|
| GeneratedMetaMethod .Proxy | | Class | org.codehaus.groovy.reflection.GeneratedMetaMethod | Groovy |
|
| GenerateStubsTask | Generates Java stubs from Groovy sources. | Class | org.codehaus.groovy.ant | Groovy |
|
| GeneratorContext | A context shared across generations of a class and its inner classesAuthor:James Strachan | Class | org.codehaus.groovy.classgen | Groovy |
|
| GenericsType | This class is used to describe generic type signatures for ClassNodes. | Class | org.codehaus.groovy.ast | Groovy |
|
| GenericsUtils | Utility methods to deal with generic types. | Class | org.codehaus.groovy.ast.tools | Groovy |
|
| GenericsVisitor | class used to verify correct usage of generics in class header (class and superclass declaration) | Class | org.codehaus.groovy.control | Groovy |
|
| GetEffectivePogoFieldSite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| GetEffectivePojoPropertySite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| GrapeUtil | | Class | org.codehaus.groovy.tools | Groovy |
|
| Groovifier | | Class | org.codehaus.groovy.antlr.java | Groovy |
|
| Groovy | Executes a series of Groovy statements. | Class | org.codehaus.groovy.ant | Groovy |
|
| GroovyAnnotationRef | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyASTTransformation | This is an annotation on a class, currently just ASTTransformation. | Class | org.codehaus.groovy.transform | Groovy |
|
| GroovyASTTransformationClass | This is an annotation on some item that indicates that an associated transform classes should be executed. | Class | org.codehaus.groovy.transform | Groovy |
|
| GroovyBugError | This class represents an error that is thrown when a bug is recognized inside the runtime. | Class | org.codehaus.groovy | Groovy |
|
| Groovyc | Compiles Groovy source files using Ant. | Class | org.codehaus.groovy.ant | Groovy |
|
| GroovyCastException | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| GroovyCategorySupport | | Class | org.codehaus.groovy.runtime | Groovy |
|
| GroovyCategorySupport .CategoryMethod | | Class | org.codehaus.groovy.runtime.GroovyCategorySupport | Groovy |
|
| GroovyCategorySupport .CategoryMethodList | | Class | org.codehaus.groovy.runtime.GroovyCategorySupport | Groovy |
|
| GroovyCategorySupport .ThreadCategoryInfo | | Class | org.codehaus.groovy.runtime.GroovyCategorySupport | Groovy |
|
| GroovyClass | | Class | org.codehaus.groovy.tools | Groovy |
|
| GroovyClassDoc | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyClassValue | Abstraction for Java version dependent ClassValue implementations. | Interface | org.codehaus.groovy.reflection | Groovy |
|
| GroovyClassValueJava7 | GroovyClassValue implementaion that simply delegates to Java 7's java. | Class | org.codehaus.groovy.reflection.v7 | Groovy |
|
| GroovyClassVisitor | A special visitor for working with the structure of a class. | Interface | org.codehaus.groovy.ast | Groovy |
|
| GroovyCodeVisitor | An implementation of the visitor pattern for working with ASTNodesAuthor:James Strachan | Interface | org.codehaus.groovy.ast | Groovy |
|
| GroovyCompiledScript | Used to represent compiled Groovy scripts. | Class | org.codehaus.groovy.jsr223 | Groovy |
|
| GroovyConstructorDoc | | Interface | org.codehaus.groovy.groovydoc | 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 |
|
| GroovyDoc | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyDocErrorReporter | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyDocTemplateEngine | Process Groovydoc templates. | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| GroovyDocTemplateInfo | | Class | org.codehaus.groovy.tools.groovydoc.gstringTemplates | Groovy |
|
| GroovyDocTool | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| GroovyDocWriter | Write GroovyDoc resources to destination. | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| GroovyEngine | A BSF Engine for the Groovy scripting language. | Class | org.codehaus.groovy.bsf | Groovy |
|
| GroovyException | | Class | org.codehaus.groovy | Groovy |
|
| GroovyExceptionInterface | An interface for use by all Groovy compiler exceptions. | Interface | org.codehaus.groovy | Groovy |
|
| GroovyExecutableMemberDoc | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyFieldDoc | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyLexer | | Class | org.codehaus.groovy.antlr.parser | Groovy |
|
| GroovyMemberDoc | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyMethodDoc | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyObjectWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| GroovyPackageDoc | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyParameter | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyPosixParser | DO NOT USE. | Class | org.codehaus.groovy.cli | Groovy |
|
| GroovyProgramElementDoc | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyRecognizer | JSR-241 Groovy Recognizer. | Class | org.codehaus.groovy.antlr.parser | Groovy |
|
| GroovyRootDoc | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyRootDocBuilder | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| GroovyRunner | Classes which can run scripts should implement this interface. | Interface | org.codehaus.groovy.plugin | Groovy |
|
| GroovyScriptEngineFactory | A factory class conforming to JSR-223 which is used to instantiate Groovy ScriptEngines and also exposes metadata describing | Class | org.codehaus.groovy.jsr223 | Groovy |
|
| GroovyScriptEngineImpl | JSR-223 Engine implementation. | Class | org.codehaus.groovy.jsr223 | 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 |
|
| GroovyStarter | Helper class to initialize the Groovy runtime. | Class | org.codehaus.groovy.tools | Groovy |
|
| GroovySunClassLoader | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| GroovyTag | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyTokenTypes | | Interface | org.codehaus.groovy.antlr.parser | Groovy |
|
| GroovyType | | Interface | org.codehaus.groovy.groovydoc | Groovy |
|
| GroovyTypeCheckingExtensionSupport | Base class for type checking extensions written in Groovy. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| GroovyTypeCheckingExtensionSupport .TypeCheckingDSL | | Class | org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport | Groovy |
|
| GStringExpression | Represents a String expression which contains embedded values inside it such as "hello there ${user} how are you" which is expanded lazily | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| GStringImpl | Default implementation of a GString used by the compiler. | Class | org.codehaus.groovy.runtime | Groovy |
|
| HandleMetaClass | | Class | org.codehaus.groovy.runtime | Groovy |
|
| HasCleanup | An interface for things that need to be cleaned up after operations complete. | Interface | org.codehaus.groovy.control | Groovy |
|
| HashCodeHelper | A utility class to help calculate hashcode values using an algorithm similar to that outlined in | Class | org.codehaus.groovy.util | Groovy |
|
| IfStatement | Represents an if (condition) { . | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| ImmutableASTTransformation | Handles generation of code for the @Immutable annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| ImportCustomizer | This compilation customizer allows addiing various types of imports to the compilation unit. | Class | org.codehaus.groovy.control.customizers | Groovy |
|
| ImportCustomizerFactory | This factory allows the generation of an import customizer. | Class | org.codehaus.groovy.control.customizers.builder | Groovy |
|
| ImportNode | Represents an import statement of a single classAuthor:Jochen Theodorou, Paul King, James Strachan | Class | org.codehaus.groovy.ast | Groovy |
|
| IndexedPropertyASTTransformation | Handles generation of code for the @IndexedProperty annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| IndyBinHelper | | Class | org.codehaus.groovy.classgen.asm.indy | Groovy |
|
| IndyCallSiteWriter | Dummy class used by the indy implementation. | Class | org.codehaus.groovy.classgen.asm.indy | Groovy |
|
| IndyGuardsFiltersAndSignatures | This class contains guards, runtime filters and MethodType signatures used by indy. | Class | org.codehaus.groovy.vmplugin.v7 | Groovy |
|
| IndyInterface | Bytecode level interface for bootstrap methods used by invokedynamic. | Class | org.codehaus.groovy.vmplugin.v7 | Groovy |
|
| IndyInterface .CALL_TYPES | | Class | org.codehaus.groovy.vmplugin.v7.IndyInterface | Groovy |
|
| IndyMath | This class contains math operations used by indy instead of the normal meta method and call site caching system. | Class | org.codehaus.groovy.vmplugin.v7 | Groovy |
|
| InheritConstructorsASTTransformation | Handles generation of code for the @InheritConstructors annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| InlinedASTCustomizerFactory | This factory lets a user define a compilation customizer without having to define an anonymous inner class. | Class | org.codehaus.groovy.control.customizers.builder | Groovy |
|
| InnerClassCompletionVisitor | | Class | org.codehaus.groovy.classgen | Groovy |
|
| InnerClassNode | Represents an inner class declarationAuthor:James Strachan | Class | org.codehaus.groovy.ast | Groovy |
|
| InnerClassVisitor | | Class | org.codehaus.groovy.classgen | Groovy |
|
| InnerClassVisitorHelper | | Class | org.codehaus.groovy.classgen | Groovy |
|
| InputStreamReaderSource | A ReaderSource for source strings. | Class | org.codehaus.groovy.control.io | Groovy |
|
| IntegerArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| IntegerArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| IntegerCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| IntegerMath | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| InterfaceHelperClassNode | Represents an inner class defined as helper for an interfaceAuthor:Roshan Dawrani | Class | org.codehaus.groovy.ast | Groovy |
|
| IntWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| InvocationWriter | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| InvokeDynamicWriter | This Writer is used to generate the call invocation byte codes for usage by invokedynamic. | Class | org.codehaus.groovy.classgen.asm.indy | Groovy |
|
| InvokerHelper | A static helper class to make bytecode generation easier and act as a facade over the InvokerAuthor:James Strachan | Class | org.codehaus.groovy.runtime | Groovy |
|
| InvokerInvocationException | An exception thrown if a method is called and an exception occurredAuthor:James StrachanSee Also:Serialized Form | Class | org.codehaus.groovy.runtime | Groovy |
|
| IO | Container for input/output handles. | Class | org.codehaus.groovy.tools.shell | Groovy |
|
| IO .Verbosity | | Class | org.codehaus.groovy.tools.shell.IO | Groovy |
|
| IOGroovyMethods | This class defines new groovy methods for Files, URLs, URIs which appear on normal JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| IteratorClosureAdapter | A closure which stores calls in a List so that method calls can be iterated over in a 'yield' style way | Class | org.codehaus.groovy.runtime | Groovy |
|
| Janitor | An agent that can be used to defer cleanup operations to a later time. | Class | org.codehaus.groovy.control | 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 |
|
| Java5 | java 5 based functionsAuthor:Jochen Theodorou | Class | org.codehaus.groovy.vmplugin.v5 | Groovy |
|
| Java6 | Java 6 based functions. | Class | org.codehaus.groovy.vmplugin.v6 | Groovy |
|
| Java7 | Java 7 based functions. | Class | org.codehaus.groovy.vmplugin.v7 | Groovy |
|
| JavaAwareCompilationUnit | Compilation Unit capable of compiling Java source files. | Class | org.codehaus.groovy.tools.javac | Groovy |
|
| JavaAwareResolveVisitor | | Class | org.codehaus.groovy.tools.javac | Groovy |
|
| JavacCompilerFactory | | Class | org.codehaus.groovy.tools.javac | Groovy |
|
| JavacJavaCompiler | | Class | org.codehaus.groovy.tools.javac | Groovy |
|
| JavaCompiler | | Interface | org.codehaus.groovy.tools.javac | Groovy |
|
| JavaCompilerFactory | | Interface | org.codehaus.groovy.tools.javac | 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 |
|
| JavaStubCompilationUnit | Compilation unit to only generate stubs. | Class | org.codehaus.groovy.tools.javac | Groovy |
|
| JavaStubGenerator | | Class | org.codehaus.groovy.tools.javac | Groovy |
|
| JavaTokenTypes | | Interface | org.codehaus.groovy.antlr.java | Groovy |
|
| JUnit4Utils | Java 5 code for working with JUnit 4 tests. | Class | org.codehaus.groovy.vmplugin.v5 | Groovy |
|
| LabelVerifier | This class checks the handling of labels in the ASTAuthor:Jochen Theodorou | Class | org.codehaus.groovy.control | Groovy |
|
| LazyASTTransformation | Handles generation of code for the @Lazy annotationAuthor:Alex Tkachman, Paul King | Class | org.codehaus.groovy.transform | Groovy |
|
| LazyReference | Soft reference with lazy initialization under lockSee Also:Serialized Form | Class | org.codehaus.groovy.util | 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 |
|
| LinkArgument | Represents a link pair (href, packages). | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| ListExpression | Represents a list expression [1, 2, 3] which creates a mutable ListAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| ListExpressionTransformer | | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| ListHashMap | | Class | org.codehaus.groovy.util | Groovy |
|
| ListOfExpressionsExpression | This class is used internally by the compiler to transform expressions like multiple assignments into a list of assignments. | Class | org.codehaus.groovy.transform.sc | Groovy |
|
| LoaderConfiguration | Class used to configure a RootLoader from a stream or by using The stream can be for example a FileInputStream from a file with | Class | org.codehaus.groovy.tools | Groovy |
|
| LocatedMessage | A base class for compilation messages. | Class | org.codehaus.groovy.control.messages | Groovy |
|
| LockableObject | A bit simplified lock designed to be inherited by. | Class | org.codehaus.groovy.util | Groovy |
|
| LogASTTransformation | This class provides an AST Transformation to add a log field to a class. | Class | org.codehaus.groovy.transform | Groovy |
|
| LogASTTransformation .AbstractLoggingStrategy | | Class | org.codehaus.groovy.transform.LogASTTransformation | Groovy |
|
| LogASTTransformation .LoggingStrategy | A LoggingStrategy defines how to wire a new logger instance into an existing class. | Interface | org.codehaus.groovy.transform.LogASTTransformation | Groovy |
|
| Logger | Provides a very, very basic logging API. | Class | org.codehaus.groovy.tools.shell.util | Groovy |
|
| LoggingHelper | Helper to make logging from Ant easier. | Class | org.codehaus.groovy.ant | Groovy |
|
| LongArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| LongArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| LongCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| LongMath | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| LongWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| LoopingStatement | This is an AST Node that provides some sort of looping mechanism. | Interface | org.codehaus.groovy.ast.stmt | Groovy |
|
| LRUCache | A cache backed by a Collections. | Class | org.codehaus.groovy.runtime.memoize | Groovy |
|
| ManagedConcurrentMap | | Class | org.codehaus.groovy.util | Groovy |
|
| ManagedConcurrentMap .Entry | | Class | org.codehaus.groovy.util.ManagedConcurrentMap | Groovy |
|
| ManagedConcurrentMap .EntryWithValue | | Class | org.codehaus.groovy.util.ManagedConcurrentMap | Groovy |
|
| ManagedConcurrentMap .Segment | | Class | org.codehaus.groovy.util.ManagedConcurrentMap | Groovy |
|
| ManagedConcurrentValueMap | This is a basic implementation of a map able to forget its values. | Class | org.codehaus.groovy.util | Groovy |
|
| ManagedDoubleKeyMap | | Class | org.codehaus.groovy.util | Groovy |
|
| ManagedDoubleKeyMap .Entry | | Class | org.codehaus.groovy.util.ManagedDoubleKeyMap | Groovy |
|
| ManagedLinkedList | This class provides a very simple linked list of memory managed elements. | Class | org.codehaus.groovy.util | Groovy |
|
| ManagedReference | | Class | org.codehaus.groovy.util | Groovy |
|
| MapEntryExpression | Represents an entry inside a map expression such as 1 : 2. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| MapExpression | Represents a map expression [1 : 2, "a" : "b", x : y] which creates a mutable MapAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| Memoize | It is supposed to be used by the Closure class itself to implement the memoize() family of methods. | Class | org.codehaus.groovy.runtime.memoize | Groovy |
|
| MemoizeCache | | Interface | org.codehaus.groovy.runtime.memoize | Groovy |
|
| MemoizedASTTransformation | Handles generation of code for the Memoized annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| Message | A base class for compilation messages. | Class | org.codehaus.groovy.control.messages | Groovy |
|
| MessageSource | Message source backed up by one or more ResourceBundle instances for simple i18n support. | Class | org.codehaus.groovy.tools.shell.util | Groovy |
|
| MetaClassConstructorSite | Call site for constructor meta class - cached | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| MetaClassHelper | | Class | org.codehaus.groovy.runtime | Groovy |
|
| MetaClassRegistryImpl | A registry of MetaClass instances which caches introspection & reflection information and allows methods to be dynamically added to | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MetaClassSite | Call site which holds reference to meta classAuthor:Alex Tkachman | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| MetaInfExtensionModule | A SimpleExtensionModule implementation which reads extension classes metadata from META-INF. | Class | org.codehaus.groovy.runtime.m12n | Groovy |
|
| MetaMethodIndex | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MetaMethodIndex .CacheEntry | | Class | org.codehaus.groovy.runtime.metaclass.MetaMethodIndex | Groovy |
|
| MetaMethodIndex .Entry | | Class | org.codehaus.groovy.runtime.metaclass.MetaMethodIndex | Groovy |
|
| MetaMethodIndex .EntryIterator | | Interface | org.codehaus.groovy.runtime.metaclass.MetaMethodIndex | Groovy |
|
| MetaMethodIndex .Header | | Class | org.codehaus.groovy.runtime.metaclass.MetaMethodIndex | Groovy |
|
| MetaMethodSite | Call site which caches meta methodAuthor:Alex Tkachman | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| MethodCall | Interface defining common methods for method calls. | Interface | org.codehaus.groovy.ast.expr | Groovy |
|
| MethodCaller | A helper class to invoke methods more easily in ASMAuthor:James Strachan | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| MethodCallerMultiAdapter | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| MethodCallExpression | A method call on an object or classAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| MethodCallExpressionTransformer | | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| MethodClosure | Represents a method on an object using a closure which can be invokedAuthor:James StrachanSee Also:Serialized Form | Class | org.codehaus.groovy.runtime | Groovy |
|
| MethodHelper | Some reflection helper methodsAuthor:James Strachan | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MethodKey | An abstract base class for a key used for comparators and Map keys to lookup a method by name and parameter types | Class | org.codehaus.groovy.runtime | Groovy |
|
| MethodMetaProperty | Wrapper for a method for a property get or set. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MethodMetaProperty .GetBeanMethodMetaProperty | Wrapper for a method realizing the property getter. | Class | org.codehaus.groovy.runtime.metaclass.MethodMetaProperty | Groovy |
|
| MethodMetaProperty .GetMethodMetaProperty | Wrapper for a method realizing the property get. | Class | org.codehaus.groovy.runtime.metaclass.MethodMetaProperty | Groovy |
|
| MethodNode | Represents a method declarationAuthor:James Strachan, Hamlet D'Arcy | Class | org.codehaus.groovy.ast | Groovy |
|
| MethodPointerExpression | Represents a method pointer on an object such as foo. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| MethodRankHelper | Utility class for MissingMethodException, MissingPropertyException etc. | Class | org.codehaus.groovy.runtime | Groovy |
|
| MethodSelectionException | This exception is thrown if the runtime is unable to select a method. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MindMapPrinter | An antlr AST visitor that prints a format suitable for viewing in http://freemind. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
|
| MissingMethodExceptionNoStack | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MissingMethodExecutionFailed | A stack less exception used to indicate, that the execution of a missingMethod method failed with a MissingMethodException. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MissingPropertyExceptionNoStack | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MixedInMetaClass | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MixinASTTransformation | | Class | org.codehaus.groovy.ast | Groovy |
|
| MixinInMetaClass | | Class | org.codehaus.groovy.reflection | Groovy |
|
| MixinInstanceMetaMethod | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MixinInstanceMetaProperty | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MixinNode | Represents a mixin which can be applied to any ClassNode to implement mixinsAuthor:James Strachan | Class | org.codehaus.groovy.ast | Groovy |
|
| MockOutputTool | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| ModuleNode | Represents a module, which consists typically of a class declaration but could include some imports, some statements and multiple classes | Class | org.codehaus.groovy.ast | Groovy |
|
| MopWriter | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| MultipleCompilationErrorsException | | Class | org.codehaus.groovy.control | Groovy |
|
| MultipleSetterProperty | This class represents a property with multiple setters. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MutualPropertyBinding | | Class | org.codehaus.groovy.binding | Groovy |
|
| NamedArgumentListExpression | Represents one or more arguments being passed into a method by nameAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| NewifyASTTransformation | Handles generation of code for the @Newify annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| NewInstanceMetaMethod | 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. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| NewMetaMethod | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| NewStaticMetaMethod | A MetaMethod implementation where the underlying method is really a static helper method on some class. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| NioGroovyMethods | This class defines new groovy methods for Readers, Writers, InputStreams and OutputStreams which appear on normal JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.runtime | 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 |
|
| NotExpression | | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| NotYetImplementedASTTransformation | Handles generation of code for the @NotYetImplemented annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| NullCallSite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| NullObject | | Class | org.codehaus.groovy.runtime | Groovy |
|
| NullProtectionStorage | A NullObject pattern implementation for ProtectionStorage Doesn't protect any resources. | Class | org.codehaus.groovy.runtime.memoize | Groovy |
|
| NullWriter | An Writer than eats its input. | Class | org.codehaus.groovy.control.io | Groovy |
|
| NumberAwareComparator | Compares two objects using Groovy's friendly comparison algorithm, i. | Class | org.codehaus.groovy.runtime | Groovy |
|
| NumberCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| NumberMath | Stateless objects used to perform math on the various Number subclasses. | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| NumberMathModificationInfo | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| NumberNumberDiv | | Class | org.codehaus.groovy.runtime.dgmimpl | Groovy |
|
| NumberNumberMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl | Groovy |
|
| NumberNumberMetaMethod .NumberNumberCallSite | | Class | org.codehaus.groovy.runtime.dgmimpl.NumberNumberMetaMethod | Groovy |
|
| NumberNumberMinus | | Class | org.codehaus.groovy.runtime.dgmimpl | Groovy |
|
| NumberNumberMultiply | | Class | org.codehaus.groovy.runtime.dgmimpl | Groovy |
|
| NumberNumberPlus | | Class | org.codehaus.groovy.runtime.dgmimpl | Groovy |
|
| Numbers | Helper class for processing Groovy numeric literals. | Class | org.codehaus.groovy.syntax | Groovy |
|
| ObjectArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ObjectArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ObjectCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| OperandStack | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| OptimizerVisitor | Visitor to produce several optimizations - to replace numbered constants with references to static fields | Class | org.codehaus.groovy.control | Groovy |
|
| OptimizingStatementWriter | A class to write out the optimized statementsAuthor:Jochen "blackdrag" Theodorou | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| OptimizingStatementWriter .ClassNodeSkip | | Class | org.codehaus.groovy.classgen.asm.OptimizingStatementWriter | Groovy |
|
| OptimizingStatementWriter .StatementMeta | | Class | org.codehaus.groovy.classgen.asm.OptimizingStatementWriter | Groovy |
|
| OutputTool | | Interface | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| OwnedMetaClass | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| PackageNode | Represents a package in the AST. | Class | org.codehaus.groovy.ast | Groovy |
|
| PackageScopeASTTransformation | Handles transformation for the @PackageScope annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| Parameter | Represents a parameter on a constructor or method call. | Class | org.codehaus.groovy.ast | Groovy |
|
| ParameterTypes | | Class | org.codehaus.groovy.reflection | Groovy |
|
| ParserException | | Class | org.codehaus.groovy.syntax | Groovy |
|
| ParserPlugin | | Interface | org.codehaus.groovy.control | Groovy |
|
| ParserPluginFactory | | Class | org.codehaus.groovy.control | Groovy |
|
| PerInstancePojoMetaClassSite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| Phases | Compilation phase identifiers. | Class | org.codehaus.groovy.control | Groovy |
|
| PluginDefaultGroovyMethods | This class defines new Java 5 specific groovy methods which extend the normal JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.vmplugin.v5 | Groovy |
|
| PogoGetPropertySite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| PogoInterceptableSite | Call site for GroovyInterceptableAuthor:Alex Tkachman | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| PogoMetaClassGetPropertySite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| PogoMetaClassSite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| PogoMetaMethodSite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| PogoMetaMethodSite .PogoCachedMethodSite | | Class | org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite | Groovy |
|
| PogoMetaMethodSite .PogoCachedMethodSiteNoUnwrap | | Class | org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite | Groovy |
|
| PogoMetaMethodSite .PogoCachedMethodSiteNoUnwrapNoCoerce | | Class | org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite | Groovy |
|
| PogoMetaMethodSite .PogoMetaMethodSiteNoUnwrap | | Class | org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite | Groovy |
|
| PogoMetaMethodSite .PogoMetaMethodSiteNoUnwrapNoCoerce | | Class | org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite | Groovy |
|
| PojoMetaClassGetPropertySite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| PojoMetaClassSite | meta class - cached method - not cached | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| PojoMetaMethodSite | meta class - cachedAuthor:Alex Tkachman | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| PojoMetaMethodSite .PojoCachedMethodSite | | Class | org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite | Groovy |
|
| PojoMetaMethodSite .PojoCachedMethodSiteNoUnwrap | | Class | org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite | Groovy |
|
| PojoMetaMethodSite .PojoCachedMethodSiteNoUnwrapNoCoerce | | Class | org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite | Groovy |
|
| PojoMetaMethodSite .PojoMetaMethodSiteNoUnwrap | | Class | org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite | Groovy |
|
| PojoMetaMethodSite .PojoMetaMethodSiteNoUnwrapNoCoerce | | Class | org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite | Groovy |
|
| PojoWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| PostCompletionFactory | A helper interface for factories which require post processing of generated nodes. | Interface | org.codehaus.groovy.control.customizers.builder | Groovy |
|
| PostfixExpression | Represents a postfix expression like foo++ or bar++Author:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| PowerAssertionError | Indicates that a power assertion has failed. | Class | org.codehaus.groovy.runtime.powerassert | Groovy |
|
| Preferences | Container for shell preferences. | Class | org.codehaus.groovy.tools.shell.util | Groovy |
|
| PrefixExpression | Represents a prefix expression like ++foo or --barAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | 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 |
|
| ProcessGroovyMethods | This class defines new groovy methods which appear on normal JDK classes related to process management. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ProcessGroovyMethods .ProcessRunner | 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 | Class | org.codehaus.groovy.runtime.ProcessGroovyMethods | Groovy |
|
| ProcessingUnit | A base class for data structures that can collect messages and errorsAuthor:Chris Poirier | Class | org.codehaus.groovy.control | Groovy |
|
| PropertiesModuleFactory | This is the base class for classes responsible for creating modulesSince:2. | Class | org.codehaus.groovy.runtime.m12n | Groovy |
|
| PropertyBinding | | Class | org.codehaus.groovy.binding | Groovy |
|
| PropertyBinding .UpdateStrategy | | Class | org.codehaus.groovy.binding.PropertyBinding | Groovy |
|
| PropertyChangeProxyTargetBinding | | Class | org.codehaus.groovy.binding | Groovy |
|
| PropertyExpression | Represents a property access such as the expression "foo. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| PropertyNode | Represents a property (member variable, a getter and setter)Author:James Strachan | Class | org.codehaus.groovy.ast | Groovy |
|
| PropertyPathFullBinding | | Class | org.codehaus.groovy.binding | Groovy |
|
| ProxyGeneratorAdapter | A proxy generator responsible for mapping a map of closures to a class implementing a list of interfaces. | Class | org.codehaus.groovy.runtime | Groovy |
|
| RangeExpression | Represents a range expression such as for iterating. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| RangeExpressionTransformer | This transformer focuses on ranges to produce optimized bytecode. | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| RangeInfo | | Class | org.codehaus.groovy.runtime | Groovy |
|
| ReaderSource | An interface for things that can supply (and potentially resupply) a Reader on a source stream. | Interface | org.codehaus.groovy.control.io | Groovy |
|
| ReadException | Encapsulates non-specific i/o exceptions. | Class | org.codehaus.groovy.syntax | Groovy |
|
| ReadWriteLockASTTransformation | Handles generation of code for the @WithReadLock and @WithWriteLock annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| Receiver | | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| Reduction | A syntax reduction, produced by the Parser. | Class | org.codehaus.groovy.syntax | Groovy |
|
| Reference | | Interface | org.codehaus.groovy.util | Groovy |
|
| ReferenceBundle | | Class | org.codehaus.groovy.util | Groovy |
|
| ReferenceManager | | Class | org.codehaus.groovy.util | Groovy |
|
| ReferenceType | | Class | org.codehaus.groovy.util | Groovy |
|
| ReflectionCache | | Class | org.codehaus.groovy.reflection | Groovy |
|
| ReflectionMetaMethod | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| ReflectionMethodInvoker | Utility class to call methods through reflection, and falls through using the Invoker to call the method if it fails. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ReflectionUtils | This class contains utility methods to determine which class called the current class to multiple levels of depth. | Class | org.codehaus.groovy.reflection | Groovy |
|
| Reflector | Provides as alternative to reflection using bytecode generation. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ReflectorLoader | Reflector creation helper. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| RegexSupport | Used to store the last regex match. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ReleaseInfo | Exposes the Groovy release informationAuthor:Roshan Dawrani | Class | org.codehaus.groovy.util | Groovy |
|
| ResolveVisitor | Visitor to resolve Types and convert VariableExpression to ClassExpressions if needed. | Class | org.codehaus.groovy.control | Groovy |
|
| ResourceGroovyMethods | This class defines new groovy methods for Readers, Writers, InputStreams and OutputStreams which appear on normal JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ResourceManager | | Interface | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| ReturnAdder | Utility class to add return statements. | Class | org.codehaus.groovy.classgen | Groovy |
|
| ReturnAdder .ReturnStatementListener | | Interface | org.codehaus.groovy.classgen.ReturnAdder | Groovy |
|
| ReturnStatement | | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| ReverseListIterator | A reverse iterator over a list. | Class | org.codehaus.groovy.runtime | Groovy |
|
| RootLoader | This ClassLoader should be used as root of class loaders. | Class | org.codehaus.groovy.tools | Groovy |
|
| RootLoaderRef | Sets the RootLoader as reference. | Class | org.codehaus.groovy.ant | Groovy |
|
| RuntimeParserException | A helper class to allow parser exceptions to be thrown anywhere in the code. | Class | org.codehaus.groovy.syntax | Groovy |
|
| ScriptBytecodeAdapter | A static helper class to interface bytecode and runtimeAuthor:Jochen Theodorou | Class | org.codehaus.groovy.runtime | Groovy |
|
| ScriptExtensions | This class defines new Java 6 specific groovy methods which extend the normal JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.jsr223 | Groovy |
|
| ScriptReference | Represents a reference to a variable in a scriptAuthor:James StrachanSee Also:Serialized Form | Class | org.codehaus.groovy.runtime | Groovy |
|
| ScriptStaticExtensions | This class defines new Java 6 specific static groovy methods which extend the normal JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.jsr223 | Groovy |
|
| ScriptTestAdapter | | Class | org.codehaus.groovy.runtime | Groovy |
|
| SecureASTCustomizer | This customizer allows securing source code by controlling what code constructs are allowed. | Class | org.codehaus.groovy.control.customizers | Groovy |
|
| SecureASTCustomizer .ExpressionChecker | | Interface | org.codehaus.groovy.control.customizers.SecureASTCustomizer | Groovy |
|
| SecureASTCustomizer .StatementChecker | | Interface | org.codehaus.groovy.control.customizers.SecureASTCustomizer | Groovy |
|
| SecureASTCustomizerFactory | This factory allows the generation of a SecureASTCustomizer. | Class | org.codehaus.groovy.control.customizers.builder | Groovy |
|
| Selector | | Class | org.codehaus.groovy.vmplugin.v7 | Groovy |
|
| SharedVariableCollector | A visitor which collects the list of variable expressions which are closure shared. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| ShortArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ShortArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ShortCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| ShortTypeHandling | Class providing various short paths for type conversions. | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| ShortWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| SignatureCodec | A signature codec is responsible for encoding and decoding of inferred returned types as stored in bytecode. | Interface | org.codehaus.groovy.transform.stc | Groovy |
|
| SignatureCodecVersion1 | First implementation of an inferred type signature codec. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| SimpleExtensionModule | An extension module which provides extension methods using a DefaultGroovyMethods-like implementation, that is to say using static methods defined in an "extension class". | Class | org.codehaus.groovy.runtime.m12n | Groovy |
|
| SimpleGroovyAbstractableElementDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyAnnotationRef | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyClassDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyClassDocAssembler | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyConstructorDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyExecutableMemberDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyFieldDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyMemberDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyMethodDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyPackageDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyParameter | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyProgramElementDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyRootDoc | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyTag | Stores info about GroovyDoc tags. | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleGroovyType | | Class | org.codehaus.groovy.tools.groovydoc | Groovy |
|
| SimpleMessage | A base class for compilation messages. | Class | org.codehaus.groovy.control.messages | Groovy |
|
| SingleKeyHashMap | | Class | org.codehaus.groovy.util | Groovy |
|
| SingleKeyHashMap .Entry | | Class | org.codehaus.groovy.util.SingleKeyHashMap | Groovy |
|
| SingletonASTTransformation | Handles generation of code for the @Singleton annotationAuthor:Alex Tkachman, Paul King | Class | org.codehaus.groovy.transform | Groovy |
|
| SocketGroovyMethods | This class defines new groovy methods for Sockets which enhance JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| SortableASTTransformation | Injects a set of Comparators and sort methods. | Class | org.codehaus.groovy.transform | Groovy |
|
| SourceAwareCustomizer | A base class for customizers which only have to be applied on specific source units. | Class | org.codehaus.groovy.control.customizers | Groovy |
|
| SourceAwareCustomizerFactory | Factory for use with CompilerCustomizationBuilder. | Class | org.codehaus.groovy.control.customizers.builder | Groovy |
|
| SourceAwareCustomizerFactory .SourceOptions | | Class | org.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactory | 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 |
|
| SourceExtensionHandler | Looks for source file extensions in META-INF/services/org. | Class | org.codehaus.groovy.control | 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 |
|
| SourceText | Provides the source text for an assertion statement and translates coordinates in the original source text to coordinates relative to the | Class | org.codehaus.groovy.runtime.powerassert | Groovy |
|
| SourceTextNotAvailableException | Indicates that the source text for an assertion statement is not available. | Class | org.codehaus.groovy.runtime.powerassert | Groovy |
|
| SourceUnit | Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. | Class | org.codehaus.groovy.control | Groovy |
|
| SourceURIASTTransformation | Handles transformation for the @ScriptURI annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| SpreadExpression | Represents a spread expression *x in the list expression [1, *x, 2]. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| SpreadMapExpression | Represents a spread map expression *:m in the map expression [1, *:m, 2, "c":100] | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| SqlGroovyMethods | This class defines all the new SQL-related groovy methods which enhance the normal JDK SQL classes when inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| StackTraceUtils | Originally was grails. | Class | org.codehaus.groovy.runtime | Groovy |
|
| StandardPropertiesModuleFactory | This is the standard Groovy module factory. | Class | org.codehaus.groovy.runtime.m12n | Groovy |
|
| Statement | Base class for any statementAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| StatementMetaTypeChooser | A TypeChooser which is aware of statement metadata. | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| StatementWriter | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| StaticCompilationMetadataKeys | enum StaticCompilationMetadataKeysStatic compilation AST node metadata keys. | Class | org.codehaus.groovy.transform.sc | Groovy |
|
| StaticCompilationMopWriter | A MOP Writer that skips the generation of MOP methods. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticCompilationTransformer | Some expressions use symbols as aliases to method calls (<<, +=, . | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| StaticCompilationVisitor | This visitor is responsible for amending the AST with static compilation metadata or transform the AST so that a class or a method can be statically compiled. | Class | org.codehaus.groovy.transform.sc | Groovy |
|
| StaticCompileTransformation | Handles the implementation of the CompileStatic transformation. | Class | org.codehaus.groovy.transform.sc | Groovy |
|
| StaticImportVisitor | Visitor to resolve constants and method calls from static ImportsAuthor:Jochen Theodorou, Paul King | Class | org.codehaus.groovy.control | Groovy |
|
| StaticInvocationWriter | | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticMetaClassSite | Call site for invoking static methods meta class - cached | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| StaticMetaMethodSite | meta class - cachedAuthor:Alex Tkachman | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| StaticMetaMethodSite .StaticMetaMethodSiteNoUnwrap | | Class | org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite | Groovy |
|
| StaticMetaMethodSite .StaticMetaMethodSiteNoUnwrapNoCoerce | | Class | org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite | Groovy |
|
| StaticMethodCallExpression | A static method call on a classAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| StaticMethodCallExpressionTransformer | | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| StaticPropertyAccessHelper | Contains helper methods aimed at facilitating the generation of statically compiled bytecode for property access. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticTypeCheckingSupport | Static support methods for StaticTypeCheckingVisitor. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| StaticTypeCheckingVisitor | The main class code visitor responsible for static type checking. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| StaticTypeCheckingVisitor .SignatureCodecFactory | | Class | org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor | Groovy |
|
| StaticTypesBinaryExpressionMultiTypeDispatcher | A specialized version of the multi type binary expression dispatcher which is aware of static compilation. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticTypesCallSiteWriter | A call site writer which replaces call site caching with static calls. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticTypesClosureWriter | Writer responsible for generating closure classes in statically compiled mode. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticTypesMarker | enum StaticTypesMarkerThis enumeration is used by the AST transformations which rely on static type checking, either | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| StaticTypesStatementWriter | A class to write out the optimized statementsAuthor:Jochen "blackdrag" Theodorou | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticTypesTransformation | Handles the implementation of the TypeChecked transformation. | Class | org.codehaus.groovy.transform | Groovy |
|
| StaticTypesTypeChooser | A TypeChooser which reads type information from node metadata generated by the CompileStatic annotation. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticTypesUnaryExpressionHelper | An unary expression helper which generates optimized bytecode depending on the current type on top of the operand stack. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticTypesWriterController | An alternative WriterController which handles static types and method dispatch. | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticTypesWriterControllerFactoryImpl | | Class | org.codehaus.groovy.classgen.asm.sc | Groovy |
|
| StaticVerifier | Verifier to check non-static access in static contextsAuthor:Jochen Theodorou, Paul King, Roshan Dawrani | Class | org.codehaus.groovy.control | Groovy |
|
| StringBufferWriter | This class codes around a silly limitation of StringWriter which doesn't allow a StringBuffer to be passed in as a constructor for some bizarre reason. | Class | org.codehaus.groovy.runtime | Groovy |
|
| StringCachedClass | | Class | org.codehaus.groovy.reflection.stdclasses | Groovy |
|
| StringGroovyMethods | This class defines new groovy methods which appear on String-related JDK classes (String, CharSequence, Matcher) inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| StringHelper | | Class | org.codehaus.groovy.tools | Groovy |
|
| StringReaderSource | A ReaderSource for source strings. | Class | org.codehaus.groovy.control.io | Groovy |
|
| StringSetMap | | Class | org.codehaus.groovy.tools.gse | Groovy |
|
| SunClassLoader | | Class | org.codehaus.groovy.reflection | Groovy |
|
| SwingGroovyMethods | This class defines all the new Swing-related groovy methods which enhance the normal JDK Swing classes when inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| SwingTimerTriggerBinding | | Class | org.codehaus.groovy.binding | Groovy |
|
| SwitchStatement | Represents a switch (object) { case value: . | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| SynchronizedASTTransformation | Handles generation of code for the @Synchronized annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| SynchronizedStatement | Represents a synchronized statementAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| SyntaxErrorMessage | A class for error messages produced by the parser system. | Class | org.codehaus.groovy.control.messages | Groovy |
|
| SyntaxException | Base exception indicating a syntax error. | Class | org.codehaus.groovy.syntax | Groovy |
|
| TargetBinding | | Interface | org.codehaus.groovy.binding | Groovy |
|
| TemporaryMethodKey | A temporary implementation of MethodKey used to perform a fast lookup for a method using a set of arguments to a method | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| TemporaryVariableExpression | A front-end class for ExpressionAsVariableSlot which allows defining temporary variables loaded from variable slots directly at the AST level, | Class | org.codehaus.groovy.transform.sc | Groovy |
|
| TernaryExpression | Represents a ternary expression (booleanExpression) ? expression : expressionAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| TestNgRunner | Integration code for running TestNG tests in Groovy. | Class | org.codehaus.groovy.testng | Groovy |
|
| ThreadManagedMetaBeanProperty | This MetaBeanProperty will create a pseudo property whose value is bound to an object using weak references. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| ThrowStatement | Represents a throw statementAuthor:James Strachan | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| Token | A CSTNode produced by the Lexer. | Class | org.codehaus.groovy.syntax | Groovy |
|
| TokenException | | Class | org.codehaus.groovy.syntax | Groovy |
|
| TokenMismatchException | | Class | org.codehaus.groovy.syntax | Groovy |
|
| ToStringASTTransformation | Handles generation of code for the @ToString annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| TraitASTTransformation | Handles generation of code for the @Trait annotation. | Class | org.codehaus.groovy.transform.trait | Groovy |
|
| TraitComposer | This class contains a static utility method doExtendTraits(org. | Class | org.codehaus.groovy.transform.trait | Groovy |
|
| Traits | A collection of utility methods used to deal with traits. | Class | org.codehaus.groovy.transform.trait | Groovy |
|
| Traits .TraitBridge | Internal annotation used to indicate that a method is a bridge method to a trait default implementation. | Class | org.codehaus.groovy.transform.trait.Traits | Groovy |
|
| TraitTypeCheckingExtension | A type checking extension that will take care of handling errors which are specific to traits. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| TransformMetaMethod | A MetaMethod implementation useful for implementing coercion based invocationsAuthor:James Strachan | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| TraversalHelper | Helper Class for Antlr AST traversal and visitation. | Class | org.codehaus.groovy.antlr.treewalker | Groovy |
|
| TriggerBinding | | Interface | org.codehaus.groovy.binding | Groovy |
|
| TripleKeyHashMap | | Class | org.codehaus.groovy.util | Groovy |
|
| TripleKeyHashMap .Entry | | Class | org.codehaus.groovy.util.TripleKeyHashMap | Groovy |
|
| TryCatchStatement | Represents a try { . | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| TupleConstructorASTTransformation | Handles generation of code for the @TupleConstructor annotation. | Class | org.codehaus.groovy.transform | Groovy |
|
| TupleExpression | Represents a tuple expression {1, 2, 3} which creates an immutable ListAuthor:James Strachan | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| TypeCheckingContext | | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| TypeCheckingContext .EnclosingClosure | Represents the context of an enclosing closure. | Class | org.codehaus.groovy.transform.stc.TypeCheckingContext | Groovy |
|
| TypeCheckingExtension | This interface defines a high-level API for handling type checking errors. | Class | org.codehaus.groovy.transform.stc | Groovy |
|
| TypeChooser | Interface for modules which are capable of resolving the type of an expression. | Interface | org.codehaus.groovy.classgen.asm | Groovy |
|
| TypeHelper | This class contains helper methods for converting and comparing types. | Class | org.codehaus.groovy.vmplugin.v7 | Groovy |
|
| Types | Typing information for the CST system. | Class | org.codehaus.groovy.syntax | Groovy |
|
| TypeTransformers | This class contains several transformers for used during method invocation. | Class | org.codehaus.groovy.vmplugin.v7 | Groovy |
|
| UberCompileTask | Compiles Java and Groovy source files. | Class | org.codehaus.groovy.ant | Groovy |
|
| UnaryExpressionHelper | A helper class used to generate bytecode for unary expressions. | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| UnaryMinusExpression | | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| UnaryPlusExpression | | Class | org.codehaus.groovy.ast.expr | 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 |
|
| UnlimitedConcurrentCache | | Class | org.codehaus.groovy.runtime.memoize | Groovy |
|
| URLReaderSource | A ReaderSource for source files hosted at a URL. | Class | org.codehaus.groovy.control.io | Groovy |
|
| Utilities | Various utility functions for use in the compiler. | Class | org.codehaus.groovy.tools | Groovy |
|
| Value | A value recorded during evaluation of an assertion, along with the column it is associated with in the assertion's normalized source text. | Class | org.codehaus.groovy.runtime.powerassert | Groovy |
|
| ValueRecorder | Records values produced during evaluation of an assertion statement's truthAuthor:Peter Niederwieser | Class | org.codehaus.groovy.runtime.powerassert | Groovy |
|
| Variable | interface to mark a AstNode as Variable. | Interface | org.codehaus.groovy.ast | Groovy |
|
| VariableExpression | Represents a local variable name, the simplest form of expression. | Class | org.codehaus.groovy.ast.expr | Groovy |
|
| VariableExpressionTransformer | Transformer for VariableExpression the bytecode backend wouldn't be able toAuthor:Jochen "blackdrag" Theodorou | Class | org.codehaus.groovy.transform.sc.transformers | Groovy |
|
| VariableScope | Represents a variable scope. | Class | org.codehaus.groovy.ast | Groovy |
|
| VariableScopeVisitor | goes through an AST and initializes the scopesAuthor:Jochen Theodorou | Class | org.codehaus.groovy.classgen | Groovy |
|
| VariableSlotLoader | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| Verifier | Verifies the AST node and adds any defaulted AST code before bytecode generation occurs. | Class | org.codehaus.groovy.classgen | Groovy |
|
| Verifier .DefaultArgsAction | | Interface | org.codehaus.groovy.classgen.Verifier | Groovy |
|
| VerifierCodeVisitor | Performs various checks on code inside methods and constructors including checking for valid field, variables names etc. | Class | org.codehaus.groovy.classgen | 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 |
|
| VMPlugin | Interface to access VM version based actions. | Interface | org.codehaus.groovy.vmplugin | Groovy |
|
| VMPluginFactory | Factory class to get functionality based on the VM version. | Class | org.codehaus.groovy.vmplugin | Groovy |
|
| WarningMessage | A class for warning messages. | Class | org.codehaus.groovy.control.messages | Groovy |
|
| WhileStatement | Represents a while (condition) { . | Class | org.codehaus.groovy.ast.stmt | Groovy |
|
| WideningCategories | This class provides helper methods to determine the type from a widening operation for example for a plus operation. | Class | org.codehaus.groovy.ast.tools | Groovy |
|
| WideningCategories .LowestUpperBoundClassNode | This ClassNode specialization is used when the lowest upper bound of two types cannot be represented by an existing type. | Class | org.codehaus.groovy.ast.tools.WideningCategories | Groovy |
|
| Wrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| WritableFile | | Class | org.codehaus.groovy.runtime | Groovy |
|
| WritablePath | | Class | org.codehaus.groovy.runtime | Groovy |
|
| WriterController | | Class | org.codehaus.groovy.classgen.asm | Groovy |
|
| WriterControllerFactory | A non static factory to get alternative writer controller to be stored in the meta dataAuthor:Jochen "blackdrag" Theodorou | Interface | org.codehaus.groovy.classgen.asm | Groovy |
|
| XmlGroovyMethods | This class defines all the new XML-related groovy methods which enhance the normal JDK XML classes when inside the Groovy environment. | Class | org.codehaus.groovy.runtime | Groovy |
|
| AbstractArtefactTypeAstTransformation | Base implementation for the artefact type transformationSince:2. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| AbstractConstraint | Abstract class for constraints to extend. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| AbstractDynamicConstructor | Abstract class that provides default implementation for isArgumentsMatch. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractDynamicMethodInvocation | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractDynamicMethods | Provides the base implementation responsible for performing dynamic method invocation such as the dynamic finders in GORM. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractDynamicMethodsInterceptor | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractDynamicProperty | An abstract class for implementors of dynamic getters to implement. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractGrailsArtefactTransformer | Abstract transformer that takes an implementation class and creates methods in a target ClassNode that delegate to that implementation class. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| AbstractGrailsClass | Abstract base class for Grails types that provides common functionality for evaluating conventions within classes. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| AbstractGrailsPlugin | Abstract implementation that provides some default behavioursAuthor:Graeme Rocher | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| AbstractGrailsPluginManager | Abstract implementation of the GrailsPluginManager interfaceSince:0. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| AbstractInjectableGrailsClass | Configures Grails classe to be autowirable by name, always. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| AbstractStaticMethodInvocation | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| AbstractVetoingConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| AllArtefactClassInjector | | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| AnnotationDomainClassArtefactHandler | Detects annotated domain classes for EJB3 style mappings. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ApiDelegateTransformation | The logic for the ApiDelegate location transform. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| ApplicationAttributes | | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| ApplicationHolder | Static singleton holder for the GrailsApplication instance. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ArtefactHandler | The ArtefactHandler interface's purpose is to allow the analysis of conventions within a Grails application. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| ArtefactHandlerAdapter | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ArtefactInfo | Holder for all the class-related info and structures relating to an Artefact. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| ArtefactTypeAstTransformation | A transformation used to apply transformers to classes not located in Grails directory structure. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| ASTErrorsHelper | Enhances a class to contain an Errors property of type org. | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| ASTValidationErrorsHelper | | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| BaseApiProvider | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| BasePluginFilter | Base functionality shared by IncludingPluginFilter and ExcludingPluginFilter. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| BeanBinding | properties of the Object become binding variables. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| BeanPostProcessorAdapter | Adapter implementation of BeanPostProcessor. | Class | org.codehaus.groovy.grails.plugins.support | Grails |
|
| BinaryGrailsPlugin | Models a pre-compiled binary plugin. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| BinaryGrailsPluginDescriptor | Holds a reference to the parsed grails-plugin. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| BlankConstraint | A Constraint that validates a string is not blank. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| BootstrapArtefactHandler | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| CascadingValidator | validation should cascade into associations. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| ClassEditor | Converts Strings to Class references for Spring. | Class | org.codehaus.groovy.grails.support | Grails |
|
| ClassInjector | When implemented allows additional properties to be injected into Grails classes at compile time (ie when they are loaded by the GroovyClassLoader). | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| ClassLoaderAware | Convenience interface that can be implemented by classes that are registered by plugins. | Interface | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| ClassLoaderAwareBeanPostProcessor | | Class | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| ClassPropertyFetcher | Accesses class properties: static fields, static getters, instance fields or instance getters. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ClassPropertyFetcher .ReferenceInstanceCallback | getReferenceInstancejava. | Interface | org.codehaus.groovy.grails.commons.ClassPropertyFetcher | Grails |
|
| ClosureClassIgnoringComponentScanBeanDefinitionParser | | Class | org.codehaus.groovy.grails.context.annotation | Grails |
|
| ClosureInvokingDynamicMethod | An implementation of DynamicMethodInvocation that invokes a closure. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| CodecArtefactHandler | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| CommandLineResourceLoader | Loads locations starting with /WEB-INF from the Grails web-app directory. | Class | org.codehaus.groovy.grails.support | Grails |
|
| CompilationFailedException | Thrown when a compilation error occurs. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| ComponentCapableDomainClass | Interface for domains capable of supporting components. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| ConfigurationHolder | Holds a reference to the ConfigObject instance. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ConstrainedProperty | Provides the ability to set contraints against a properties of a class. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| ConstrainedPropertyBuilder | Builder used as a delegate within the constraints closure of GrailsDomainClass instances . | Class | org.codehaus.groovy.grails.validation | Grails |
|
| Constraint | Defines a validatable constraint. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| ConstraintException | Thrown when an error occurs applying a constraint to a property. | Class | org.codehaus.groovy.grails.validation.exceptions | Grails |
|
| ConstraintFactory | A factory for creating constraint instances. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| ConstraintsDynamicProperty | Instead of returning the closure sets a new proxy meta class for the scope of the call and invokes the closure itself which builds up a list of ConstrainedProperty instances. | Class | org.codehaus.groovy.grails.validation.metaclass | Grails |
|
| ConstraintsEvaluatingDynamicProperty | This is a dynamic property that instead of returning the closure sets a new proxy meta class for the scope of the call and invokes the closure itself which builds up a list of ConstrainedProperty instances. | Class | org.codehaus.groovy.grails.validation.metaclass | Grails |
|
| ConstraintsEvaluator | Evaluates and returns constraints. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| ConstraintsEvaluatorFactoryBean | Constructs the default constraints evaluator instance. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| ConstructorInterceptor | | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| ControllerArtefactHandler | Lookup controllers for uris. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| CorePluginFinder | Loads core plugin classes. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| CreateDynamicMethod | A dynamic static method that is a factory method for creating new instances. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| CreditCardConstraint | Validates a credit card number. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| DataSourceRequiredPropertyMissingException | Thrown when a missing property on a Grails data source is missing. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| DefaultArtefactInfo | Mutable holder of artefact info. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultConstraintEvaluator | Default implementation of the ConstraintsEvaluator interface. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| DefaultDynamicMethods | Simple concrete class implementation of AbstractDynamicMethods class. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DefaultGrailsApplication | Default implementation of the GrailsApplication interface that manages application loading, state, and artefact instances. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsBootstrapClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsClass | A default implementation for Grails classes that need to be registered and managed by a GrailsApplication, but don't need any special handling. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsCodecClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsControllerClass | Evaluates the conventions contained within controllers to perform auto-configuration. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsDomainClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsDomainClassInjector | Default implementation of domain class injector interface that adds the 'id' and 'version' properties and other previously boilerplate code. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| DefaultGrailsDomainClassProperty | Represents a property of a domain class and contains meta information about the properties relationships, naming conventions and type. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsPlugin | and provides the magic to invoke its various methods from Java. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| DefaultGrailsPluginManager | Handles the loading and management of plug-ins in the Grails system. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| DefaultGrailsServiceClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsTagLibClass | Default implementation of a tag lib class. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultGrailsUrlMappingsClass | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DefaultPluginMetaManager | | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| DefaultProxyHandler | Trivial default implementation that always returns true and the object. | Class | org.codehaus.groovy.grails.support.proxy | Grails |
|
| DefaultResourceLocator | Default implementation of the ResourceLocator interface that doesn't take into account servlet loading. | Class | org.codehaus.groovy.grails.core.io | Grails |
|
| DefaultStackTraceFilterer | Default implementation of StackTraceFilterer. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| DevelopmentResourceLoader | Allows files references like /WEB-INF/grails-app to be loaded from . | Class | org.codehaus.groovy.grails.support | Grails |
|
| DirectoryWatcher | Utility class to watch directories for changes. | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| DirectoryWatcher .FileChangeListener | Fired when a file changesvoidonNew(java. | Interface | org.codehaus.groovy.grails.compiler.DirectoryWatcher | Grails |
|
| DomainClassArtefactHandler | Evaluates the conventions that define a domain class in Grails. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| DomainValidator | Domain name validation routines. | Class | org.codehaus.groovy.grails.validation.routines | Grails |
|
| DynamicConstructor | Defines a dynamic constructor. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DynamicMethodInvocation | Dynamic method invocation callback interface. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DynamicMethods | Defines methods for a handling dynamic method, static method and property invocations. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DynamicMethodsExpandoMetaClass | then get passed to the invocable closure. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| DynamicProperty | A Dynamic class property getter interface. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| EmailConstraint | Validates an email address. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| EntityASTTransformation | Injects the necessary fields and behaviors into a domain class in order to make it a property GORM entity. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| EntityProxyHandler | Methods specified to proxied entitiesSince:1. | Interface | org.codehaus.groovy.grails.support.proxy | Grails |
|
| ExcludingPluginFilter | plugins (identified by name) as well as their dependencies are omitted from the filtered plugin list. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| ExternalGrailsDomainClass | Represents a persistable Grails domain class that is externally mapped. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| FunctionCallback | Interface for code that returns a value based on an input object. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| GenericBeanFactoryAccessor | A fork of the Spring 2. | Class | org.codehaus.groovy.grails.beans.factory | Grails |
|
| GenericDynamicProperty | A generic dyanmic property for any type. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| GrailsApplication | The main interface representing a running Grails application. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsApplicationAware | Convenience interface that can be implemented by classes that are registered by plugins. | Interface | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| GrailsApplicationAwareBeanPostProcessor | that recognizes GrailsApplicationAware and injects and instance of GrailsApplication. | Class | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| GrailsApplicationFactoryBean | Creates a Grails application object based on Groovy files. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsArtefactClassInjector | Interface specific to Grails artefacts that returns the artefact type. | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsASTUtils | Helper methods for working with Groovy AST trees. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsAwareClassLoader | A class loader that is aware of Groovy sources and injection operations. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsAwareInjectionOperation | A Groovy compiler injection operation that uses a specified array of ClassInjector instances to attempt AST injection. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsBootstrapClass | Loaded and executed on application load. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsByteArrayResource | Hacky version of the ByteArrayResource that implements the getURL() method, required for the resource to work with Spring's ServletContextResource. | Class | org.codehaus.groovy.grails.support | Grails |
|
| Grailsc | | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| GrailsClass | Represents any class in a Grails application. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsClassLoader | A GroovyClassLoader that supports reloading using inner class loadersSince:0. | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| GrailsClassUtils | Utility methods for dealing with Grails class artifacts. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsCodecClass | Provides access to Codec classes. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsConfig | Type safe abstraction over Grails configurationSince:2. | Class | org.codehaus.groovy.grails.commons.cfg | Grails |
|
| GrailsConfigurationAware | Obtains the Grails ConfigObject via Spring. | Interface | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| GrailsConfigurationException | | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsContextNamespaceHandler | Provides custom implementation of component-scan that ignores Groovy closures. | Class | org.codehaus.groovy.grails.context.annotation | Grails |
|
| GrailsControllerClass | Represents a controller class in Grails. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDataSource | Represents a data source in Grails. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDataSourceException | Base exception for errors related to Grails data sources. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsDomainClass | Represents a persistable Grails domain class. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDomainClassInjector | Mainly just a marker interface for implementations that perform injection on domain classes. | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| GrailsDomainClassProperty | A property of a GrailsDomainClass instance. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDomainClassValidator | A specialised Spring validator that validates a domain class instance using the constraints defined in the static constraints closure. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| GrailsDomainConfigurationUtil | Utility methods used in configuring the Grails Hibernate integration. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsDomainException | Thrown when creation of the Grails domain from the Grails domain classes fails. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsEnvironment | Bridges Grails' existing environment API with the new Spring 3. | Class | org.codehaus.groovy.grails.commons.env | Grails |
|
| GrailsException | Base class for all Grails exceptions that are not recoverable. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsMetaClassUtils | Provides utility methods for working with the Groovy MetaClass API. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsPlaceholderConfigurer | Uses Grails' ConfigObject for place holder values. | Class | org.codehaus.groovy.grails.commons.cfg | Grails |
|
| GrailsPlugin | Plugin interface that adds Spring org. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| GrailsPluginManager | Handles the loading and management of plug-ins in the Grails system. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| GrailsPluginManagerFactoryBean | A factory bean for loading the GrailsPluginManager instance. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| GrailsPluginManagerReloadPlugin | Reloading agent plugin for use with the GrailsPluginManager. | Class | org.codehaus.groovy.grails.cli.agent | Grails |
|
| GrailsProjectWatcher | Watches a Grails projects and re-compiles sources when they change or fires events to the pluginManager. | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| GrailsResourceHolder | Holds references to all the Grails resource instances to support class reloading. | Class | org.codehaus.groovy.grails.commons.spring | Grails |
|
| GrailsResourceLoader | Loads groovy files using Spring's IO abstraction. | Class | org.codehaus.groovy.grails.compiler.support | Grails |
|
| GrailsResourceLoaderFactoryBean | A factory bean that constructs the Grails ResourceLoader used to load Grails classes. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsResourceLoaderHolder | A holder for the GrailsResourceLoader object. | Class | org.codehaus.groovy.grails.compiler.support | Grails |
|
| GrailsResourceUtils | Utility methods for working with Grails resources and URLs that represent artifacts within a Grails application. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsRuntimeConfigurator | Handles the runtime configuration of the Grails ApplicationContext. | Class | org.codehaus.groovy.grails.commons.spring | Grails |
|
| GrailsRuntimeException | Generic global runtime exception. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| GrailsServiceClass | | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsTagLibClass | Represents a Grails tab library class. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsUrlMappingsClass | Loads the UrlMappings. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| GrailsWebApplicationContext | A WebApplicationContext that extends StaticApplicationContext to allow for programmatic configuration at runtime. | Class | org.codehaus.groovy.grails.commons.spring | Grails |
|
| GroovyAwareAspectJAwareAdvisorAutoProxyCreator | Enables AspectJ weaving from the application context. | Class | org.codehaus.groovy.grails.aop.framework.autoproxy | Grails |
|
| GroovyAwareInfrastructureAdvisorAutoProxyCreator | Tells Spring always to proxy Groovy classes. | Class | org.codehaus.groovy.grails.aop.framework.autoproxy | Grails |
|
| GroovyAwareNamedTransactionAttributeSource | | Class | org.codehaus.groovy.grails.orm.support | Grails |
|
| GroovyDynamicMethodsInterceptor | For dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances meta class instance. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| GroovyPageInjector | | Interface | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| IdentityPluginFilter | No-op implementation of PluginFilter. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| IncludingPluginFilter | plugins (identified by name) as well as their dependencies are included in the filtered plugin list. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| InetAddressValidator | InetAddress validation and conversion routines (java. | Class | org.codehaus.groovy.grails.validation.routines | Grails |
|
| InjectableGrailsClass | Represents a Grails class that is to be configured in Spring and as such is injectable. | Interface | org.codehaus.groovy.grails.commons | Grails |
|
| InListConstraint | A constraint that validates the property is contained within the supplied list. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| Interceptor | notifications about method calls for objects managed by the ProxyMetaClass. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| InvalidPropertyException | Thrown when a property of a Grails class is invalidated. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| InvocationCallback | | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| LazyMetaPropertyMap | A map implementation that reads an objects properties lazily using Groovy's MetaClass. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| MatchesConstraint | A constraint that validates the property against a supplied regular expression. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MaxConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MaxSizeConstraint | Validates maximum size of the property, for strings and arrays this is the length, collections the size and numbers the value. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MetaClassChangeReporter | Simple class that reports when meta class changes and where (in what stack frame) those changes took placeSince:2. | Class | org.codehaus.groovy.grails.support.internal.tools | Grails |
|
| MetadataGeneratingExpandoMetaClass | A specialized version of ExpandoMetaClass that is capable of generating metadata about the dynamic methods and properties that are added to artefact types at runtime by plugins. | Class | org.codehaus.groovy.grails.documentation | Grails |
|
| MetadataGeneratingMetaClassCreationHandle | Used to enable the Metadata generating EMC creation handle. | Class | org.codehaus.groovy.grails.documentation | Grails |
|
| MinConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MinSizeConstraint | Validates minimum size or length of the property, for strings and arrays this is the length, collections the size and numbers the value. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| MockApplicationContext | | Class | org.codehaus.groovy.grails.support | Grails |
|
| MockFileResource | Mocks the behavior of a FileResource. | Class | org.codehaus.groovy.grails.support | Grails |
|
| MockGrailsPluginManager | | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| MockResourceLoader | Loads from the file system if its not found on the classpath. | Class | org.codehaus.groovy.grails.support | Grails |
|
| MockStringResourceLoader | Loads Resources from Strings that are registered as Mock resources. | Class | org.codehaus.groovy.grails.support | Grails |
|
| MoreThanOneActiveDataSourceException | Thrown when more than one active data source is configured. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| NamedArtefactTypeAstTransformation | An AST transform used to apply a named artefact typeSince:2. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| NewInstanceCreationException | Occurs when the creation of a new instance fails. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| NotEqualConstraint | Validates not equal to something. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| NullableConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| NullPersistentContextInterceptor | A dummy persistence context interceptor that does nothing. | Class | org.codehaus.groovy.grails.support | Grails |
|
| OrderedAdapter | Convenience adapter implementation of the Spring Ordered interface. | Class | org.codehaus.groovy.grails.plugins.support | Grails |
|
| PackagingException | Exception thrown when there was an error in the packing process of an application. | Class | org.codehaus.groovy.grails.compiler | Grails |
|
| ParentApplicationContextAware | Allows objects to be aware of the Grails parent application context. | Interface | org.codehaus.groovy.grails.support | Grails |
|
| PersistenceContextInterceptor | Sets up the persistent context before and after a Grails operation is invoked. | Interface | org.codehaus.groovy.grails.support | Grails |
|
| PluginAwareAstTransformer | Automatically annotates each class based on the plugin it originated from. | Class | org.codehaus.groovy.grails.compiler.injection | Grails |
|
| PluginAwareResourceBundleMessageSource | A ReloadableResourceBundleMessageSource that is capable of loading message sources from plugins. | Class | org.codehaus.groovy.grails.context.support | Grails |
|
| PluginFilter | Defines interface for obtaining a sublist of GrailsPlugin instances based on an original supplied list of GrailsPlugin instances. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginFilterRetriever | implementation to use based on a set of provided configuration properties. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginManagerAware | For implementors interested in obtaining a reference to the Grails PluginManager instance. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginManagerAwareBeanPostProcessor | Auto-injects beans that implement PluginManagerAware. | Class | org.codehaus.groovy.grails.plugins.support.aware | Grails |
|
| PluginManagerHolder | Manages a thread bound plugin manager instance. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginMetaManager | Enables the evaluation of Plug-in Metadata supplied by the plug-ins plugin. | Interface | org.codehaus.groovy.grails.plugins | Grails |
|
| PluginPathAwareFileSystemResourceLoader | FileSystemResourceLoader capable of understanding paths to plugins via the ResourceLocator interfaceSince:2. | Class | org.codehaus.groovy.grails.core.io | Grails |
|
| ProfilingGrailsPluginManager | A GrailsPluginManager implementation that outputs profile data to a logger. | Class | org.codehaus.groovy.grails.plugins | Grails |
|
| PropertyAccessInterceptor | Adds the ability to intercept property getters/setters. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| ProxyHandler | Interface that defines logic for handling proxied instancesSince:1. | Interface | org.codehaus.groovy.grails.support.proxy | Grails |
|
| ProxyMetaClass | As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| RangeConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| RegexValidator | Regular Expression validation (using JDK 1. | Class | org.codehaus.groovy.grails.validation.routines | Grails |
|
| ReloadAwareAutowireCapableBeanFactory | A BeanFactory that can deal with class cast exceptions that may occur due to class reload events and then attempt to reload the bean being instantiated to | Class | org.codehaus.groovy.grails.commons.spring | Grails |
|
| RequiredPropertyMissingException | Thrown when a named property of a specific type is not present in a class. | Class | org.codehaus.groovy.grails.exceptions | Grails |
|
| ResourceLocator | Used to locate resources at development or production time. | Interface | org.codehaus.groovy.grails.core.io | Grails |
|
| ScaleConstraint | Manages the scale for floating point numbers (i. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| ServiceArtefactHandler | | Class | org.codehaus.groovy.grails.commons | Grails |
|
| ShutdownOperations | Operations that should be executed on shutdown. | Class | org.codehaus.groovy.grails.lifecycle | Grails |
|
| SimpleMapResourceLoader | Simple implementation of the ResourceLoader interface that uses a Map to load resources. | Class | org.codehaus.groovy.grails.support | Grails |
|
| SizeConstraint | Validates size of the property, for strings and arrays this is the length, collections the size and numbers the value. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| SoftThreadLocalMap | Creates a InheritableThreadLocal with an intial value of a Map. | Class | org.codehaus.groovy.grails.support | Grails |
|
| SourceCodeAware | An interface that represents an exception that is capable of providing more information about the source codeSince:1. | Interface | org.codehaus.groovy.grails.exceptions | Grails |
|
| StackTraceFilterer | Improves the output of stack traces produced by exceptions in a Grails application. | Interface | org.codehaus.groovy.grails.exceptions | Grails |
|
| StaticMethodInvocation | Static method invocation callback interface. | Interface | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| StaticResourceLoader | A ResourceLoader that loads resources from a statically defined base resource. | Class | org.codehaus.groovy.grails.support | Grails |
|
| StaticResourceLocator | A static resource locator that uses an internal map to locate resources. | Class | org.codehaus.groovy.grails.core.io | Grails |
|
| TagLibArtefactHandler | Configures tag libraries within namespaces in Grails. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| TransactionManagerAware | | Interface | org.codehaus.groovy.grails.orm.support | Grails |
|
| TransactionManagerPostProcessor | Injects the platform transaction manager into beans that implement TransactionManagerAware. | Class | org.codehaus.groovy.grails.orm.support | Grails |
|
| UrlConstraint | | Class | org.codehaus.groovy.grails.validation | Grails |
|
| UrlMappingsArtefactHandler | A handler for UrlMappings. | Class | org.codehaus.groovy.grails.commons | Grails |
|
| UrlValidator | URL Validation routines. | Class | org.codehaus.groovy.grails.validation.routines | Grails |
|
| ValidatorConstraint | A constraint class that validates using a user-supplied closure. | Class | org.codehaus.groovy.grails.validation | Grails |
|
| VetoingConstraint | Marker interface for vetoing constraint. | Interface | org.codehaus.groovy.grails.validation | Grails |
|
| WatchPatternParser | Parses a Grails plugin's watchedResources property value into a list ofSince:2. | Class | org.codehaus.groovy.grails.plugins.support | Grails |
|
| WeakGenericDynamicProperty | A generic dyanmic property for any type used a soft hashmap implementation for generic properties registered as global in the MetaClass. | Class | org.codehaus.groovy.grails.commons.metaclass | Grails |
|
| WebRuntimeSpringConfiguration | Subclasses DefaultRuntimeSpringConfiguration to provide construction of WebApplicationContext instances. | Class | org.codehaus.groovy.grails.commons.spring | Grails |