| Package | Description |
|---|---|
| manifold.preprocessor | |
| manifold.preprocessor.statement |
| Modifier and Type | Method and Description |
|---|---|
TokenType |
Tokenizer.getTokenType() |
static TokenType |
TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TokenType |
Statement.getTokenType() |
| Constructor and Description |
|---|
EmptyStatement(TokenType tokenType,
int start) |
IfStatement(TokenType tokenType,
int start,
int end,
Expression expr,
java.util.List<Statement> ifBlock,
java.util.List<IfStatement> elifs,
java.util.List<Statement> elseBlock,
int elseStart) |
SourceStatement(TokenType tokenType,
int start,
int end) |
Statement(TokenType tokenType,
int start,
int end) |
Copyright © 2022. All rights reserved.