| Package | Description |
|---|---|
| com.sk89q.worldedit.expression.lexer | |
| com.sk89q.worldedit.expression.lexer.tokens | |
| com.sk89q.worldedit.expression.parser |
| Modifier and Type | Method and Description |
|---|---|
static List<Token> |
Lexer.tokenize(String expression) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharacterToken
A single character that doesn't fit any of the other token categories.
|
class |
IdentifierToken
An identifier
|
class |
KeywordToken
A keyword
|
class |
NumberToken
A number
|
class |
OperatorToken
A unary or binary operator.
|
| Modifier and Type | Method and Description |
|---|---|
static RValue |
Parser.parse(List<Token> tokens,
Expression expression) |
Copyright © 2010-2014. All Rights Reserved.