vayne v0.0.42 (2018-09-13T09:44:56Z)
Dub
Repo
IfStatement.this
vayne
ast
node
IfStatement
Undocumented in source.
class
IfStatement
this
(
Token
tok
,
Node
expr
,
Node
trueCase
,
Node
elseCase
)
Meta
Source
See Implementation
vayne
ast
node
IfStatement
constructors
this
mixins
__anonymous