Uses of Class
manifold.preprocessor.statement.Statement
-
Packages that use Statement Package Description manifold.preprocessor manifold.preprocessor.statement -
-
Uses of Statement in manifold.preprocessor
Methods in manifold.preprocessor that return Statement Modifier and Type Method Description StatementPreprocessorParser. parseStatement() -
Uses of Statement in manifold.preprocessor.statement
Subclasses of Statement in manifold.preprocessor.statement Modifier and Type Class Description classDefineStatementclassEmptyStatementclassFileStatementclassIfStatementclassIssueStatementclassSourceStatementclassUndefStatementConstructor parameters in manifold.preprocessor.statement with type arguments of type Statement Constructor 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)
-