public abstract class UnaryExp extends Expression
| Modifier and Type | Field and Description |
|---|---|
Expression |
exp
child expression.
|
private static long |
serialVersionUID |
anyString, epsilon, nullSet, verifierTag| Modifier | Constructor and Description |
|---|---|
protected |
UnaryExp(Expression exp) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calcHashCode()
Computes the hashCode again.
|
boolean |
equals(java.lang.Object o) |
calcEpsilonReducibility, getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit, visit, visit, visit, visitpublic final Expression exp
private static final long serialVersionUID
protected UnaryExp(Expression exp)
protected final int calcHashCode()
ExpressionThis method and the parameter to the constructor has to be the same. This method is used when the object is being read from the stream.
calcHashCode in class Expressionpublic boolean equals(java.lang.Object o)
equals in class Expression