com.sun.msv.grammar
public abstract class BinaryExp extends Expression
Field Summary | |
---|---|
Expression | exp1 |
Expression | exp2 |
Constructor Summary | |
---|---|
BinaryExp(Expression left, Expression right) |
Method Summary | |
---|---|
Iterator | children()
iterates all child expressions.
|
boolean | equals(Object o) |
Expression[] | getChildren()
returns all child expressions in one array.
|
This method returns an iterator that iterates all children (A,B, and C in this example)