Modifier and Type | Method and Description |
---|---|
void |
add(Expression e) |
void |
export(ExpressionPresenter out) |
List<Expression> |
getConditionExpressions() |
Map<Expression,Integer> |
getIndexes() |
int |
indexFor(Expression e) |
int |
setIndex(int i)
Set the indices for this group of rawConditions returning the next index to use in sequence
|
public void export(ExpressionPresenter out)
public int setIndex(int i)
Condition
public int indexFor(Expression e)
public void add(Expression e)
public List<Expression> getConditionExpressions()
getConditionExpressions
in interface Condition
public Map<Expression,Integer> getIndexes()
getIndexes
in interface Condition
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.