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 Details

    • ObjectArrayStaticTypesHelper

      public ObjectArrayStaticTypesHelper()
  • Method Details

    • getAt

      public static <T> T getAt(T[] array, int index)
    • putAt

      public static <T, U extends T> void putAt(T[] array, int index, U value)