Class Type.Parameterized
- java.lang.Object
-
- org.immutables.value.processor.encode.Eq<Type.Parameterized>
-
- org.immutables.value.processor.encode.Type.Parameterized
-
- All Implemented Interfaces:
Type,Type.Defined,Type.Nonprimitive
- Enclosing interface:
- Type
public static class Type.Parameterized extends Eq<Type.Parameterized> implements Type.Defined
-
-
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
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Type.Nonprimitive>argumentsType.Referencereference
-
Constructor Summary
Constructors Constructor Description Parameterized(Type.Reference reference, java.util.List<Type.Nonprimitive> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> Vaccept(Type.Visitor<V> visitor)protected booleaneq(Type.Parameterized other)java.lang.StringtoString()
-
-
-
Field Detail
-
reference
public final Type.Reference reference
-
arguments
public final java.util.List<Type.Nonprimitive> arguments
-
-
Constructor Detail
-
Parameterized
Parameterized(Type.Reference reference, java.util.List<Type.Nonprimitive> arguments)
-
-
Method Detail
-
eq
protected boolean eq(Type.Parameterized other)
- Specified by:
eqin classEq<Type.Parameterized>
-
accept
public <V> V accept(Type.Visitor<V> visitor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-