|
ROSE
0.9.6a
|
Literal string report element. More...
#include <report.h>


Public Member Functions | |
| virtual | ~literalReportElementAnn () |
| literalReportElementAnn (const parserID *name) | |
| virtual void | lookup (enumPropertyAnn *default_property, procedureAnn *procedure, Annotations *annotations) |
Public Member Functions inherited from reportElementAnn | |
| reportElementAnn (int line) | |
Public Member Functions inherited from Ann | |
| Ann (int line) | |
| int | line () const |
Private Attributes | |
| std::string | _literal |
Literal string report element.
This type of element just prints out the string it's given.
|
inlinevirtual |
| literalReportElementAnn::literalReportElementAnn | ( | const parserID * | name) |
|
virtual |
Implements reportElementAnn.