Package hydra.ext.scala.syntax
Class Type.FunctionType
- java.lang.Object
-
- hydra.ext.scala.syntax.Type
-
- hydra.ext.scala.syntax.Type.FunctionType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Type>
- Enclosing class:
- Type
public static final class Type.FunctionType extends Type implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.scala.syntax.Type
Type.And, Type.Annotate, Type.AnonymousName, Type.Apply, Type.ApplyInfix, Type.ByName, Type.Existential, Type.FunctionType, Type.ImplicitFunction, Type.Lambda, Type.Macro, Type.Match, Type.Method, Type.Or, Type.PartialVisitor<R>, Type.Placeholder, Type.PolyFunction, Type.Ref, Type.Refine, Type.Repeated, Type.Tuple, Type.TypedParam, Type.Var, Type.Visitor<R>, Type.With
-
-
Field Summary
Fields Modifier and Type Field Description Type_FunctionTypevalue-
Fields inherited from class hydra.ext.scala.syntax.Type
AND, ANNOTATE, ANONYMOUS_NAME, APPLY, APPLY_INFIX, BY_NAME, EXISTENTIAL, FUNCTION_TYPE, IMPLICIT_FUNCTION, LAMBDA, MACRO, MATCH, METHOD, OR, PLACEHOLDER, POLY_FUNCTION, REF, REFINE, REPEATED, TUPLE, TYPE_, TYPED_PARAM, VAR, WITH
-
-
Constructor Summary
Constructors Constructor Description FunctionType(Type_FunctionType value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(Type.Visitor<R> visitor)intcompareTo(Type other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final Type_FunctionType value
-
-
Constructor Detail
-
FunctionType
public FunctionType(Type_FunctionType 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(Type other)
- Specified by:
compareToin interfacejava.lang.Comparable<Type>
-
accept
public <R> R accept(Type.Visitor<R> visitor)
-
-