| Package | Description |
|---|---|
| xyz.hexav.aje | |
| xyz.hexav.aje.defaults | |
| xyz.hexav.aje.expressions | |
| xyz.hexav.aje.operators | |
| xyz.hexav.aje.pool |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Function |
| Modifier and Type | Class and Description |
|---|---|
class |
MathExpression |
class |
MathFunction |
| Modifier and Type | Method and Description |
|---|---|
MathExpression |
MathExpression.setVariable(java.lang.String name,
Expression value) |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeFunction |
| Modifier and Type | Class and Description |
|---|---|
static class |
Expression.RangeExpression |
static class |
Expression.SpreadExpression |
class |
FunctionExpression |
class |
VariableAssignment |
class |
VariableExpression |
| Modifier and Type | Field and Description |
|---|---|
static Expression |
Expression.NaN |
static Expression |
Expression.NOTHING |
| Modifier and Type | Method and Description |
|---|---|
Expression |
VariableAssignment.getExpression() |
static Expression |
Expression.ofList(java.util.List<Expression> items) |
static Expression |
Expression.ofRange(Expression a,
Expression b,
Expression c) |
static Expression |
Expression.ofValue(double value) |
static Expression |
Expression.ofValues(double[] values) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Expression> |
ExpressionCompiler.compileScript(java.lang.String script) |
java.util.List<Expression> |
ExpressionCompiler.compileScripts(java.util.List<java.lang.String> scripts) |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.ofRange(Expression a,
Expression b,
Expression c) |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.ofList(java.util.List<Expression> items) |
| Constructor and Description |
|---|
VariableAssignment(Variable var,
Expression exp) |
| Constructor and Description |
|---|
FunctionExpression(Function function,
java.util.List<Expression> args) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Operator.compile(Expression exp) |
Expression |
Operator.compile(Expression a,
Expression b) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Operator.compile(Expression exp) |
Expression |
Operator.compile(Expression a,
Expression b) |
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
Variable.exp |
| Modifier and Type | Method and Description |
|---|---|
void |
Variable.assign(Expression exp) |
void |
Value.assign(Expression exp) |
| Constructor and Description |
|---|
Variable(java.lang.String name,
Expression exp) |
Copyright © 2017. All Rights Reserved.