Package tools.refinery.logic.literal
Class AbstractLiteral
java.lang.Object
tools.refinery.logic.literal.AbstractLiteral
- All Implemented Interfaces:
Literal
- Direct Known Subclasses:
AbstractCallLiteral,AssignLiteral,CheckLiteral,ConstantLiteral,EquivalenceLiteral
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsWithSubstitution(LiteralEqualityHelper helper, Literal other) inthashCode()intMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.refinery.logic.literal.Literal
getInputVariables, getOutputVariables, getPrivateVariables, reduce, substitute
-
Constructor Details
-
AbstractLiteral
public AbstractLiteral()
-
-
Method Details
-
equalsWithSubstitution
- Specified by:
equalsWithSubstitutionin interfaceLiteral
-
hashCodeWithSubstitution
- Specified by:
hashCodeWithSubstitutionin interfaceLiteral
-
equals
-
hashCode
public int hashCode()
-