Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V 
- validNumber(String) - Static method in class cs2110.Token.Number
-
Return whether `value` represents a valid floating-point number (as determined by Java's `Double.valueOf()`).
- validOperator(String) - Static method in class cs2110.Token.Operator
-
Return whether `value` represents a binary arithmetic operator recognized by the `Operator` class.
- value - Variable in class cs2110.Token
-
The substring corresponding to the token.
- value() - Method in class cs2110.Token
-
Return the substring that this token corresponds to.
- VarTable - Interface in cs2110
-
A collection of variable names and assigned numeric values, as could be used when evaluating mathematical expressions.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form