#include <While.h>
Public Member Functions | |
WhileConstruct (SdagConstruct *pred, SdagConstruct *body) | |
void | generateCode (XStr &, XStr &, Entry *) |
void | numberNodes () |
Definition at line 8 of file While.h.
xi::WhileConstruct::WhileConstruct | ( | SdagConstruct * | pred, | |
SdagConstruct * | body | |||
) |
Reimplemented from xi::SdagConstruct.
Definition at line 10 of file While.C.
References xi::SdagConstruct::con1, xi::SdagConstruct::constructs, xi::SdagConstruct::encapState, xi::SdagConstruct::encapStateChild, xi::endMethod(), xi::SdagConstruct::generateCall(), xi::SdagConstruct::generateChildrenCode(), xi::generateClosureSignature(), xi::indentBy(), xi::SdagConstruct::label, xi::SdagConstruct::next, xi::SdagConstruct::nextBeginOrEnd, xi::SdagConstruct::text, xi::SdagConstruct::unravelClosuresBegin(), and xi::SdagConstruct::unravelClosuresEnd().
void xi::WhileConstruct::numberNodes | ( | void | ) | [virtual] |
Reimplemented from xi::SdagConstruct.
Definition at line 46 of file While.C.
References xi::SdagConstruct::nodeNum, xi::SdagConstruct::numberNodes(), and xi::numWhiles.