| Package | Description |
|---|---|
| com.sk89q.worldedit.expression | |
| com.sk89q.worldedit.expression.parser | |
| com.sk89q.worldedit.expression.runtime | |
| com.sk89q.worldedit.shape |
| Class and Description |
|---|
| EvaluationException
Thrown when there's a problem during expression evaluation.
|
| ExpressionEnvironment
Represents a way to access blocks in a world.
|
| Functions
Contains all functions that can be used in expressions.
|
| RValue
A value that can be used on the right side of an assignment.
|
| Class and Description |
|---|
| EvaluationException
Thrown when there's a problem during expression evaluation.
|
| LValue
A value that can be used on the left side of an assignment.
|
| RValue
A value that can be used on the right side of an assignment.
|
| Class and Description |
|---|
| EvaluationException
Thrown when there's a problem during expression evaluation.
|
| Function
Wrapper for a Java method and its arguments (other Nodes)
|
| Function.Dynamic
Add this annotation on functions that don't always return the same value
for the same inputs and on functions with side-effects.
|
| LValue
A value that can be used on the left side of an assignment.
|
| Node
A node in the execution tree of an expression.
|
| RValue
A value that can be used on the right side of an assignment.
|
| Class and Description |
|---|
| ExpressionEnvironment
Represents a way to access blocks in a world.
|
Copyright © 2010-2014. All Rights Reserved.