Package com.sk89q.worldedit.internal.expression
package com.sk89q.worldedit.internal.expression
-
Interface SummaryInterfaceDescriptionRepresents a "compiled" expression.Represents a way to access blocks in a world.A common superinterface for everything passed to parser processors.Represents the metadata for a named local slot.
-
Class SummaryClassDescriptionCompiles and evaluates expressions.Contains all functions that can be used in expressions.
-
Exception SummaryExceptionDescriptionThrown when there's a problem during expression evaluation.Thrown when there's a problem during any stage of the expression compilation or evaluation.Thrown when an evaluation exceeds the timeout time.Thrown when the lexer encounters a problem.Thrown when the parser encounters a problem.