dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
Declaration
dstep
translator
Declaration
Undocumented in source.
abstract
class
Declaration {
protected
Cursor
cursor
;
protected
Cursor
parent
;
protected
Translator
translator
;
template
Constructors
()
;
this
(Cursor cursor, Cursor parent, Translator translator);
void
translate
(Output output);
string
spelling
[@property getter];
}
Constructors
this
this
(Cursor cursor, Cursor parent, Translator translator)
Undocumented in source.
Members
Functions
translate
void
translate
(Output output)
Undocumented in source.
Properties
spelling
string
spelling
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Templates
Constructors
template
Constructors
()
Undocumented in source.
Variables
cursor
Cursor
cursor
;
Undocumented in source.
parent
Cursor
parent
;
Undocumented in source.
translator
Translator
translator
;
Undocumented in source.
Meta
Source
See Implementation
dstep
translator
Declaration
modules
CommentIndex
Context
ConvertCase
Declaration
Enum
HeaderIndex
IncludeHandler
MacroDefinition
MacroIndex
MacroParser
Options
Output
Preprocessor
Record
Translator
Type
TypeInference
TypedefIndex
objc