Package hydra.ext.csharp.syntax
Class ValueType.NonNullable
- java.lang.Object
-
- hydra.ext.csharp.syntax.ValueType
-
- hydra.ext.csharp.syntax.ValueType.NonNullable
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ValueType
public static final class ValueType.NonNullable extends ValueType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.csharp.syntax.ValueType
ValueType.NonNullable, ValueType.Nullable, ValueType.PartialVisitor<R>, ValueType.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description StructOrEnumType
value
-
Fields inherited from class hydra.ext.csharp.syntax.ValueType
FIELD_NAME_NON_NULLABLE, FIELD_NAME_NULLABLE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description NonNullable(StructOrEnumType value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(ValueType.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final StructOrEnumType value
-
-
Constructor Detail
-
NonNullable
public NonNullable(StructOrEnumType value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(ValueType.Visitor<R> visitor)
-
-