Class RangeJNI

  • Direct Known Subclasses:
    Range

    public abstract class RangeJNI
    extends java.lang.Object
    This class is intended to be used as a 'proxy' or 'facade' object for Java code to interact with JNI
    • Constructor Summary

      Constructors 
      Constructor Description
      RangeJNI()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • globalSize_0

        protected int globalSize_0
      • localSize_0

        protected int localSize_0
      • globalSize_1

        protected int globalSize_1
      • localSize_1

        protected int localSize_1
      • globalSize_2

        protected int globalSize_2
      • localSize_2

        protected int localSize_2
      • dims

        protected int dims
      • valid

        protected boolean valid
      • localIsDerived

        protected boolean localIsDerived
    • Constructor Detail

      • RangeJNI

        public RangeJNI()