ROSE 0.11.145.147
|
Definition at line 724 of file sageInterfaceAda.h.
Public Types | |
using | base = AggregateInfoBase |
Public Member Functions | |
SgAdaAncestorInitializer * | ancestor () const |
returns the ancestor initializer iff it exists, otherwise null | |
SgExpressionPtrList::const_iterator | begin () const |
returns the remaining range-begin without the ancestor initializer (if it existed) | |
SgExpressionPtrList::const_iterator | end () const |
returns the underlying's list end iterator | |
bool | nullRecord () const |
returns if the remaining range (w/o the ancestor initializer) indicates a null record. | |
using SageInterface::Ada::AggregateInfo::base = AggregateInfoBase |
Definition at line 726 of file sageInterfaceAda.h.
|
inline |
returns the ancestor initializer iff it exists, otherwise null
Definition at line 730 of file sageInterfaceAda.h.
|
inline |
returns the remaining range-begin without the ancestor initializer (if it existed)
Definition at line 733 of file sageInterfaceAda.h.
Referenced by nullRecord().
|
inline |
returns the underlying's list end iterator
Definition at line 736 of file sageInterfaceAda.h.
Referenced by nullRecord().
|
inline |
returns if the remaining range (w/o the ancestor initializer) indicates a null record.
Definition at line 739 of file sageInterfaceAda.h.