Class FromSupertypesModel.FromSupertype

  • Enclosing class:
    FromSupertypesModel

    public static final class FromSupertypesModel.FromSupertype
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FromSupertype​(java.lang.String type, java.lang.Iterable<ValueAttribute> attribute)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • type

        public final java.lang.String type
      • wildcard

        public final java.lang.String wildcard
      • hasGenerics

        public final boolean hasGenerics
      • attributes

        public final com.google.common.collect.ImmutableList<ValueAttribute> attributes
      • raw

        public final java.lang.String raw
    • Constructor Detail

      • FromSupertype

        FromSupertype​(java.lang.String type,
                      java.lang.Iterable<ValueAttribute> attribute)
    • Method Detail

      • toString

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