public class BusyExprValue extends Object
.equals
in this class to compare nodes by value equality rather than
reference equality. We want two different nodes with the same value (that is, two nodes refer to
the same busy expression in the program) to be regarded as the same.Modifier and Type | Field and Description |
---|---|
protected BinaryOperationNode |
busyExpression
A busy expression is represented by a node, which can be a
BinaryOperationNode |
Constructor and Description |
---|
BusyExprValue(BinaryOperationNode n)
Create a new busy expression.
|
protected final BinaryOperationNode busyExpression
BinaryOperationNode
public BusyExprValue(BinaryOperationNode n)
n
- a node