Class IndyArrayAccess

java.lang.Object
org.codehaus.groovy.vmplugin.v7.IndyArrayAccess

@Deprecated
public class IndyArrayAccess
extends java.lang.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

    Modifier and Type Method Description
    static java.lang.invoke.MethodHandle arrayGet​(java.lang.invoke.MethodType type)
    Deprecated.
     
    static java.lang.invoke.MethodHandle arraySet​(java.lang.invoke.MethodType type)
    Deprecated.
     
    static boolean notNegative​(int index)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndyArrayAccess

      public IndyArrayAccess()
      Deprecated.
  • Method Details

    • notNegative

      public static boolean notNegative​(int index)
      Deprecated.
    • arrayGet

      public static java.lang.invoke.MethodHandle arrayGet​(java.lang.invoke.MethodType type)
      Deprecated.
    • arraySet

      public static java.lang.invoke.MethodHandle arraySet​(java.lang.invoke.MethodType type)
      Deprecated.