Package hydra.ext.csharp.syntax
Class Type.Pointer
- java.lang.Object
-
- hydra.ext.csharp.syntax.Type
-
- hydra.ext.csharp.syntax.Type.Pointer
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Type
public static final class Type.Pointer extends Type implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.csharp.syntax.Type
Type.Param, Type.PartialVisitor<R>, Type.Pointer, Type.Reference, Type.Value, Type.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description PointerType
value
-
Fields inherited from class hydra.ext.csharp.syntax.Type
FIELD_NAME_PARAM, FIELD_NAME_POINTER, FIELD_NAME_REFERENCE, FIELD_NAME_VALUE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Pointer(PointerType value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Type.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final PointerType value
-
-
Constructor Detail
-
Pointer
public Pointer(PointerType 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(Type.Visitor<R> visitor)
-
-