hunt-framework v3.4.6-rc.1 (2021-07-27T09:22:38Z)
Home
Dub
Repo
Arg
hunt
framework
view
ast
Node
Undocumented in source.
struct
Arg {
string
name
;
Nullable
!
Node
defaultExpr
;
this
(string name, Node def);
}
Constructors
this
this
(string name, Node def)
Undocumented in source.
Members
Variables
defaultExpr
Nullable
!
Node
defaultExpr
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
view
ast
Node
aliases
NodeTypes
classes
AssignableNode
BinOpNode
BlockNode
BooleanNode
CallNode
DictNode
ExprNode
ExtendsNode
FilterBlockNode
ForNode
IdentNode
IfNode
ImportNode
IncludeNode
InlineIfNode
ListNode
MacroNode
NilNode
Node
NumNode
RawNode
SetNode
StmtBlockNode
StringNode
TemplateNode
UnaryOpNode
functions
toNullable
interfaces
NodeInterface
mixin templates
AcceptVisitor
structs
Arg