Class StaticTypeCheckingSupport.ObjectArrayStaticTypesHelper
- java.lang.Object
- 
- org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ObjectArrayStaticTypesHelper
 
- 
- Enclosing class:
- StaticTypeCheckingSupport
 
 public static class StaticTypeCheckingSupport.ObjectArrayStaticTypesHelper extends Object A DGM-like class which adds support for method calls which are handled specifically by the Groovy compiler.
- 
- 
Constructor SummaryConstructors Constructor Description ObjectArrayStaticTypesHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TgetAt(T[] array, int index)static <T,U extends T>
 voidputAt(T[] array, int index, U value)
 
-