| Modifier and Type | Method and Description |
|---|---|
Map<String,UnaryOperator> |
PebbleEngine.getUnaryOperators() |
| Modifier and Type | Method and Description |
|---|---|
List<UnaryOperator> |
Extension.getUnaryOperators()
Use this method to provide custom unary operators.
|
List<UnaryOperator> |
AbstractExtension.getUnaryOperators() |
| Modifier and Type | Method and Description |
|---|---|
List<UnaryOperator> |
CoreExtension.getUnaryOperators() |
| Modifier and Type | Class and Description |
|---|---|
class |
UnaryOperatorImpl |
| Constructor and Description |
|---|
ExpressionParser(Parser parser,
Map<String,BinaryOperator> binaryOperators,
Map<String,UnaryOperator> unaryOperators)
Constructor
|
Copyright © 2015. All rights reserved.