Uses of Class
org.apache.sysds.parser.ConstIdentifier
Packages that use ConstIdentifier
-
Uses of ConstIdentifier in org.apache.sysds.parser
Subclasses of ConstIdentifier in org.apache.sysds.parserModifier and TypeClassDescriptionclassclassclassclassMethods in org.apache.sysds.parser that return types with arguments of type ConstIdentifierMethod parameters in org.apache.sysds.parser with type arguments of type ConstIdentifierModifier and TypeMethodDescriptionvoidForStatementBlock.performConstantPropagation(HashMap<String, ConstIdentifier> currConstVars) ForStatementBlock.validate(DMLProgram dmlProg, VariableSet ids, HashMap<String, ConstIdentifier> constVars, boolean conditional) FunctionStatementBlock.validate(DMLProgram dmlProg, VariableSet ids, HashMap<String, ConstIdentifier> constVars, boolean conditional) TODO: DRB: This needs to be changed to reflect: 1) Default values for variables -- need to add R styled check here to make sure that once vars with default values start, they keep going to the right 2) The other parameters for External FunctionsIfStatementBlock.validate(DMLProgram dmlProg, VariableSet ids, HashMap<String, ConstIdentifier> constVars, boolean conditional) ParForStatementBlock.validate(DMLProgram dmlProg, VariableSet ids, HashMap<String, ConstIdentifier> constVars, boolean conditional) StatementBlock.validate(DMLProgram dmlProg, VariableSet ids, HashMap<String, ConstIdentifier> constVars, boolean conditional) WhileStatementBlock.validate(DMLProgram dmlProg, VariableSet ids, HashMap<String, ConstIdentifier> constVars, boolean conditional)