Class ArrayData


  • public final class ArrayData
    extends java.lang.Object
    WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int nargs  
      (package private) Type type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayData​(Type type, int nargs)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nargs

        int nargs
    • Constructor Detail

      • ArrayData

        public ArrayData​(Type type,
                         int nargs)