AstNodePtr::AstNodePtr
Constructors
Synopses
Declared in <src/midend/astUtil/astInterface/AstInterface.h>
Copy constructor
AstNodePtr(AstNodePtr const& that);
Construct from string
AstNodePtr(std::string const& sig);
Construct from BaseType
AstNodePtr(BaseType* _repr = 0);
AstNodePtr(
SpecialAstType t,
BaseType* _repr = 0);
Created with MrDocs