Package hydra.ext.haskell.ast
Class Pattern_As
- java.lang.Object
-
- hydra.ext.haskell.ast.Pattern_As
-
- All Implemented Interfaces:
java.io.Serializable
public class Pattern_As extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_INNER
static Name
FIELD_NAME_NAME
Pattern
inner
Name
name
static Name
TYPE_NAME
-
Constructor Summary
Constructors Constructor Description Pattern_As(Name name, Pattern inner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
Pattern_As
withInner(Pattern inner)
Pattern_As
withName(Name name)
-
-
-
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
-
withName
public Pattern_As withName(Name name)
-
withInner
public Pattern_As withInner(Pattern inner)
-
-