Package hydra.ext.haskell.ast
Class Name.Implicit
- java.lang.Object
-
- hydra.ext.haskell.ast.Name
-
- hydra.ext.haskell.ast.Name.Implicit
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Name
public static final class Name.Implicit extends Name implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.haskell.ast.Name
Name.Implicit, Name.Normal, Name.Parens, Name.PartialVisitor<R>, Name.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description QualifiedName
value
-
Fields inherited from class hydra.ext.haskell.ast.Name
FIELD_NAME_IMPLICIT, FIELD_NAME_NORMAL, FIELD_NAME_PARENS, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Implicit(QualifiedName value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Name.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final QualifiedName value
-
-
Constructor Detail
-
Implicit
public Implicit(QualifiedName 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(Name.Visitor<R> visitor)
-
-