Package hydra.ext.csharp.syntax
Class StructType
- java.lang.Object
-
- hydra.ext.csharp.syntax.StructType
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
StructType.Simple
,StructType.Tuple
,StructType.TypeName
public abstract class StructType extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
StructType.PartialVisitor<R>
static class
StructType.Simple
static class
StructType.Tuple
static class
StructType.TypeName
static interface
StructType.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_SIMPLE
static Name
FIELD_NAME_TUPLE
static Name
FIELD_NAME_TYPE_NAME
static Name
TYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> R
accept(StructType.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(StructType.Visitor<R> visitor)
-
-