public abstract class RedefinableExp extends ReferenceExp
exp, name
anyString, epsilon, nullSet, verifierTag
Constructor and Description |
---|
RedefinableExp(String typeLocalName) |
Modifier and Type | Method and Description |
---|---|
abstract RedefinableExp |
getClone()
clones this object.
|
void |
redefine(RedefinableExp rhs)
assigns contents of rhs to this object.
|
calcEpsilonReducibility, calcHashCode, equals, isDefined, visit, visit, visit, visit
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
public RedefinableExp(String typeLocalName)
public abstract RedefinableExp getClone()
public void redefine(RedefinableExp rhs)
Copyright © 2016 Oracle Corporation. All rights reserved.