#include <string>
#include "ycp/YCode.h"
#include "ycp/SymbolTable.h"
#include "ycp/YSymbolEntry.h"
#include "ycp/Import.h"
#include "ycp/ycpless.h"
Go to the source code of this file.
|
| DEFINE_DERIVED_POINTER (YStatement, YCode) |
|
| DEFINE_DERIVED_POINTER (YSBreak, YCode) |
|
| DEFINE_DERIVED_POINTER (YSContinue, YCode) |
|
| DEFINE_DERIVED_POINTER (YSExpression, YCode) |
|
| DEFINE_DERIVED_POINTER (YSBlock, YCode) |
|
| DEFINE_DERIVED_POINTER (YSReturn, YCode) |
|
| DEFINE_DERIVED_POINTER (YSTypedef, YCode) |
|
| DEFINE_DERIVED_POINTER (YSFunction, YCode) |
|
| DEFINE_DERIVED_POINTER (YSAssign, YCode) |
|
| DEFINE_DERIVED_POINTER (YSVariable, YCode) |
|
| DEFINE_DERIVED_POINTER (YSBracket, YCode) |
|
| DEFINE_DERIVED_POINTER (YSIf, YCode) |
|
| DEFINE_DERIVED_POINTER (YSWhile, YCode) |
|
| DEFINE_DERIVED_POINTER (YSRepeat, YCode) |
|
| DEFINE_DERIVED_POINTER (YSDo, YCode) |
|
| DEFINE_DERIVED_POINTER (YSTextdomain, YCode) |
|
| DEFINE_DERIVED_POINTER (YSInclude, YCode) |
|
| DEFINE_DERIVED_POINTER (YSImport, YCode) |
|
| DEFINE_DERIVED_POINTER (YSFilename, YCode) |
|
| DEFINE_DERIVED_POINTER (YSSwitch, YCode) |
|