argon ~master (2017-11-13T08:29:01Z)
Dub
Repo
SourceLocation
argon
ast
Undocumented in source.
class
SourceLocation {
size_t
colunm
;
size_t
line
;
string
file
;
this
(string file, size_t line, size_t colunm);
string
getErrorMessage
();
}
Constructors
this
this
(string file, size_t line, size_t colunm)
Undocumented in source.
Members
Functions
getErrorMessage
string
getErrorMessage
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
colunm
size_t
colunm
;
Undocumented in source.
file
string
file
;
line
size_t
line
;
Undocumented in source.
Meta
Source
See Implementation
argon
ast
classes
ASTElementNode
ASTHTMLNode
ASTIdentifierNode
ASTIncludeNode
ASTListNode
ASTNode
ASTTemplateNode
SourceLocation
interfaces
ASTVisitor