|
| ROSE.Sage3.Methods.SgReturnStmt |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgReturnStmt :: Typeable a => SgNode a -> IO (Maybe (SgReturnStmt ())) |
| Attempts a dynamic cast of the given node to the type SgReturnStmt.
|
|
| upSgReturnStmt :: Typeable a => SgReturnStmt a -> SgReturnStmt () |
| Performs an upcast of a SgReturnStmt subtype to a SgReturnStmt.
|
|
| newReturnStmt :: (Typeable a, Typeable b) => Sg_File_Info a -> SgExpression b -> IO (SgReturnStmt ()) |
| Stub for ::SgReturnStmt::SgReturnStmt of type void (class ::Sg_File_Info*, class ::SgExpression*)
|
|
| newReturnStmt2 :: Typeable a => SgExpression a -> IO (SgReturnStmt ()) |
| Stub for ::SgReturnStmt::SgReturnStmt of type void (class ::SgExpression*)
|
|
| returnStmtCfgIndexForEnd :: Typeable a => SgReturnStmt a -> IO CUInt |
| Stub for ::SgReturnStmt::cfgIndexForEnd of type unsigned int ()
|
|
| returnStmtCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgReturnStmt a -> IO () |
| Stub for ::SgReturnStmt::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| returnStmtClassName :: Typeable a => SgReturnStmt a -> IO String |
| Stub for ::SgReturnStmt::class_name of type ::std::string()
|
|
| returnStmtGetChildIndex :: (Typeable a, Typeable b) => SgReturnStmt a -> SgNode b -> IO CLong |
| Stub for ::SgReturnStmt::getChildIndex of type long (class ::SgNode*)
|
|
| returnStmtGetChildIndex2 :: (Typeable a, Typeable b) => SgReturnStmt a -> SgNode b -> IO CSize |
| Stub for ::SgReturnStmt::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| returnStmtGetExpression :: Typeable a => SgReturnStmt a -> IO (SgExpression ()) |
| Stub for ::SgReturnStmt::get_expression of type class ::SgExpression*()
|
|
| returnStmtGetNumberOfTraversalSuccessors :: Typeable a => SgReturnStmt a -> IO CSize |
| Stub for ::SgReturnStmt::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| returnStmtGetTraversalSuccessorByIndex :: Typeable a => SgReturnStmt a -> CSize -> IO (SgNode ()) |
| Stub for ::SgReturnStmt::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| returnStmtGetTraversalSuccessorContainer :: Typeable a => SgReturnStmt a -> IO [SgNode ()] |
| Stub for ::SgReturnStmt::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| returnStmtGetTraversalSuccessorNamesContainer :: Typeable a => SgReturnStmt a -> IO [CString] |
| Stub for ::SgReturnStmt::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| returnStmtIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgReturnStmt a -> SgExpression b -> IO Bool |
| Stub for ::SgReturnStmt::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| returnStmtIsInMemoryPool :: Typeable a => SgReturnStmt a -> IO Bool |
| Stub for ::SgReturnStmt::isInMemoryPool of type bool ()
|
|
| returnStmtMemoryUsage :: IO CSize |
| Stub for ::SgReturnStmt::memoryUsage of type ::size_t()
|
|
| returnStmtNumberOfNodes :: IO CSize |
| Stub for ::SgReturnStmt::numberOfNodes of type ::size_t()
|
|
| returnStmtPostConstructionInitialization :: Typeable a => SgReturnStmt a -> IO () |
| Stub for ::SgReturnStmt::post_construction_initialization of type void ()
|
|
| returnStmtReplaceExpression :: (Typeable a, Typeable b, Typeable c) => SgReturnStmt a -> SgExpression b -> SgExpression c -> IO CInt |
| Stub for ::SgReturnStmt::replace_expression of type int (class ::SgExpression*, class ::SgExpression*)
|
|
| returnStmtSageClassName :: Typeable a => SgReturnStmt a -> IO String |
| Stub for ::SgReturnStmt::sage_class_name of type const char *()
|
|
| returnStmtSetExpression :: (Typeable a, Typeable b) => SgReturnStmt a -> SgExpression b -> IO () |
| Stub for ::SgReturnStmt::set_expression of type void (class ::SgExpression*)
|
|
| returnStmtVariantT :: Typeable a => SgReturnStmt a -> IO VariantT |
| Stub for ::SgReturnStmt::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |