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 SummaryConstructors Constructor Description IndyArrayAccess()Deprecated.
 - 
Method SummaryAll 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- 
notNegativepublic static boolean notNegative(int index) Deprecated.
 - 
arrayGetpublic static MethodHandle arrayGet(MethodType type) Deprecated.
 - 
arraySetpublic static MethodHandle arraySet(MethodType type) Deprecated.
 
- 
 
-