|
| ROSE.Sage3.Methods.SgExprStatement |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgExprStatement :: Typeable a => SgNode a -> IO (Maybe (SgExprStatement ())) |
| Attempts a dynamic cast of the given node to the type SgExprStatement.
|
|
| upSgExprStatement :: Typeable a => SgExprStatement a -> SgExprStatement () |
| Performs an upcast of a SgExprStatement subtype to a SgExprStatement.
|
|
| newExprStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgExpression b -> IO (SgExprStatement ()) |
| Stub for ::SgExprStatement::SgExprStatement of type void (class ::Sg_File_Info*, class ::SgExpression*)
|
|
| newExprStatement2 :: Typeable a => SgExpression a -> IO (SgExprStatement ()) |
| Stub for ::SgExprStatement::SgExprStatement of type void (class ::SgExpression*)
|
|
| exprStatementCfgIndexForEnd :: Typeable a => SgExprStatement a -> IO CUInt |
| Stub for ::SgExprStatement::cfgIndexForEnd of type unsigned int ()
|
|
| exprStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgExprStatement a -> IO () |
| Stub for ::SgExprStatement::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| exprStatementClassName :: Typeable a => SgExprStatement a -> IO String |
| Stub for ::SgExprStatement::class_name of type ::std::string()
|
|
| exprStatementGetChildIndex :: (Typeable a, Typeable b) => SgExprStatement a -> SgNode b -> IO CLong |
| Stub for ::SgExprStatement::getChildIndex of type long (class ::SgNode*)
|
|
| exprStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgExprStatement a -> SgNode b -> IO CSize |
| Stub for ::SgExprStatement::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| exprStatementGetExpression :: Typeable a => SgExprStatement a -> IO (SgExpression ()) |
| Stub for ::SgExprStatement::get_expression of type class ::SgExpression*()
|
|
| exprStatementGetNumberOfTraversalSuccessors :: Typeable a => SgExprStatement a -> IO CSize |
| Stub for ::SgExprStatement::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| exprStatementGetTraversalSuccessorByIndex :: Typeable a => SgExprStatement a -> CSize -> IO (SgNode ()) |
| Stub for ::SgExprStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| exprStatementGetTraversalSuccessorContainer :: Typeable a => SgExprStatement a -> IO [SgNode ()] |
| Stub for ::SgExprStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| exprStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgExprStatement a -> IO [CString] |
| Stub for ::SgExprStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| exprStatementIsInMemoryPool :: Typeable a => SgExprStatement a -> IO Bool |
| Stub for ::SgExprStatement::isInMemoryPool of type bool ()
|
|
| exprStatementMemoryUsage :: IO CSize |
| Stub for ::SgExprStatement::memoryUsage of type ::size_t()
|
|
| exprStatementNumberOfNodes :: IO CSize |
| Stub for ::SgExprStatement::numberOfNodes of type ::size_t()
|
|
| exprStatementPostConstructionInitialization :: Typeable a => SgExprStatement a -> IO () |
| Stub for ::SgExprStatement::post_construction_initialization of type void ()
|
|
| exprStatementReplaceExpression :: (Typeable a, Typeable b, Typeable c) => SgExprStatement a -> SgExpression b -> SgExpression c -> IO CInt |
| Stub for ::SgExprStatement::replace_expression of type int (class ::SgExpression*, class ::SgExpression*)
|
|
| exprStatementSageClassName :: Typeable a => SgExprStatement a -> IO String |
| Stub for ::SgExprStatement::sage_class_name of type const char *()
|
|
| exprStatementSetExpression :: (Typeable a, Typeable b) => SgExprStatement a -> SgExpression b -> IO () |
| Stub for ::SgExprStatement::set_expression of type void (class ::SgExpression*)
|
|
| exprStatementVariantT :: Typeable a => SgExprStatement a -> IO VariantT |
| Stub for ::SgExprStatement::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |