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 Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-