Package hydra.ext.csharp.syntax
Class NonArrayType.Interface
- java.lang.Object
-
- hydra.ext.csharp.syntax.NonArrayType
-
- hydra.ext.csharp.syntax.NonArrayType.Interface
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- NonArrayType
public static final class NonArrayType.Interface extends NonArrayType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.csharp.syntax.NonArrayType
NonArrayType.Class_, NonArrayType.Delegate, NonArrayType.Dynamic, NonArrayType.Interface, NonArrayType.Parameter, NonArrayType.PartialVisitor<R>, NonArrayType.Pointer, NonArrayType.Value, NonArrayType.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description InterfaceType
value
-
Fields inherited from class hydra.ext.csharp.syntax.NonArrayType
FIELD_NAME_CLASS, FIELD_NAME_DELEGATE, FIELD_NAME_DYNAMIC, FIELD_NAME_INTERFACE, FIELD_NAME_PARAMETER, FIELD_NAME_POINTER, FIELD_NAME_VALUE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Interface(InterfaceType value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(NonArrayType.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final InterfaceType value
-
-
Constructor Detail
-
Interface
public Interface(InterfaceType 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(NonArrayType.Visitor<R> visitor)
- Specified by:
accept
in classNonArrayType
-
-