diff options
Diffstat (limited to 'src/grammar/GeneralCondenseExpr.java')
| -rw-r--r-- | src/grammar/GeneralCondenseExpr.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grammar/GeneralCondenseExpr.java b/src/grammar/GeneralCondenseExpr.java index 07b12c2..50529e5 100644 --- a/src/grammar/GeneralCondenseExpr.java +++ b/src/grammar/GeneralCondenseExpr.java @@ -33,11 +33,11 @@ package grammar; public class GeneralCondenseExpr implements IParseTreeNode
{
AxisIteratorList alist;
- CondenseOperationType op;
+ CondenseOperation op;
ScalarExpr using;
BooleanScalarExpr where;
- public GeneralCondenseExpr(CondenseOperationType op, AxisIteratorList al)
+ public GeneralCondenseExpr(CondenseOperation op, AxisIteratorList al)
{
this.op = op;
alist = al;
|
