yast2-core
|
#include <YCode.h>
Public Attributes | |
struct ycodelist * | next |
YCodePtr | code |
constTypePtr | type |
linked list of ycode pointers
used in forming a block consisting of an ordered set of statements.
YCodePtr ycodelist::code |
Referenced by YEList::attach(), YETerm::attachParameter(), YEBuiltin::attachParameter(), YETerm::evaluate(), YEList::evaluate(), YEBuiltin::evaluate(), YEBuiltin::finalize(), Bytecode::readYCodelist(), YETerm::toString(), YEList::toString(), YEBuiltin::toString(), YEBuiltin::toXml(), YEList::type(), YEList::value(), Xmlcode::writeYCodelist(), Bytecode::writeYCodelist(), and YEList::YEList().
struct ycodelist* ycodelist::next |
Referenced by YEList::attach(), YETerm::attachParameter(), YEBuiltin::attachParameter(), YEList::count(), YETerm::evaluate(), YEList::evaluate(), YEBuiltin::evaluate(), YEBuiltin::finalize(), Bytecode::readYCodelist(), YETerm::toString(), YEList::toString(), YEBuiltin::toString(), YETerm::toXml(), YEList::toXml(), YEBuiltin::toXml(), YEList::type(), YEList::value(), Xmlcode::writeYCodelist(), Bytecode::writeYCodelist(), YEList::YEList(), YEBuiltin::~YEBuiltin(), YEList::~YEList(), and YETerm::~YETerm().
constTypePtr ycodelist::type |