|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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 DefaultGroovyMethods.RangeInfo |
DefaultGroovyMethods.subListBorders(int size,
EmptyRange range)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |