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. 
 

Uses of EmptyRange in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime with parameters of type EmptyRange
static void DefaultGroovyMethods.putAt(List self, EmptyRange range, Object value)
          A helper method to allow lists to work with subscript operators
static void DefaultGroovyMethods.putAt(StringBuffer self, EmptyRange range, Object value)
          Support the range subscript operator for StringBuffer
protected static DefaultGroovyMethods.RangeInfo DefaultGroovyMethods.subListBorders(int size, EmptyRange range)
           
 



Copyright © 2003-2010 The Codehaus. All Rights Reserved.