| Name | Description | Type | Package | Framework |
| AbstractCallSite | Base class for all call sitesAuthor:Alex Tkachman | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| AbstractComparator | | Class | org.codehaus.groovy.runtime | Groovy |
|
| ArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | 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 |
|
| AssertionRenderer | Creates a string representation of an assertion and its recorded values. | Class | org.codehaus.groovy.runtime.powerassert | Groovy |
|
| BigDecimalMath | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| BigIntegerMath | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| BooleanArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| BooleanArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| BooleanClosureWrapper | Helper class for internal use only. | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| BooleanReturningMethodInvoker | Helper class for internal use only. | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| BooleanWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| ByteArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ByteArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| BytecodeInterface8 | This class contains methods special to optimizations used directly from bytecode in Groovy 1. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ByteWrapper | | Class | org.codehaus.groovy.runtime.wrappers | 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 |
|
| CharacterArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| CharacterArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| CharWrapper | | Class | org.codehaus.groovy.runtime.wrappers | 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 |
|
| 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 |
|
| ClosureStaticMetaMethod | This class represents a MetaMethod that is a closure that pretends to be a static method. | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| ComposedClosure | A wrapper for Closure to support composition. | Class | org.codehaus.groovy.runtime | 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| CurriedClosure | A wrapper for Closure to support currying. | Class | org.codehaus.groovy.runtime | 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 |
|
| 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 |
|
| DefaultTypeTransformation | Class providing various type conversions, coercions and boxing/unboxing operations. | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| DoubleArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| DoubleArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| DoubleWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| DummyCallSite | | Class | org.codehaus.groovy.runtime.callsite | 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 |
|
| 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 |
|
| FloatArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| FloatArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | 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 |
|
| GetEffectivePogoFieldSite | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| GetEffectivePojoPropertySite | | Class | org.codehaus.groovy.runtime.callsite | 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 |
|
| GroovyObjectWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| GroovySunClassLoader | | Class | org.codehaus.groovy.runtime.callsite | Groovy |
|
| GStringImpl | Default implementation of a GString used by the compiler. | Class | org.codehaus.groovy.runtime | Groovy |
|
| HandleMetaClass | | Class | org.codehaus.groovy.runtime | Groovy |
|
| IntegerArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| IntegerArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| IntegerMath | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| IntWrapper | | Class | org.codehaus.groovy.runtime.wrappers | 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 |
|
| 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 |
|
| LongArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| LongArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| LongMath | | Class | org.codehaus.groovy.runtime.typehandling | Groovy |
|
| LongWrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| LRUCache | A cache backed by a Collections. | Class | org.codehaus.groovy.runtime.memoize | 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| MixinInstanceMetaMethod | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MixinInstanceMetaProperty | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| MultipleSetterProperty | This class represents a property with multiple setters. | Class | org.codehaus.groovy.runtime.metaclass | 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 |
|
| 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 |
|
| NumberAwareComparator | Compares two objects using Groovy's friendly comparison algorithm, i. | Class | org.codehaus.groovy.runtime | 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 |
|
| ObjectArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ObjectArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| OwnedMetaClass | | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| PerInstancePojoMetaClassSite | | Class | org.codehaus.groovy.runtime.callsite | 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 |
|
| PowerAssertionError | Indicates that a power assertion has failed. | Class | org.codehaus.groovy.runtime.powerassert | 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 |
|
| PropertiesModuleFactory | This is the base class for classes responsible for creating modulesSince:2. | Class | org.codehaus.groovy.runtime.m12n | 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 |
|
| RangeInfo | | Class | org.codehaus.groovy.runtime | 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 |
|
| 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 |
|
| 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 |
|
| ReverseListIterator | A reverse iterator over a list. | Class | org.codehaus.groovy.runtime | Groovy |
|
| ScriptBytecodeAdapter | A static helper class to interface bytecode and runtimeAuthor:Jochen Theodorou | Class | org.codehaus.groovy.runtime | Groovy |
|
| ScriptReference | Represents a reference to a variable in a scriptAuthor:James StrachanSee Also:Serialized Form | Class | org.codehaus.groovy.runtime | Groovy |
|
| ScriptTestAdapter | | Class | org.codehaus.groovy.runtime | Groovy |
|
| ShortArrayGetAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | Groovy |
|
| ShortArrayPutAtMetaMethod | | Class | org.codehaus.groovy.runtime.dgmimpl.arrays | 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 |
|
| 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 |
|
| SocketGroovyMethods | This class defines new groovy methods for Sockets which enhance JDK classes inside the Groovy environment. | Class | org.codehaus.groovy.runtime | 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| TransformMetaMethod | A MetaMethod implementation useful for implementing coercion based invocationsAuthor:James Strachan | Class | org.codehaus.groovy.runtime.metaclass | Groovy |
|
| UnlimitedConcurrentCache | | Class | org.codehaus.groovy.runtime.memoize | 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 |
|
| Wrapper | | Class | org.codehaus.groovy.runtime.wrappers | Groovy |
|
| WritableFile | | Class | org.codehaus.groovy.runtime | Groovy |
|
| WritablePath | | Class | org.codehaus.groovy.runtime | 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 |