Class QueryDef
java.lang.Object
com.thoughtworks.qdox.parser.expression.ExpressionDef
com.thoughtworks.qdox.parser.expression.QueryDef
- All Implemented Interfaces:
ElemValueDef
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ElemValueDef
private final ElemValueDef
private final ElemValueDef
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cond
-
trueExpr
-
falseExpr
-
-
Constructor Details
-
QueryDef
-
-
Method Details
-
transform
-
getCondition
- Returns:
- the cond
-
getTrueExpression
- Returns:
- the trueExpr
-
getFalseExpression
- Returns:
- the falseExpr
-