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