Class Equation
java.lang.Object
es.ucm.maude.bindings.ModuleItem
es.ucm.maude.bindings.Equation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
boolean
Check whether two equation are the same.Get the condition of the equation.getLabel()
Get the label attribute.getLhs()
Get the left-hand-side term.Get the line number information for this item as formatted by Maude.
The format of the string is usuallyfilename, line line (module)
where the secondline
is the integral line number, andmodule
is
the module type and name where this item was originally defined.Get the free textmetadata
attribute of this statement.getRhs()
Get the right-hand-side term.boolean
Whether the equation has a condition.long
hash()
Get the hash value of the equation.boolean
Whether the equation has thenonexec
attribute.boolean
isOwise()
Whether the equation has theowise
attribute.boolean
Whether the equation has thevariant
attribute.toString()
Methods inherited from class es.ucm.maude.bindings.ModuleItem
getModule
-
Method Details
-
delete
public void delete()- Overrides:
delete
in classModuleItem
-
getLhs
Get the left-hand-side term. -
getRhs
Get the right-hand-side term. -
getLabel
Get the label attribute. -
isNonexec
public boolean isNonexec()Whether the equation has thenonexec
attribute. -
isOwise
public boolean isOwise()Whether the equation has theowise
attribute. -
isVariant
public boolean isVariant()Whether the equation has thevariant
attribute. -
hasCondition
public boolean hasCondition()Whether the equation has a condition. -
getCondition
Get the condition of the equation. -
toString
-
getMetadata
Get the free textmetadata
attribute of this statement. -
getLineNumber
Get the line number information for this item as formatted by Maude.
The format of the string is usuallyfilename, line line (module)
where the secondline
is the integral line number, andmodule
is
the module type and name where this item was originally defined. The
filename
may be an actual quoted filename or some special name
between angle brackets. -
hash
public long hash()Get the hash value of the equation. -
equal
Check whether two equation are the same.
-