Uses of Package
org.codehaus.groovy.runtime

Packages that use org.codehaus.groovy.runtime
org.codehaus.groovy.reflection Internal classes for assisting with reflection. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
org.codehaus.groovy.runtime.metaclass Internal classes related to Groovy's metaclass implementation. 
org.codehaus.groovy.vmplugin.v5 Java 5 specific classes. 
 

Classes in org.codehaus.groovy.runtime used by org.codehaus.groovy.reflection
Reflector
          Provides as alternative to reflection using bytecode generation.
 

Classes in org.codehaus.groovy.runtime used by org.codehaus.groovy.runtime
ConversionHandler
          This class is a general adapter to map a call to an Java interface to a given delegate.
DefaultGroovyMethodsSupport
          Support methods for DefaultGroovyMethods and PluginDefaultMethods.
DefaultGroovyMethodsSupport.RangeInfo
           
Invoker
          Deprecated.  
MethodKey
          An abstract base class for a key used for comparators and Map keys to lookup a method by name and parameter types
NullObject
           
StringBufferWriter
          This class codes around a silly limiation of StringWriter which doesn't allow a StringBuffer to be passed in as a constructor for some bizzare reason.
 

Classes in org.codehaus.groovy.runtime used by org.codehaus.groovy.runtime.metaclass
MethodKey
          An abstract base class for a key used for comparators and Map keys to lookup a method by name and parameter types
 

Classes in org.codehaus.groovy.runtime used by org.codehaus.groovy.vmplugin.v5
DefaultGroovyMethodsSupport
          Support methods for DefaultGroovyMethods and PluginDefaultMethods.
 



Copyright © ${year} The Codehaus. All Rights Reserved.