public class HedgeRules extends ReferenceExp implements Exportable
Modifier and Type | Field and Description |
---|---|
boolean |
exported
a flag that indicates this hedgeRule is exported and
therefore accessible from other modules.
|
RELAXModule |
ownerModule
RELAXModule object to which this object belongs
|
private static long |
serialVersionUID |
exp, name
anyString, epsilon, nullSet, verifierTag
Modifier | Constructor and Description |
---|---|
protected |
HedgeRules(java.lang.String label,
RELAXModule ownerModule) |
Modifier and Type | Method and Description |
---|---|
void |
addHedge(Expression exp,
ExpressionPool pool) |
boolean |
equals(java.lang.Object o) |
boolean |
isExported() |
java.lang.Object |
visit(RELAXExpressionVisitor visitor) |
boolean |
visit(RELAXExpressionVisitorBoolean visitor) |
Expression |
visit(RELAXExpressionVisitorExpression visitor) |
void |
visit(RELAXExpressionVisitorVoid visitor) |
calcEpsilonReducibility, calcHashCode, isDefined, visit, visit, visit, visit
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve
public boolean exported
public final RELAXModule ownerModule
private static final long serialVersionUID
protected HedgeRules(java.lang.String label, RELAXModule ownerModule)
public void addHedge(Expression exp, ExpressionPool pool)
public boolean equals(java.lang.Object o)
equals
in class ReferenceExp
public java.lang.Object visit(RELAXExpressionVisitor visitor)
visit
in class Expression
public Expression visit(RELAXExpressionVisitorExpression visitor)
visit
in class Expression
public boolean visit(RELAXExpressionVisitorBoolean visitor)
visit
in class Expression
public void visit(RELAXExpressionVisitorVoid visitor)
visit
in class Expression
public boolean isExported()
isExported
in interface Exportable