com.sun.msv.grammar.relax
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
|
exp, name
anyString, epsilon, nullSet, verifierTag
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) |
getExpandedExp, hashCode, isEpsilonReducible, peelOccurence
public boolean exported
public final 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