| Package | Description |
|---|---|
| com.sk89q.worldedit.expression.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
Break
A break or continue statement.
|
class |
Conditional
An if/else statement or a ternary operator.
|
class |
Constant
A constant.
|
class |
For
A Java/C-style for loop.
|
class |
Function
Wrapper for a Java method and its arguments (other Nodes)
|
class |
LValueFunction
Wrapper for a pair of Java methods and their arguments (other Nodes), forming an LValue
|
class |
Return
A return statement.
|
class |
Sequence
A sequence of operations, usually separated by semicolons in the input stream.
|
class |
SimpleFor
A simple-style for loop.
|
class |
Switch
A switch/case construct.
|
class |
Variable
A variable.
|
class |
While
A while loop.
|
Copyright © 2010-2014. All Rights Reserved.