Uses of Class
org.apache.sysds.parser.Statement
Packages that use Statement
-
Uses of Statement in org.apache.sysds.parser
Subclasses of Statement in org.apache.sysds.parserModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassThis ParForStatement is essentially identical to a ForStatement, except an extended toString method for printing the 'parfor' keyword.classclassclassMethods in org.apache.sysds.parser that return StatementModifier and TypeMethodDescriptionStatementBlock.getStatement(int i) AssignmentStatement.rewriteStatement(String prefix) ForStatement.rewriteStatement(String prefix) FunctionStatement.rewriteStatement(String prefix) IfStatement.rewriteStatement(String prefix) ImportStatement.rewriteStatement(String prefix) MultiAssignmentStatement.rewriteStatement(String prefix) OutputStatement.rewriteStatement(String prefix) PathStatement.rewriteStatement(String prefix) PrintStatement.rewriteStatement(String prefix) abstract StatementStatement.rewriteStatement(String prefix) WhileStatement.rewriteStatement(String prefix) Methods in org.apache.sysds.parser that return types with arguments of type StatementModifier and TypeMethodDescriptionStatementBlock.getStatements()StatementBlock.rewriteFunctionCallStatements(DMLProgram dmlProg, ArrayList<Statement> statements) StatementBlock.rHoistFunctionCallsFromExpressions(Statement stmt, DMLProgram prog) Methods in org.apache.sysds.parser with parameters of type StatementModifier and TypeMethodDescriptionvoidStatementBlock.addStatement(Statement s) static StatementBlockParserWrapper.getStatementBlock(Statement current) Custom wrapper to convert statement into statement blocks.booleanStatementBlock.isRewritableFunctionCall(Statement stmt, DMLProgram dmlProg) StatementBlock.rHoistFunctionCallsFromExpressions(Statement stmt, DMLProgram prog) Method parameters in org.apache.sysds.parser with type arguments of type StatementModifier and TypeMethodDescriptionStatementBlock.rewriteFunctionCallStatements(DMLProgram dmlProg, ArrayList<Statement> statements) static ExpressionStatementBlock.rHoistFunctionCallsFromExpressions(Expression expr, boolean root, ArrayList<Statement> tmp, DMLProgram prog) voidStatementBlock.setStatements(ArrayList<Statement> s) -
Uses of Statement in org.apache.sysds.parser.dml
Fields in org.apache.sysds.parser.dml declared as Statement