| 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 |
RelationalExpression |
class |
StringLiteral |
class |
TerminalExpression |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionParser.parse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Expression> |
TerminalExpression.getChildren() |
java.util.List<Expression> |
RelationalExpression.getChildren() |
java.util.List<Expression> |
ParenthesizedExpression.getChildren() |
java.util.List<Expression> |
OrExpression.getChildren() |
java.util.List<Expression> |
NotExpression.getChildren() |
abstract java.util.List<Expression> |
Expression.getChildren() |
java.util.List<Expression> |
EqualityExpression.getChildren() |
java.util.List<Expression> |
AndExpression.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
RelationalExpression.getNumberValue(Expression operand,
Definitions definitions) |
| Constructor and Description |
|---|
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 © 2022. All rights reserved.