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