Index

A C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V Link icon

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.
A C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form