| Package | Description |
|---|---|
| xyz.hexav.aje | |
| xyz.hexav.aje.defaults | |
| xyz.hexav.aje.operators |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractBuilder.addOperator(int precedence,
Operator operator) |
T |
AbstractBuilder.addOperator(Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
Operator |
DefaultOperators.get() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Operator> |
OperatorMap.get(int precedence) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorMap.register(int precedence,
Operator operator) |
| Constructor and Description |
|---|
OperatorMap(java.util.Map<java.lang.Integer,java.util.Set<Operator>> operators) |
Copyright © 2017. All Rights Reserved.