Package org.codehaus.groovy.vmplugin.v8
Class IndyArrayAccess
java.lang.Object
org.codehaus.groovy.vmplugin.v8.IndyArrayAccess
public class IndyArrayAccess
extends java.lang.Object
Class for handling array access through invokedynamic using static callsite information
- Since:
- 2.5.0
- 
Constructor SummaryConstructors Constructor Description IndyArrayAccess()
- 
Method SummaryModifier 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)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
IndyArrayAccesspublic IndyArrayAccess()
 
- 
- 
Method Details- 
notNegativepublic static boolean notNegative(int index)
- 
arrayGetpublic static java.lang.invoke.MethodHandle arrayGet(java.lang.invoke.MethodType type)
- 
arraySetpublic static java.lang.invoke.MethodHandle arraySet(java.lang.invoke.MethodType type)
 
-