public class ASTVarNodeConverter extends AbstractJepConversionFunction<ASTVarNode>
Constructor and Description |
---|
ASTVarNodeConverter() |
Modifier and Type | Method and Description |
---|---|
Expression |
toExpression(ASTVarNode node)
Converts a JEP variable to a parameter.
|
getDescription, getName, isFunction, isOperator, toRestriction
public Expression toExpression(ASTVarNode node)
NULL
(ignoring case) is converted to Java null.toExpression
in interface JepConversionFunction<ASTVarNode>
toExpression
in class AbstractJepConversionFunction<ASTVarNode>
node
- The object to convertExpression
representing a parameter or nullQuery.setParameter(String, Object, net.sf.basedb.core.Type)