|
| ROSE.Sage3.Methods.SgWithStatement |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgWithStatement :: Typeable a => SgNode a -> IO (Maybe (SgWithStatement ())) |
| Attempts a dynamic cast of the given node to the type SgWithStatement.
|
|
| upSgWithStatement :: Typeable a => SgWithStatement a -> SgWithStatement () |
| Performs an upcast of a SgWithStatement subtype to a SgWithStatement.
|
|
| newWithStatement :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgStatement c -> IO (SgWithStatement ()) |
| Stub for ::SgWithStatement::SgWithStatement of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgStatement*)
|
|
| newWithStatement2 :: (Typeable a, Typeable b) => SgExpression a -> SgStatement b -> IO (SgWithStatement ()) |
| Stub for ::SgWithStatement::SgWithStatement of type void (class ::SgExpression*, class ::SgStatement*)
|
|
| withStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgWithStatement a -> IO () |
| Stub for ::SgWithStatement::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| withStatementClassName :: Typeable a => SgWithStatement a -> IO String |
| Stub for ::SgWithStatement::class_name of type ::std::string()
|
|
| withStatementGetChildIndex :: (Typeable a, Typeable b) => SgWithStatement a -> SgNode b -> IO CLong |
| Stub for ::SgWithStatement::getChildIndex of type long (class ::SgNode*)
|
|
| withStatementGetBody :: Typeable a => SgWithStatement a -> IO (SgStatement ()) |
| Stub for ::SgWithStatement::get_body of type class ::SgStatement*()
|
|
| withStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgWithStatement a -> SgNode b -> IO CSize |
| Stub for ::SgWithStatement::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| withStatementGetExpression :: Typeable a => SgWithStatement a -> IO (SgExpression ()) |
| Stub for ::SgWithStatement::get_expression of type class ::SgExpression*()
|
|
| withStatementGetNumberOfTraversalSuccessors :: Typeable a => SgWithStatement a -> IO CSize |
| Stub for ::SgWithStatement::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| withStatementGetTraversalSuccessorByIndex :: Typeable a => SgWithStatement a -> CSize -> IO (SgNode ()) |
| Stub for ::SgWithStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| withStatementGetTraversalSuccessorContainer :: Typeable a => SgWithStatement a -> IO [SgNode ()] |
| Stub for ::SgWithStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| withStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgWithStatement a -> IO [CString] |
| Stub for ::SgWithStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| withStatementIsInMemoryPool :: Typeable a => SgWithStatement a -> IO Bool |
| Stub for ::SgWithStatement::isInMemoryPool of type bool ()
|
|
| withStatementMemoryUsage :: IO CSize |
| Stub for ::SgWithStatement::memoryUsage of type ::size_t()
|
|
| withStatementNumberOfNodes :: IO CSize |
| Stub for ::SgWithStatement::numberOfNodes of type ::size_t()
|
|
| withStatementPostConstructionInitialization :: Typeable a => SgWithStatement a -> IO () |
| Stub for ::SgWithStatement::post_construction_initialization of type void ()
|
|
| withStatementSageClassName :: Typeable a => SgWithStatement a -> IO String |
| Stub for ::SgWithStatement::sage_class_name of type const char *()
|
|
| withStatementSetBody :: (Typeable a, Typeable b) => SgWithStatement a -> SgStatement b -> IO () |
| Stub for ::SgWithStatement::set_body of type void (class ::SgStatement*)
|
|
| withStatementSetExpression :: (Typeable a, Typeable b) => SgWithStatement a -> SgExpression b -> IO () |
| Stub for ::SgWithStatement::set_expression of type void (class ::SgExpression*)
|
|
| withStatementVariantT :: Typeable a => SgWithStatement a -> IO VariantT |
| Stub for ::SgWithStatement::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |