dstep v0.2.1 (2016-01-16T16:11:31Z)
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);
string
translate
();
string
spelling
[@property getter];
}
Constructors
this
this
(Cursor cursor, Cursor parent, Translator translator)
Undocumented in source.
Members
Functions
translate
string
translate
()
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
aliases
output
classes
Declaration