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