Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.grinvin.expr.ExpressionSaver
Method Summary | |
static void |
|
static void |
|
void |
|
void |
|
void |
|
public static void save(Expression expression, Element element)
Save the given expression into the given JDOM element.
public static void save(ExpressionList list, Element element)
Save the given list of expressions into the given JDOM element.
public void visitCompound(Compound compound)
- Specified by:
- visitCompound in interface Expression.Visitor
public void visitIntegerLiteral(IntegerLiteral literal)
- Specified by:
- visitIntegerLiteral in interface Expression.Visitor
public void visitInvariant(Invariant invariant)
- Specified by:
- visitInvariant in interface Expression.Visitor