Class Type.Wildcard.Super
- java.lang.Object
-
- org.immutables.value.processor.encode.Eq<Type.Wildcard.Super>
-
- org.immutables.value.processor.encode.Type.Wildcard.Super
-
- All Implemented Interfaces:
Type,Type.Nonprimitive,Type.Wildcard
- Enclosing interface:
- Type.Wildcard
public static class Type.Wildcard.Super extends Eq<Type.Wildcard.Super> implements Type.Wildcard
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.immutables.value.processor.encode.Type
Type.Array, Type.Defined, Type.Factory, Type.Nonprimitive, Type.Parameterized, Type.Parameters, Type.Parser, Type.Primitive, Type.Print, Type.Producer, Type.Reference, Type.Template, Type.Transformer, Type.Variable, Type.VariableResolver, Type.Visitor<V>, Type.Wildcard
-
Nested classes/interfaces inherited from interface org.immutables.value.processor.encode.Type.Wildcard
Type.Wildcard.Extends, Type.Wildcard.Super
-
-
Field Summary
Fields Modifier and Type Field Description Type.DefinedlowerBound
-
Constructor Summary
Constructors Constructor Description Super(Type.Defined lowerBound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> Vaccept(Type.Visitor<V> visitor)protected booleaneq(Type.Wildcard.Super other)java.lang.StringtoString()
-
-
-
Field Detail
-
lowerBound
public final Type.Defined lowerBound
-
-
Constructor Detail
-
Super
Super(Type.Defined lowerBound)
-
-
Method Detail
-
eq
protected boolean eq(Type.Wildcard.Super other)
- Specified by:
eqin classEq<Type.Wildcard.Super>
-
accept
public <V> V accept(Type.Visitor<V> visitor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-