Project

Undocumented in source.
class Project : Node {
Options options;
int countErrors;
bool saveErrors;
Module mObjectModule;
SourceModule[string] mSourcesByModName;
SourceModule[string] mSourcesByFileName;
}

Members

Functions

addText
Module addText(string fname, string txt, Node importFrom)

/////////////////////////////////////////////////////////

update
void update()

/////////////////////////////////////////////////////////

writeCpp
void writeCpp(string fname)

/////////////////////////////////////////////////////////

Inherited Members

From Node

visit
Node visit(DG dg)

/////////////////////////////////////////////////////////

toD
void toD(CodeWriter writer)

/////////////////////////////////////////////////////////

genCheckState
string genCheckState(string state)

/////////////////////////////////////////////////////////

extendSpan
void extendSpan(const(TextSpan) _span)

/////////////////////////////////////////////////////////

Meta