Package hydra.ext.haskell.syntax
Class Export.Module
- java.lang.Object
-
- hydra.ext.haskell.syntax.Export
-
- hydra.ext.haskell.syntax.Export.Module
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Export>
- Enclosing class:
- Export
public static final class Export.Module extends Export implements java.io.Serializable
An exported module- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.haskell.syntax.Export
Export.Declaration, Export.Module, Export.PartialVisitor<R>, Export.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description ModuleNamevalue-
Fields inherited from class hydra.ext.haskell.syntax.Export
DECLARATION, MODULE, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Module(ModuleName value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(Export.Visitor<R> visitor)intcompareTo(Export other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final ModuleName value
-
-
Constructor Detail
-
Module
public Module(ModuleName value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(Export other)
- Specified by:
compareToin interfacejava.lang.Comparable<Export>
-
accept
public <R> R accept(Export.Visitor<R> visitor)
-
-