Class TypedReferenceValue

    • Field Detail

      • ALLOW_INCOMPLETE_CLASS_HIERARCHY

        public static boolean ALLOW_INCOMPLETE_CLASS_HIERARCHY
        If true, do not throw an IncompleteClassHierarchyException when one would occur.
      • WARN_INCOMPLETE_CLASS_HIERARCHY

        public static boolean WARN_INCOMPLETE_CLASS_HIERARCHY
        If true, print warnings for occurrences of IncompleteClassHierarchyException when ALLOW_INCOMPLETE_CLASS_HIERARCHY is enabled.
      • type

        protected final java.lang.String type
      • referencedClass

        protected final Clazz referencedClass
      • mayBeExtension

        protected final boolean mayBeExtension
      • mayBeNull

        protected final boolean mayBeNull
    • Constructor Detail

      • TypedReferenceValue

        public TypedReferenceValue​(java.lang.String type,
                                   Clazz referencedClass,
                                   boolean mayBeExtension,
                                   boolean mayBeNull)
        Creates a new TypedReferenceValue.