Class TypeRestrictions.TypeRestriction_

    • Field Detail

      • restrictedTypeVariable

        private final javax.lang.model.type.TypeVariable restrictedTypeVariable
      • refinementType

        private final javax.lang.model.type.TypeMirror refinementType
    • Constructor Detail

      • TypeRestriction_

        TypeRestriction_​(javax.lang.model.type.TypeVariable restrictedTypeVariable,
                         javax.lang.model.type.TypeMirror refinementType,
                         DataArgument typeEq)