Package hydra.ext.haskell.ast
Class Expression.ConstructRecord
- java.lang.Object
-
- hydra.ext.haskell.ast.Expression
-
- hydra.ext.haskell.ast.Expression.ConstructRecord
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Expression
public static final class Expression.ConstructRecord extends Expression implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.haskell.ast.Expression
Expression.Application, Expression.Case, Expression.ConstructRecord, Expression.Do, Expression.If, Expression.InfixApplication, Expression.Lambda, Expression.LeftSection, Expression.Let, Expression.List, Expression.Literal, Expression.Parens, Expression.PartialVisitor<R>, Expression.PrefixApplication, Expression.RightSection, Expression.Tuple, Expression.TypeSignature, Expression.UpdateRecord, Expression.Variable, Expression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description Expression_ConstructRecord
value
-
Fields inherited from class hydra.ext.haskell.ast.Expression
FIELD_NAME_APPLICATION, FIELD_NAME_CASE, FIELD_NAME_CONSTRUCT_RECORD, FIELD_NAME_DO, FIELD_NAME_IF, FIELD_NAME_INFIX_APPLICATION, FIELD_NAME_LAMBDA, FIELD_NAME_LEFT_SECTION, FIELD_NAME_LET, FIELD_NAME_LIST, FIELD_NAME_LITERAL, FIELD_NAME_PARENS, FIELD_NAME_PREFIX_APPLICATION, FIELD_NAME_RIGHT_SECTION, FIELD_NAME_TUPLE, FIELD_NAME_TYPE_SIGNATURE, FIELD_NAME_UPDATE_RECORD, FIELD_NAME_VARIABLE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description ConstructRecord(Expression_ConstructRecord value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Expression.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final Expression_ConstructRecord value
-
-
Constructor Detail
-
ConstructRecord
public ConstructRecord(Expression_ConstructRecord 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(Expression.Visitor<R> visitor)
- Specified by:
accept
in classExpression
-
-