| Package | Description |
|---|---|
| com.sk89q.worldedit.expression.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
LValueFunction
Wrapper for a pair of Java methods and their arguments (other Nodes), forming an LValue
|
| Modifier and Type | Method and Description |
|---|---|
static Function |
Functions.getFunction(int position,
String name,
RValue... args) |
static Function |
Operators.getOperator(int position,
String name,
RValue argument) |
static Function |
Operators.getOperator(int position,
String name,
RValue lhs,
RValue rhs) |
Copyright © 2010-2014. All Rights Reserved.