Expr
class represents an expression within the program that must be evaluated to a value. This could be an integer constant, a computable expression involving arithmetic operators, a variable, or an expression relative to the current position within the program.
@author Ben L. Titzer
|
|
|
|