| Package | Description |
|---|---|
| manifold.preprocessor | |
| manifold.preprocessor.statement |
| Modifier and Type | Method and Description |
|---|---|
Statement |
PreprocessorParser.parseStatement() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefineStatement |
class |
EmptyStatement |
class |
FileStatement |
class |
IfStatement |
class |
IssueStatement |
class |
SourceStatement |
class |
UndefStatement |
| Constructor and Description |
|---|
FileStatement(java.util.List<Statement> statements,
int start,
int end) |
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) |
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) |
Copyright © 2023. All rights reserved.