Class TypeArgument


  • public class TypeArgument
    extends java.lang.Object
    A type argument.
    Version:
    1.0
    • Constructor Detail

      • TypeArgument

        public TypeArgument​(Type type)
      • TypeArgument

        public TypeArgument​(Type type,
                            int doesExtend,
                            Type otherType)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object