|
| ROSE.Sage3.Methods.SgTryStmt |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgTryStmt :: Typeable a => SgNode a -> IO (Maybe (SgTryStmt ())) |
| Attempts a dynamic cast of the given node to the type SgTryStmt.
|
|
| upSgTryStmt :: Typeable a => SgTryStmt a -> SgTryStmt () |
| Performs an upcast of a SgTryStmt subtype to a SgTryStmt.
|
|
| newTryStmt :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgTryStmt ()) |
| Stub for ::SgTryStmt::SgTryStmt of type void (class ::Sg_File_Info*, class ::SgStatement*)
|
|
| newTryStmt2 :: Typeable a => SgStatement a -> IO (SgTryStmt ()) |
| Stub for ::SgTryStmt::SgTryStmt of type void (class ::SgStatement*)
|
|
| tryStmtAppendCatchStatement :: (Typeable a, Typeable b) => SgTryStmt a -> SgStatement b -> IO () |
| Stub for ::SgTryStmt::append_catch_statement of type void (class ::SgStatement*)
|
|
| tryStmtCfgIndexForEnd :: Typeable a => SgTryStmt a -> IO CUInt |
| Stub for ::SgTryStmt::cfgIndexForEnd of type unsigned int ()
|
|
| tryStmtCfgIsIndexInteresting :: Typeable a => SgTryStmt a -> CUInt -> IO Bool |
| Stub for ::SgTryStmt::cfgIsIndexInteresting of type bool (unsigned int )
|
|
| tryStmtCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTryStmt a -> IO () |
| Stub for ::SgTryStmt::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| tryStmtClassName :: Typeable a => SgTryStmt a -> IO String |
| Stub for ::SgTryStmt::class_name of type ::std::string()
|
|
| tryStmtGetChildIndex :: (Typeable a, Typeable b) => SgTryStmt a -> SgNode b -> IO CLong |
| Stub for ::SgTryStmt::getChildIndex of type long (class ::SgNode*)
|
|
| tryStmtGetBody :: Typeable a => SgTryStmt a -> IO (SgStatement ()) |
| Stub for ::SgTryStmt::get_body of type class ::SgStatement*()
|
|
| tryStmtGetCatchStatementSeq :: Typeable a => SgTryStmt a -> IO [SgStatement ()] |
| Stub for ::SgTryStmt::get_catch_statement_seq of type ::SgStatementPtrList&()
|
|
| tryStmtGetCatchStatementSeqRoot :: Typeable a => SgTryStmt a -> IO (SgCatchStatementSeq ()) |
| Stub for ::SgTryStmt::get_catch_statement_seq_root of type class ::SgCatchStatementSeq*()
|
|
| tryStmtGetChildIndex2 :: (Typeable a, Typeable b) => SgTryStmt a -> SgNode b -> IO CSize |
| Stub for ::SgTryStmt::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| tryStmtGetElseBody :: Typeable a => SgTryStmt a -> IO (SgStatement ()) |
| Stub for ::SgTryStmt::get_else_body of type class ::SgStatement*()
|
|
| tryStmtGetFinallyBody :: Typeable a => SgTryStmt a -> IO (SgStatement ()) |
| Stub for ::SgTryStmt::get_finally_body of type class ::SgStatement*()
|
|
| tryStmtGetNumberOfTraversalSuccessors :: Typeable a => SgTryStmt a -> IO CSize |
| Stub for ::SgTryStmt::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| tryStmtGetTraversalSuccessorByIndex :: Typeable a => SgTryStmt a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTryStmt::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| tryStmtGetTraversalSuccessorContainer :: Typeable a => SgTryStmt a -> IO [SgNode ()] |
| Stub for ::SgTryStmt::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| tryStmtGetTraversalSuccessorNamesContainer :: Typeable a => SgTryStmt a -> IO [CString] |
| Stub for ::SgTryStmt::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| tryStmtIsInMemoryPool :: Typeable a => SgTryStmt a -> IO Bool |
| Stub for ::SgTryStmt::isInMemoryPool of type bool ()
|
|
| tryStmtMemoryUsage :: IO CSize |
| Stub for ::SgTryStmt::memoryUsage of type ::size_t()
|
|
| tryStmtNumberOfNodes :: IO CSize |
| Stub for ::SgTryStmt::numberOfNodes of type ::size_t()
|
|
| tryStmtPostConstructionInitialization :: Typeable a => SgTryStmt a -> IO () |
| Stub for ::SgTryStmt::post_construction_initialization of type void ()
|
|
| tryStmtPrependCatchStatement :: (Typeable a, Typeable b) => SgTryStmt a -> SgStatement b -> IO () |
| Stub for ::SgTryStmt::prepend_catch_statement of type void (class ::SgStatement*)
|
|
| tryStmtSageClassName :: Typeable a => SgTryStmt a -> IO String |
| Stub for ::SgTryStmt::sage_class_name of type const char *()
|
|
| tryStmtSetBody :: (Typeable a, Typeable b) => SgTryStmt a -> SgStatement b -> IO () |
| Stub for ::SgTryStmt::set_body of type void (class ::SgStatement*)
|
|
| tryStmtSetCatchStatementSeqRoot :: (Typeable a, Typeable b) => SgTryStmt a -> SgCatchStatementSeq b -> IO () |
| Stub for ::SgTryStmt::set_catch_statement_seq_root of type void (class ::SgCatchStatementSeq*)
|
|
| tryStmtSetElseBody :: (Typeable a, Typeable b) => SgTryStmt a -> SgStatement b -> IO () |
| Stub for ::SgTryStmt::set_else_body of type void (class ::SgStatement*)
|
|
| tryStmtSetFinallyBody :: (Typeable a, Typeable b) => SgTryStmt a -> SgStatement b -> IO () |
| Stub for ::SgTryStmt::set_finally_body of type void (class ::SgStatement*)
|
|
| tryStmtVariantT :: Typeable a => SgTryStmt a -> IO VariantT |
| Stub for ::SgTryStmt::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |