Uses of Class
groovy.lang.EmptyRange

Packages that use EmptyRange
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
org.codehaus.groovy.vmplugin.v5 Java 5 specific classes. 
 

Uses of EmptyRange in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime with parameters of type EmptyRange
static java.lang.CharSequence DefaultGroovyMethods.getAt(java.lang.CharSequence text, EmptyRange range)
          Support the range subscript operator for CharSequence or StringBuffer with EmptyRange
static java.util.List DefaultGroovyMethods.getAt(java.lang.Object[] array, EmptyRange range)
           
static java.lang.String DefaultGroovyMethods.getAt(java.lang.String text, EmptyRange range)
          Support the range subscript operator for String with EmptyRange
static void DefaultGroovyMethods.putAt(java.util.List self, EmptyRange range, java.lang.Object value)
          A helper method to allow lists to work with subscript operators.
static void DefaultGroovyMethods.putAt(java.lang.StringBuffer self, EmptyRange range, java.lang.Object value)
          Support the range subscript operator for StringBuffer.
protected static DefaultGroovyMethodsSupport.RangeInfo DefaultGroovyMethodsSupport.subListBorders(int size, EmptyRange range)
           
 

Uses of EmptyRange in org.codehaus.groovy.vmplugin.v5
 

Methods in org.codehaus.groovy.vmplugin.v5 with parameters of type EmptyRange
static void PluginDefaultGroovyMethods.putAt(java.lang.StringBuilder self, EmptyRange range, java.lang.Object value)
          Support the range subscript operator for StringBuilder (Only works with JDK1.5 or later).
 



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