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(List<Statement> statements,
int start,
int end) |
IfStatement(TokenType tokenType,
int start,
int end,
Expression expr,
List<Statement> ifBlock,
List<IfStatement> elifs,
List<Statement> elseBlock,
int elseStart) |
IfStatement(TokenType tokenType,
int start,
int end,
Expression expr,
List<Statement> ifBlock,
List<IfStatement> elifs,
List<Statement> elseBlock,
int elseStart) |
Copyright © 2024. All rights reserved.