Class TypeImpl

    • Constructor Detail

      • TypeImpl

        protected TypeImpl()
        Generated class or method.
    • Method Detail

      • equalsType

        public boolean equalsType​(long arrayDimension,
                                  Type otherType,
                                  long otherArrayDimension)
        Specified by:
        equalsType in interface Type
        Generated class or method.
      • isSuperType

        public boolean isSuperType​(long arrayDimension,
                                   Type otherType,
                                   ArrayTypeable otherArrayType)
        Specified by:
        isSuperType in interface Type
        Generated class or method.