|
| ROSE.Sage3.Methods.SgExecStatement |
|
|
|
| Synopsis |
|
| isSgExecStatement :: Typeable a => SgNode a -> IO (Maybe (SgExecStatement ())) | | | upSgExecStatement :: Typeable a => SgExecStatement a -> SgExecStatement () | | | newExecStatement :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgExpression d -> IO (SgExecStatement ()) | | | newExecStatement2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgExpression c -> IO (SgExecStatement ()) | | | execStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgExecStatement a -> IO () | | | execStatementClassName :: Typeable a => SgExecStatement a -> IO String | | | execStatementGetChildIndex :: (Typeable a, Typeable b) => SgExecStatement a -> SgNode b -> IO CLong | | | execStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgExecStatement a -> SgNode b -> IO CSize | | | execStatementGetExecutable :: Typeable a => SgExecStatement a -> IO (SgExpression ()) | | | execStatementGetGlobals :: Typeable a => SgExecStatement a -> IO (SgExpression ()) | | | execStatementGetLocals :: Typeable a => SgExecStatement a -> IO (SgExpression ()) | | | execStatementGetNumberOfTraversalSuccessors :: Typeable a => SgExecStatement a -> IO CSize | | | execStatementGetTraversalSuccessorByIndex :: Typeable a => SgExecStatement a -> CSize -> IO (SgNode ()) | | | execStatementGetTraversalSuccessorContainer :: Typeable a => SgExecStatement a -> IO [SgNode ()] | | | execStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgExecStatement a -> IO [CString] | | | execStatementIsInMemoryPool :: Typeable a => SgExecStatement a -> IO Bool | | | execStatementMemoryUsage :: IO CSize | | | execStatementNumberOfNodes :: IO CSize | | | execStatementPostConstructionInitialization :: Typeable a => SgExecStatement a -> IO () | | | execStatementSageClassName :: Typeable a => SgExecStatement a -> IO String | | | execStatementSetExecutable :: (Typeable a, Typeable b) => SgExecStatement a -> SgExpression b -> IO () | | | execStatementSetGlobals :: (Typeable a, Typeable b) => SgExecStatement a -> SgExpression b -> IO () | | | execStatementSetLocals :: (Typeable a, Typeable b) => SgExecStatement a -> SgExpression b -> IO () | | | execStatementVariantT :: Typeable a => SgExecStatement a -> IO VariantT |
|
|
| Documentation |
|
| isSgExecStatement :: Typeable a => SgNode a -> IO (Maybe (SgExecStatement ())) |
| Attempts a dynamic cast of the given node to the type SgExecStatement.
|
|
| upSgExecStatement :: Typeable a => SgExecStatement a -> SgExecStatement () |
| Performs an upcast of a SgExecStatement subtype to a SgExecStatement.
|
|
| newExecStatement :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgExpression d -> IO (SgExecStatement ()) |
| Stub for ::SgExecStatement::SgExecStatement of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgExpression*)
|
|
| newExecStatement2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgExpression c -> IO (SgExecStatement ()) |
| Stub for ::SgExecStatement::SgExecStatement of type void (class ::SgExpression*, class ::SgExpression*, class ::SgExpression*)
|
|
| execStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgExecStatement a -> IO () |
| Stub for ::SgExecStatement::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| execStatementClassName :: Typeable a => SgExecStatement a -> IO String |
| Stub for ::SgExecStatement::class_name of type ::std::string()
|
|
| execStatementGetChildIndex :: (Typeable a, Typeable b) => SgExecStatement a -> SgNode b -> IO CLong |
| Stub for ::SgExecStatement::getChildIndex of type long (class ::SgNode*)
|
|
| execStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgExecStatement a -> SgNode b -> IO CSize |
| Stub for ::SgExecStatement::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| execStatementGetExecutable :: Typeable a => SgExecStatement a -> IO (SgExpression ()) |
| Stub for ::SgExecStatement::get_executable of type class ::SgExpression*()
|
|
| execStatementGetGlobals :: Typeable a => SgExecStatement a -> IO (SgExpression ()) |
| Stub for ::SgExecStatement::get_globals of type class ::SgExpression*()
|
|
| execStatementGetLocals :: Typeable a => SgExecStatement a -> IO (SgExpression ()) |
| Stub for ::SgExecStatement::get_locals of type class ::SgExpression*()
|
|
| execStatementGetNumberOfTraversalSuccessors :: Typeable a => SgExecStatement a -> IO CSize |
| Stub for ::SgExecStatement::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| execStatementGetTraversalSuccessorByIndex :: Typeable a => SgExecStatement a -> CSize -> IO (SgNode ()) |
| Stub for ::SgExecStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| execStatementGetTraversalSuccessorContainer :: Typeable a => SgExecStatement a -> IO [SgNode ()] |
| Stub for ::SgExecStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| execStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgExecStatement a -> IO [CString] |
| Stub for ::SgExecStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| execStatementIsInMemoryPool :: Typeable a => SgExecStatement a -> IO Bool |
| Stub for ::SgExecStatement::isInMemoryPool of type bool ()
|
|
| execStatementMemoryUsage :: IO CSize |
| Stub for ::SgExecStatement::memoryUsage of type ::size_t()
|
|
| execStatementNumberOfNodes :: IO CSize |
| Stub for ::SgExecStatement::numberOfNodes of type ::size_t()
|
|
| execStatementPostConstructionInitialization :: Typeable a => SgExecStatement a -> IO () |
| Stub for ::SgExecStatement::post_construction_initialization of type void ()
|
|
| execStatementSageClassName :: Typeable a => SgExecStatement a -> IO String |
| Stub for ::SgExecStatement::sage_class_name of type const char *()
|
|
| execStatementSetExecutable :: (Typeable a, Typeable b) => SgExecStatement a -> SgExpression b -> IO () |
| Stub for ::SgExecStatement::set_executable of type void (class ::SgExpression*)
|
|
| execStatementSetGlobals :: (Typeable a, Typeable b) => SgExecStatement a -> SgExpression b -> IO () |
| Stub for ::SgExecStatement::set_globals of type void (class ::SgExpression*)
|
|
| execStatementSetLocals :: (Typeable a, Typeable b) => SgExecStatement a -> SgExpression b -> IO () |
| Stub for ::SgExecStatement::set_locals of type void (class ::SgExpression*)
|
|
| execStatementVariantT :: Typeable a => SgExecStatement a -> IO VariantT |
| Stub for ::SgExecStatement::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |