ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
STMT
dmd
statement
Identify Statement types with this enum rather than virtual functions.
Values
Value
Meaning
Error
Peel
Exp
DtorExp
Compile
Compound
CompoundDeclaration
CompoundAsm
UnrolledLoop
Scope
Forwarding
While
Do
For
Foreach
ForeachRange
If
Conditional
StaticForeach
Pragma
StaticAssert
Switch
Case
CaseRange
Default
GotoDefault
GotoCase
SwitchError
Return
Break
Continue
Synchronized
With
TryCatch
TryFinally
ScopeGuard
Throw
Debug
Goto
Label
Asm
InlineAsm
GccAsm
Import
Meta
Source
See Implementation
dmd
statement
classes
AsmStatement
BreakStatement
CaseRangeStatement
CaseStatement
Catch
CompileStatement
CompoundAsmStatement
CompoundDeclarationStatement
CompoundStatement
ConditionalStatement
ContinueStatement
DebugStatement
DefaultStatement
DoStatement
DtorExpStatement
ErrorStatement
ExpStatement
ForStatement
ForeachRangeStatement
ForeachStatement
ForwardingStatement
GccAsmStatement
GotoCaseStatement
GotoDefaultStatement
GotoStatement
IfStatement
ImportStatement
InlineAsmStatement
LabelDsymbol
LabelStatement
PeelStatement
PragmaStatement
ReturnStatement
ScopeGuardStatement
ScopeStatement
Statement
StaticAssertStatement
StaticForeachStatement
SwitchErrorStatement
SwitchStatement
SynchronizedStatement
ThrowStatement
TryCatchStatement
TryFinallyStatement
UnrolledLoopStatement
WhileStatement
WithStatement
enums
STMT
functions
getException
getThrowable
Identify Statement types with this enum rather than virtual functions.