Package hydra.error.core
Class EmptyLetBindingsError
- java.lang.Object
-
- hydra.error.core.EmptyLetBindingsError
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EmptyLetBindingsError>
public class EmptyLetBindingsError extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<EmptyLetBindingsError>
A let expression with an empty list of bindings (optional)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyLetBindingsError(SubtermPath location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(EmptyLetBindingsError other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
LOCATION
public static final Name LOCATION
-
location
public final SubtermPath location
The path to the empty let expression within the term
-
-
Constructor Detail
-
EmptyLetBindingsError
public EmptyLetBindingsError(SubtermPath location)
-
-
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(EmptyLetBindingsError other)
- Specified by:
compareToin interfacejava.lang.Comparable<EmptyLetBindingsError>
-
-