hunt-framework v3.4.6-rc.1 (2021-07-27T09:22:38Z)
Home
Dub
Repo
NumNode
hunt
framework
view
ast
Node
Undocumented in source.
class
NumNode :
Node
{
enum
Type
;
union
Data
;
Data
data
;
Type
type
;
this
(Position pos, long num);
this
(Position pos, double num);
mixin
AcceptVisitor
;
}
Constructors
this
this
(Position pos, long num)
Undocumented in source.
this
this
(Position pos, double num)
Undocumented in source.
Members
Enums
Type
enum
Type
Undocumented in source.
Mixins
__anonymous
mixin
AcceptVisitor
Undocumented in source.
Unions
Data
union
Data
Undocumented in source.
Variables
data
Data
data
;
Undocumented in source.
type
Type
type
;
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