- 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.