Package org.codehaus.groovy.vmplugin.v7
Class IndyArrayAccess
- java.lang.Object
 - 
- org.codehaus.groovy.vmplugin.v7.IndyArrayAccess
 
 
- 
@Deprecated public class IndyArrayAccess extends Object
Deprecated.Class for handling array access through invokedynamic using static callsite information- Since:
 - 2.5.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description IndyArrayAccess()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MethodHandlearrayGet(MethodType type)Deprecated.static MethodHandlearraySet(MethodType type)Deprecated.static booleannotNegative(int index)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
notNegative
public static boolean notNegative(int index)
Deprecated. 
- 
arrayGet
public static MethodHandle arrayGet(MethodType type)
Deprecated. 
- 
arraySet
public static MethodHandle arraySet(MethodType type)
Deprecated. 
 - 
 
 -