Class SignatureReplacementVisitor.TypeBound

    • Field Detail

      • originalBound

        private final java.lang.String originalBound
      • targetType

        private final Type targetType
    • Constructor Detail

      • TypeBound

        public TypeBound​(Type targetType,
                         java.lang.String originalBound)
    • Method Detail

      • templateBound

        public Type templateBound()
      • isTemplateType

        public boolean isTemplateType()
      • originalBound

        public java.lang.String originalBound()
      • getBoxedType

        public java.lang.String getBoxedType()