TagNode.AttributeAST

Wrapper class around Attribute used for visiting

Constructors

this
this(Attribute attribute)
Undocumented in source.

Members

Functions

accept
void accept(ASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
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.

Variables

attribute
Attribute attribute;
Undocumented in source.

Inherited Members

From AST

token
Token token()
Undocumented in source.
accept
void accept(ASTVisitor visitor)
Undocumented in source.

From INamed

name
string name()
Undocumented in source.

Meta