Class UnaryMinusExpression
java.lang.Object
io.pebbletemplates.pebble.node.expression.UnaryExpression
io.pebbletemplates.pebble.node.expression.UnaryMinusExpression
- All Implemented Interfaces:
Expression<Object>
,Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(PebbleTemplateImpl self, EvaluationContextImpl context) Methods inherited from class io.pebbletemplates.pebble.node.expression.UnaryExpression
accept, getChildExpression, getLineNumber, setChildExpression, setLineNumber
-
Constructor Details
-
UnaryMinusExpression
public UnaryMinusExpression()
-
-
Method Details
-
evaluate
-