dstep.translator.Translator

Public Imports

dstep.translator.Options
public import dstep.translator.Options;

Members

Classes

TranslationException
class TranslationException
Undocumented in source.
Translator
class Translator
Undocumented in source.

Functions

handleInclude
void handleInclude(Context context, Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
isDKeyword
bool isDKeyword(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
renameDKeyword
string renameDKeyword(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
translateFunction
SourceNode translateFunction(Context context, FunctionCursor func, string name, bool isStatic)
Undocumented in source. Be warned that the author may not have intended to support it.
translateFunction
SourceNode translateFunction(SourceNode resultType, string name, Parameter[] parameters, bool variadic, string prefix, string spacer, bool multiline)
Undocumented in source. Be warned that the author may not have intended to support it.
translateIdentifier
string translateIdentifier(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
translateVariable
void translateVariable(Output output, Context context, Cursor cursor, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Parameter
struct Parameter
Undocumented in source.

Meta

Authors

Jacob Carlborg

Version

Initial created: Oct 6, 2011