| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgUpcNotifyStatement :: Typeable a => SgNode a -> IO (Maybe (SgUpcNotifyStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgUpcNotifyStatement. | ||||
| upSgUpcNotifyStatement :: Typeable a => SgUpcNotifyStatement a -> SgUpcNotifyStatement () | ||||
| Performs an upcast of a SgUpcNotifyStatement subtype to a SgUpcNotifyStatement. | ||||
| newUpcNotifyStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgExpression b -> IO (SgUpcNotifyStatement ()) | ||||
| Stub for ::SgUpcNotifyStatement::SgUpcNotifyStatement of type void (class ::Sg_File_Info*, class ::SgExpression*) | ||||
| newUpcNotifyStatement2 :: Typeable a => SgExpression a -> IO (SgUpcNotifyStatement ()) | ||||
| Stub for ::SgUpcNotifyStatement::SgUpcNotifyStatement of type void (class ::SgExpression*) | ||||
| upcNotifyStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUpcNotifyStatement a -> IO () | ||||
| Stub for ::SgUpcNotifyStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| upcNotifyStatementClassName :: Typeable a => SgUpcNotifyStatement a -> IO String | ||||
| Stub for ::SgUpcNotifyStatement::class_name of type ::std::string() | ||||
| upcNotifyStatementGetChildIndex :: (Typeable a, Typeable b) => SgUpcNotifyStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgUpcNotifyStatement::getChildIndex of type long (class ::SgNode*) | ||||
| upcNotifyStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgUpcNotifyStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgUpcNotifyStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| upcNotifyStatementGetNotifyExpression :: Typeable a => SgUpcNotifyStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgUpcNotifyStatement::get_notify_expression of type class ::SgExpression*() | ||||
| upcNotifyStatementGetNumberOfTraversalSuccessors :: Typeable a => SgUpcNotifyStatement a -> IO CSize | ||||
| Stub for ::SgUpcNotifyStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| upcNotifyStatementGetTraversalSuccessorByIndex :: Typeable a => SgUpcNotifyStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgUpcNotifyStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| upcNotifyStatementGetTraversalSuccessorContainer :: Typeable a => SgUpcNotifyStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgUpcNotifyStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| upcNotifyStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgUpcNotifyStatement a -> IO [CString] | ||||
| Stub for ::SgUpcNotifyStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| upcNotifyStatementIsInMemoryPool :: Typeable a => SgUpcNotifyStatement a -> IO Bool | ||||
| Stub for ::SgUpcNotifyStatement::isInMemoryPool of type bool () | ||||
| upcNotifyStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgUpcNotifyStatement::memoryUsage of type ::size_t() | ||||
| upcNotifyStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgUpcNotifyStatement::numberOfNodes of type ::size_t() | ||||
| upcNotifyStatementPostConstructionInitialization :: Typeable a => SgUpcNotifyStatement a -> IO () | ||||
| Stub for ::SgUpcNotifyStatement::post_construction_initialization of type void () | ||||
| upcNotifyStatementSageClassName :: Typeable a => SgUpcNotifyStatement a -> IO String | ||||
| Stub for ::SgUpcNotifyStatement::sage_class_name of type const char *() | ||||
| upcNotifyStatementSetNotifyExpression :: (Typeable a, Typeable b) => SgUpcNotifyStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgUpcNotifyStatement::set_notify_expression of type void (class ::SgExpression*) | ||||
| upcNotifyStatementVariantT :: Typeable a => SgUpcNotifyStatement a -> IO VariantT | ||||
| Stub for ::SgUpcNotifyStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |