Uses of Class
org.qdl_lang.expressions.AxisExpression
- 
Packages that use AxisExpression Package Description org.qdl_lang.expressions Expressions are objects that take zero or more arguments and return a result.org.qdl_lang.variables.values  - 
- 
Uses of AxisExpression in org.qdl_lang.expressions
Methods in org.qdl_lang.expressions that return AxisExpression Modifier and Type Method Description AxisExpressionAxisExpression. getAxisExpression()Methods in org.qdl_lang.expressions with parameters of type AxisExpression Modifier and Type Method Description voidAxisExpression. setAxisExpression(AxisExpression axisExpression) - 
Uses of AxisExpression in org.qdl_lang.variables.values
Fields in org.qdl_lang.variables.values declared as AxisExpression Modifier and Type Field Description protected AxisExpressionQDLValue. axisValueMethods in org.qdl_lang.variables.values that return AxisExpression Modifier and Type Method Description AxisExpressionQDLValue. asAxisExpression()Constructors in org.qdl_lang.variables.values with parameters of type AxisExpression Constructor Description AxisRestrictionValue(AxisExpression value) 
 -