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 Details

    • IndyArrayAccess

      public IndyArrayAccess()
      Deprecated.
  • Method Details

    • notNegative

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

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

      public static MethodHandle arraySet​(MethodType type)
      Deprecated.