dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
Directive
dstep
translator
Preprocessor
Undocumented in source.
class
Directive {
Token
[]
tokens
;
SourceRange
extent
;
DirectiveKind
kind
;
SourceLocation
location
[@property getter];
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
location
SourceLocation
location
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
extent
SourceRange
extent
;
Undocumented in source.
kind
DirectiveKind
kind
;
Undocumented in source.
tokens
Token
[]
tokens
;
Undocumented in source.
Meta
Source
See Implementation
dstep
translator
Preprocessor
classes
ConditionalDirective
DefineDirective
Directive
PragmaDirective
UndefDirective
enums
DirectiveKind
functions
directives
isIf
tokenizedDirectives
updateConditions
structs
DirectiveRange
TokenizedDirectiveRange