Controller

@safe
interface Controller {}

Members

Functions

doFile
bool doFile(const string filename)

Query the controller with the filename of the AST node for a decision if it shall be processed.

Meta