| Modifier and Type | Method and Description |
|---|---|
int |
EditSession.deformRegion(Region region,
Vector zero,
Vector unit,
String expressionString) |
int |
EditSession.makeBiomeShape(Region region,
Vector zero,
Vector unit,
BiomeType biomeType,
String expressionString,
boolean hollow) |
int |
EditSession.makeShape(Region region,
Vector zero,
Vector unit,
Pattern pattern,
String expressionString,
boolean hollow) |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.compile(String expression,
String... variableNames) |
| Modifier and Type | Class and Description |
|---|---|
class |
LexerException
Thrown when the lexer encounters a problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParserException
Thrown when the parser encounters a problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BreakException
Thrown when a break or continue is encountered.
|
class |
EvaluationException
Thrown when there's a problem during expression evaluation.
|
class |
ReturnException
Thrown when a return statement is encountered.
|
Copyright © 2010-2014. All Rights Reserved.