public class MultiplyConverter extends AbstractJepConversionFunction<Node>
Multiply
function
to a Query API Expression
.Constructor and Description |
---|
MultiplyConverter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get a short description of the function or operator
|
java.lang.String |
getName()
Get the name of the function or the symbol of the operator
|
boolean |
isOperator()
If this converter is a built-in operator.
|
Expression |
toExpression(Node node)
Convert to expression by calling
Expressions.multiply(Expression, Expression) . |
isFunction, toRestriction
public boolean isOperator()
JepConversionFunction
isOperator
in interface JepConversionFunction<Node>
isOperator
in class AbstractJepConversionFunction<Node>
public java.lang.String getName()
JepConversionFunction
getName
in interface JepConversionFunction<Node>
getName
in class AbstractJepConversionFunction<Node>
public java.lang.String getDescription()
JepConversionFunction
getDescription
in interface JepConversionFunction<Node>
getDescription
in class AbstractJepConversionFunction<Node>
public Expression toExpression(Node node)
Expressions.multiply(Expression, Expression)
.toExpression
in interface JepConversionFunction<Node>
toExpression
in class AbstractJepConversionFunction<Node>
node
- The object to convert