Class UnaryNotExpression
java.lang.Object
io.pebbletemplates.pebble.node.expression.UnaryExpression
io.pebbletemplates.pebble.node.expression.UnaryNotExpression
- 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
-
UnaryNotExpression
public UnaryNotExpression()
-
-
Method Details
-
evaluate
-