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