Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M 
- main(String[]) - Static method in class cs2110.CsvEvaluator
-
Parse a CSV file whose name is provided as the sole program argument, then print its contents, evaluating any cells containing formulas, to the standard output stream (also in CSV format).
- main(String[]) - Static method in class cs2110.RpnCalc
-
Run an interactive calculator application.
- map - Variable in class cs2110.MapVarTable
- MapVarTable - Class in cs2110
-
A VarTable implemented using a Map from the Java Collections Framework.
- MapVarTable() - Constructor for class cs2110.MapVarTable
-
Create an empty MapVarTable.
- mathDefs() - Static method in class cs2110.UnaryFunction
-
Return a collection of core mathematical functions, each mapped to their name in `java.lang.Math`.
- MULTIPLY - Static variable in interface cs2110.Operator
-
Operator for multiplication.
- MULTIPLY_SYMBOL - Static variable in interface cs2110.Operator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form