Pegmatite
|
Base class for children of ASTContainer
.
More...
#include <ast.hh>
Public Member Functions | |
ASTMember () | |
On construction, ASTMember sets its container_node field to the ASTContainer currently under construction and registers itself with the container, to be notified during the construction phase. | |
ASTContainer * | container () const |
Returns the container of which this object is a field. | |
virtual void | construct (const InputRange &r, ASTStack &st)=0 |
Interface for constructing references to AST objects from the stack. | |
Protected Attributes | |
ASTContainer * | container_node |
The container that owns this object. | |
Base class for children of ASTContainer
.