public abstract class UnaryExp extends Expression
| Modifier and Type | Field and Description |
|---|---|
Expression |
exp
child expression.
|
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(Object o) |
calcEpsilonReducibility, getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit, visit, visit, visit, visitpublic final Expression exp
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(Object o)
equals in class ExpressionCopyright © 2014 Oracle Corporation. All Rights Reserved.