diet-complete ~master (2021-12-23T12:39:56.512012)
Dub
Repo
TextLine
dietc
parser
Undocumented in source.
class
TextLine :
TagContents
{
struct
Part
;
class
PartAST
;
Token
_token
;
Part
[]
_parts
;
void
accept
(ASTVisitor visitor);
Token
token
();
this
(Token token, Part[] parts);
string
toString
();
}
Constructors
this
this
(Token token, Part[] parts)
Undocumented in source.
Members
Classes
PartAST
class
PartAST
Wrapper class around Part used for visiting
Functions
accept
void
accept
(ASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
token
Token
token
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Part
struct
Part
Undocumented in source.
Variables
_parts
Part
[]
_parts
;
Undocumented in source.
_token
Token
_token
;
Undocumented in source.
Meta
Source
See Implementation
dietc
parser
aliases
ASTClasses
VisitorDelegate
classes
ASTVisitor
Assignment
Comment
DStatement
DietFilter
Document
Expression
HiddenComment
PipeText
RawAssignment
StringNode
StringTagContents
TagNode
TextLine
XMLNode
enums
VisitResult
functions
skipAllWhiteGetDetent
traverse
withinRange
interfaces
AST
INamed
IStringContainer
NestedTags
Node
TagContents
structs
ASTParser