Class LiteralBigDecimalExpression
java.lang.Object
io.pebbletemplates.pebble.node.expression.LiteralBigDecimalExpression
- All Implemented Interfaces:
Expression<BigDecimal>,Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(NodeVisitor visitor) evaluate(PebbleTemplateImpl self, EvaluationContextImpl context) intReturns the line number on which the expression is defined on.toString()
-
Constructor Details
-
LiteralBigDecimalExpression
-
-
Method Details
-
accept
-
evaluate
- Specified by:
evaluatein interfaceExpression<BigDecimal>
-
getLineNumber
public int getLineNumber()Description copied from interface:ExpressionReturns the line number on which the expression is defined on.- Specified by:
getLineNumberin interfaceExpression<BigDecimal>- Returns:
- the line number on which the expression is defined on.
-
toString
-