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