Uses of Interface
korat.instrumentation.IKoratArray

Packages that use IKoratArray
korat.instrumentation   
 

Uses of IKoratArray in korat.instrumentation
 

Methods in korat.instrumentation that return IKoratArray
static IKoratArray KoratArrayManager.createArray(Class<?> koratArrayClz, int size)
          Creates instance of koratArrayClz
static IKoratArray KoratArrayManager.createArray(Class<?> elementType, int size, int iselemtype)
          Creates instance of KorratArray_Type class based on given array component type.
 

Methods in korat.instrumentation with parameters of type IKoratArray
static void KoratArrayManager.initializeArray(IKoratArray array, ITester tcListener)