Puma Reference Manual | CExprValue.h File Reference |
Semantic information for constant expression values in the syntax tree. More...
#include <iostream>
Classes | |
class | Puma::CExprValue |
Base class for syntax tree nodes representing expressions that can be resolved to a constant value (arithmetic constants and string literals). More... | |
Namespaces | |
namespace | Puma |
Functions | |
ostream & | Puma::operator<< (ostream &out, const CExprValue &ev) |
Semantic information for constant expression values in the syntax tree.