Package org.codehaus.groovy.vmplugin.v7
Class IndyArrayAccess
- java.lang.Object
- 
- org.codehaus.groovy.vmplugin.v7.IndyArrayAccess
 
- 
 public class IndyArrayAccess extends java.lang.ObjectClass 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 java.lang.invoke.MethodHandlearrayGet(java.lang.invoke.MethodType type)static java.lang.invoke.MethodHandlearraySet(java.lang.invoke.MethodType type)static booleannotNegative(int index)
 
-