|
yast2-core
|
#include <libintl.h>#include "ycp/y2log.h"#include "ycp/StaticDeclaration.h"#include "ycp/YStatement.h"#include "ycp/YBlock.h"#include "ycp/YCPCode.h"#include "ycp/YCPTerm.h"#include "ycp/YCPBoolean.h"#include "ycp/YCPInteger.h"#include "ycp/YCPFloat.h"#include "ycp/YCPList.h"#include "ycp/YCPMap.h"#include "ycp/YCPVoid.h"#include "ycp/YExpression.h"#include "ycp/SymbolTable.h"#include "ycp/Bytecode.h"#include "ycp/Xmlcode.h"Macros | |
| #define | DO_DEBUG 0 |
Typedefs | |
| typedef YCPValue(* | v2 )() |
| typedef YCPValue(* | v2v )(const YCPValue &) |
| typedef YCPValue(* | v2vv )(const YCPValue &, const YCPValue &) |
| typedef YCPValue(* | v2vvv )(const YCPValue &, const YCPValue &, const YCPValue &) |
| typedef YCPValue(* | v2vvvv )(const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &) |
| typedef YCPValue(* | v2vvvvv )(const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &) |
| #define DO_DEBUG 0 |
| typedef YCPValue(* v2)() |
| typedef YCPValue(* v2vvvvv)(const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &, const YCPValue &) |
|
static |
References YECompare::C_EQ, YECompare::C_GE, YECompare::C_GT, YECompare::C_LE, YECompare::C_LT, and YECompare::C_NEQ.
Referenced by YECompare::toString(), and YECompare::toXml().
| IMPL_DERIVED_POINTER | ( | YEVariable | , |
| YCode | |||
| ) |
| IMPL_DERIVED_POINTER | ( | YEReference | , |
| YCode | |||
| ) |
| IMPL_DERIVED_POINTER | ( | YEPropagate | , |
| YCode | |||
| ) |
| IMPL_DERIVED_POINTER | ( | YEFunction | , |
| YECall | |||
| ) |
| IMPL_DERIVED_POINTER | ( | YEFunctionPointer | , |
| YECall | |||
| ) |
1.8.6