Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U 
- UnaryFunction - Class in cs2110
-
Represents a named function from real numbers to real numbers.
- UnaryFunction(String, DoubleUnaryOperator) - Constructor for class cs2110.UnaryFunction
- UnboundVariableException - Exception Class in cs2110
-
Indicates that a variable needed to be evaluated, but no value had been assigned to it.
- UnboundVariableException(String) - Constructor for exception class cs2110.UnboundVariableException
-
Create a new UnboundVariableException indicating that the variable `name` was evaluated but had no assigned value.
- UndefinedFunctionException - Exception Class in cs2110
-
Indicates that a function name was encountered during parsing that had no known definition.
- UndefinedFunctionException(String) - Constructor for exception class cs2110.UndefinedFunctionException
-
Create a new UndefinedFunctionExpression indicating that the function `name` was encountered but had no definition.
- unset(String) - Method in class cs2110.MapVarTable
- unset(String) - Method in interface cs2110.VarTable
-
Remove any value associated with variable `name` in this table.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form