hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
ExtendsNode
hunt
framework
view
ast
Node
Undocumented in source.
class
ExtendsNode :
Node
{
string
fileName
;
Nullable
!
TemplateNode
tmplBlock
;
this
(Position pos, string fileName, TemplateNode tmplBlock);
mixin
AcceptVisitor
;
}
Constructors
this
this
(Position pos, string fileName, TemplateNode tmplBlock)
Undocumented in source.
Members
Mixins
__anonymous
mixin
AcceptVisitor
Undocumented in source.
Variables
fileName
string
fileName
;
Undocumented in source.
tmplBlock
Nullable
!
TemplateNode
tmplBlock
;
Undocumented in source.
Mixed In Members
From
mixin
AcceptVisitor
accept
void
accept
(VisitorInterface visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Node
pos
Position
pos
;
Undocumented in source.
accept
void
accept
(VisitorInterface visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
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