dstep ~master (2022-03-25T04:25:58.5928612)
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