AttributeInfo

If AstNode has any attributes attached at parse time then AttributeInfo is allocated in memory before such AstNode and node receives AstFlags.hasAttributes flag. All broadcasted nodes are located before direct attributes.

Members

Functions

isExternal
bool isExternal()
Undocumented in source. Be warned that the author may not have intended to support it.
node
AstNode* node()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attributes
AstNodes attributes;
Undocumented in source.
flags
uint flags;
Undocumented in source.

Meta