Package | Description |
---|---|
manifold.preprocessor | |
manifold.preprocessor.statement |
Modifier and Type | Method and Description |
---|---|
TokenType |
Tokenizer.getTokenType() |
static TokenType |
TokenType.valueOf(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,
List<Statement> ifBlock,
List<IfStatement> elifs,
List<Statement> elseBlock,
int elseStart) |
SourceStatement(TokenType tokenType,
int start,
int end) |
Statement(TokenType tokenType,
int start,
int end) |
Copyright © 2024. All rights reserved.