OpenADFortTk (basic)
xaif2whirl::XAIF_BBStmtElemFilter Class Reference

#include <XAIF_DOMFilters.h>

List of all members.

Public Member Functions

 XAIF_BBStmtElemFilter ()
 ~XAIF_BBStmtElemFilter ()
short acceptNode (const xercesc::DOMNode *node) const

Static Public Member Functions

static bool IsAnyStmt (const xercesc::DOMNode *node)
static bool IsAssign (const xercesc::DOMNode *node)
static bool IsSubCall (const xercesc::DOMNode *node)
static bool IsInlinableSubCall (const xercesc::DOMNode *node)
static bool IsMarker (const xercesc::DOMNode *node)
static bool IsDerivProp (const xercesc::DOMNode *node)

Detailed Description

Definition at line 138 of file XAIF_DOMFilters.h.


Constructor & Destructor Documentation


Member Function Documentation

short xaif2whirl::XAIF_BBStmtElemFilter::acceptNode ( const xercesc::DOMNode *  node) const

Definition at line 481 of file XAIF_DOMFilters.cxx.

References IsAnyStmt().

Here is the call graph for this function:

bool xaif2whirl::XAIF_BBStmtElemFilter::IsAnyStmt ( const xercesc::DOMNode *  node) [static]

Definition at line 491 of file XAIF_DOMFilters.cxx.

References IsAssign(), IsDerivProp(), IsInlinableSubCall(), IsMarker(), and IsSubCall().

Referenced by acceptNode().

Here is the call graph for this function:

bool xaif2whirl::XAIF_BBStmtElemFilter::IsAssign ( const xercesc::DOMNode *  node) [static]

Definition at line 499 of file XAIF_DOMFilters.cxx.

References XAIFStringRepository::elem_Assign_x(), and XAIFStrings.

Referenced by IsAnyStmt().

Here is the call graph for this function:

bool xaif2whirl::XAIF_BBStmtElemFilter::IsDerivProp ( const xercesc::DOMNode *  node) [static]

Definition at line 531 of file XAIF_DOMFilters.cxx.

References XAIFStringRepository::elem_DerivProp_x(), and XAIFStrings.

Referenced by IsAnyStmt().

Here is the call graph for this function:

bool xaif2whirl::XAIF_BBStmtElemFilter::IsInlinableSubCall ( const xercesc::DOMNode *  node) [static]

Definition at line 515 of file XAIF_DOMFilters.cxx.

References XAIFStringRepository::elem_InlinableSubCall_x(), and XAIFStrings.

Referenced by IsAnyStmt().

Here is the call graph for this function:

bool xaif2whirl::XAIF_BBStmtElemFilter::IsMarker ( const xercesc::DOMNode *  node) [static]
bool xaif2whirl::XAIF_BBStmtElemFilter::IsSubCall ( const xercesc::DOMNode *  node) [static]

Definition at line 507 of file XAIF_DOMFilters.cxx.

References XAIFStringRepository::elem_SubCall_x(), and XAIFStrings.

Referenced by IsAnyStmt().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines