| Package | Description |
|---|---|
| com.sk89q.worldedit.expression.parser | |
| com.sk89q.worldedit.expression.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
UnboundVariable |
| Modifier and Type | Method and Description |
|---|---|
LValue |
UnboundVariable.bindVariables(Expression expression,
boolean preferLValue) |
LValue |
UnboundVariable.optimize() |
| Modifier and Type | Class and Description |
|---|---|
class |
LValueFunction
Wrapper for a pair of Java methods and their arguments (other Nodes), forming an LValue
|
class |
Variable
A variable.
|
| Modifier and Type | Method and Description |
|---|---|
LValue |
LValueFunction.bindVariables(Expression expression,
boolean preferLValue) |
LValue |
Variable.bindVariables(Expression expression,
boolean preferLValue) |
LValue |
LValue.bindVariables(Expression expression,
boolean preferLValue) |
LValue |
LValueFunction.optimize() |
LValue |
Variable.optimize() |
LValue |
LValue.optimize() |
| Modifier and Type | Method and Description |
|---|---|
static double |
Operators.aadd(LValue lhs,
RValue rhs) |
static double |
Operators.adiv(LValue lhs,
RValue rhs) |
static double |
Operators.aexp(LValue lhs,
RValue rhs) |
static double |
Operators.amod(LValue lhs,
RValue rhs) |
static double |
Operators.amul(LValue lhs,
RValue rhs) |
static double |
Operators.ass(LValue lhs,
RValue rhs) |
static double |
Operators.asub(LValue lhs,
RValue rhs) |
static double |
Operators.dec(LValue x) |
static double |
Operators.inc(LValue x) |
static double |
Operators.postdec(LValue x) |
static double |
Operators.postinc(LValue x) |
static double |
Functions.rotate(LValue x,
LValue y,
RValue angle) |
static double |
Functions.swap(LValue x,
LValue y) |
| Constructor and Description |
|---|
SimpleFor(int position,
LValue counter,
RValue first,
RValue last,
RValue body) |
Copyright © 2010-2014. All Rights Reserved.