Class UnaryNotExpression
- java.lang.Object
-
- io.pebbletemplates.pebble.node.expression.UnaryExpression
-
- io.pebbletemplates.pebble.node.expression.UnaryNotExpression
-
- All Implemented Interfaces:
Expression<java.lang.Object>
,Node
public class UnaryNotExpression extends UnaryExpression
-
-
Constructor Summary
Constructors Constructor Description UnaryNotExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
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.Boolean evaluate(PebbleTemplateImpl self, EvaluationContextImpl context)
-
-