| Package | Description |
|---|---|
| manifold.preprocessor | |
| manifold.preprocessor.expression | |
| manifold.preprocessor.statement |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Tokenizer.getExpression() |
| Modifier and Type | Class and Description |
|---|---|
class |
AndExpression |
class |
EmptyExpression |
class |
EqualityExpression |
class |
Identifier |
class |
NotExpression |
class |
OrExpression |
class |
ParenthesizedExpression |
class |
StringLiteral |
class |
TerminalExpression |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionParser.parse() |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
TerminalExpression.getChildren() |
List<Expression> |
ParenthesizedExpression.getChildren() |
List<Expression> |
OrExpression.getChildren() |
List<Expression> |
NotExpression.getChildren() |
abstract List<Expression> |
Expression.getChildren() |
List<Expression> |
EqualityExpression.getChildren() |
List<Expression> |
AndExpression.getChildren() |
| Constructor and Description |
|---|
IfStatement(TokenType tokenType,
int start,
int end,
Expression expr,
List<Statement> ifBlock,
List<IfStatement> elifs,
List<Statement> elseBlock) |
Copyright © 2020. All rights reserved.