djinja v0.1.0-beta.2 (2018-11-08T09:46:14Z)
Home
Dub
Repo
ImportNode
djinja
ast
node
Undocumented in source.
class
ImportNode :
Node
{
struct
Rename
;
string
fileName
;
Rename
[]
macrosNames
;
Nullable
!
TemplateNode
tmplBlock
;
bool
withContext
;
this
(Position pos, string fileName, Rename[] macrosNames, TemplateNode tmplBlock, bool withContext);
mixin
AcceptVisitor
;
}
Constructors
this
this
(Position pos, string fileName, Rename[] macrosNames, TemplateNode tmplBlock, bool withContext)
Undocumented in source.
Members
Mixins
__anonymous
mixin
AcceptVisitor
Undocumented in source.
Structs
Rename
struct
Rename
Undocumented in source.
Variables
fileName
string
fileName
;
Undocumented in source.
macrosNames
Rename
[]
macrosNames
;
Undocumented in source.
tmplBlock
Nullable
!
TemplateNode
tmplBlock
;
Undocumented in source.
withContext
bool
withContext
;
Undocumented in source.
Mixed In Members
From
mixin
AcceptVisitor
accept
void
accept
(IVisitor 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
(IVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
djinja
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
INode
mixin templates
AcceptVisitor
structs
Arg