LogicalConstExpr Class ReferenceAn expression representing a logical constant.
More...
#include <LogicalConstExpr.h>
Inheritance diagram for LogicalConstExpr:
[legend]List of all members.
Detailed Description
An expression representing a logical constant.
Polaris Expression - See also:
- Expression/LogicalConstExpr.h
Expression/LogicalConstExpr.h
Expression/Expression.cc
A LogicalConstExpr is a logical constant expression. Its single field, which is a string, is accessed through the methods data(), str_data(), and data_ref(). See StringExpr.h for more information about these methods.
Definition at line 29 of file LogicalConstExpr.h.
Constructor & Destructor Documentation
| LogicalConstExpr::LogicalConstExpr |
( |
const char * |
data_string |
) |
[inline] |
|
|
|
LogicalConstExpr code:.
... nothing to do
Definition at line 5753 of file Expression.cc. |
| LogicalConstExpr::LogicalConstExpr |
( |
|
) |
[inline, protected] |
|
Member Function Documentation
| Expression * LogicalConstExpr::clone |
( |
|
) |
const [virtual] |
|
| int LogicalConstExpr::structures_OK |
( |
|
) |
const [virtual] |
|
| virtual void LogicalConstExpr::convert |
( |
BinRep & |
exprSet, |
|
|
Symtab & |
symtab |
|
) |
[virtual] |
|
| int LogicalConstExpr::exchange_expr |
( |
VDL & |
vdl |
) |
[virtual] |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following files:
|