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