Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T 
- TAN - Static variable in class cs2110.UnaryFunction
- Token - Class in cs2110
-
Represents a single token (e.g., a number, variable name, operator symbol, or function name) within an expression string.
- Token(String) - Constructor for class cs2110.Token
-
Initialize inherited value field to `value`.
- Token.CondOp - Class in cs2110
-
A token representing the conditional operator symbol "?:".
- Token.Function - Class in cs2110
-
A token representing a function call.
- Token.Number - Class in cs2110
-
A token representing a floating-point number.
- Token.Operator - Class in cs2110
-
A token representing a binary arithmetic operator.
- Token.Variable - Class in cs2110
-
A token representing the name of a variable.
- tokenizer(String) - Static method in class cs2110.Token
-
Return the sequence of whitespace-separated tokens contained in `str`.
- toString() - Method in class cs2110.Application
- toString() - Method in class cs2110.Constant
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form