AstNodeType::AstNodeType
Constructors
Synopses
Declared in <src/midend/astUtil/astInterface/AstInterface.h>
Default constructor
AstNodeType();
Copy constructor
AstNodeType(AstNodeType const& that);
Construct from SpecialAstType
Construct from BaseType
AstNodeType(BaseType* repr);
Created with MrDocs