schema-salad-d ~master (2021-11-30T07:56:22Z)
Home
Dub
Repo
AST
salad
ast
version(none)
class
AST {
Mark
mark
;
string
vocabulary
;
ASTNodeType
value
;
this
(Node node, string vocab, T val);
string
toString
();
}
Constructors
this
this
(Node node, string vocab, T val)
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
mark
Mark
mark
;
Undocumented in source.
value
ASTNodeType
value
;
Undocumented in source.
vocabulary
string
vocabulary
;
Undocumented in source.
Meta
Source
See Implementation
salad
ast
aliases
ASTNodeType
classes
AST
functions
dig
edig