| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgStatementExpression :: Typeable a => SgNode a -> IO (Maybe (SgStatementExpression ())) | ||||
| Attempts a dynamic cast of the given node to the type SgStatementExpression. | ||||
| upSgStatementExpression :: Typeable a => SgStatementExpression a -> SgStatementExpression () | ||||
| Performs an upcast of a SgStatementExpression subtype to a SgStatementExpression. | ||||
| newStatementExpression :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgStatementExpression ()) | ||||
| Stub for ::SgStatementExpression::SgStatementExpression of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newStatementExpression2 :: Typeable a => SgStatement a -> IO (SgStatementExpression ()) | ||||
| Stub for ::SgStatementExpression::SgStatementExpression of type void (class ::SgStatement*) | ||||
| statementExpressionCfgIndexForEnd :: Typeable a => SgStatementExpression a -> IO CUInt | ||||
| Stub for ::SgStatementExpression::cfgIndexForEnd of type unsigned int () | ||||
| statementExpressionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgStatementExpression a -> IO () | ||||
| Stub for ::SgStatementExpression::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| statementExpressionClassName :: Typeable a => SgStatementExpression a -> IO String | ||||
| Stub for ::SgStatementExpression::class_name of type ::std::string() | ||||
| statementExpressionGetChildIndex :: (Typeable a, Typeable b) => SgStatementExpression a -> SgNode b -> IO CLong | ||||
| Stub for ::SgStatementExpression::getChildIndex of type long (class ::SgNode*) | ||||
| statementExpressionGetChildIndex2 :: (Typeable a, Typeable b) => SgStatementExpression a -> SgNode b -> IO CSize | ||||
| Stub for ::SgStatementExpression::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| statementExpressionGetNumberOfTraversalSuccessors :: Typeable a => SgStatementExpression a -> IO CSize | ||||
| Stub for ::SgStatementExpression::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| statementExpressionGetStatement :: Typeable a => SgStatementExpression a -> IO (SgStatement ()) | ||||
| Stub for ::SgStatementExpression::get_statement of type class ::SgStatement*() | ||||
| statementExpressionGetTraversalSuccessorByIndex :: Typeable a => SgStatementExpression a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgStatementExpression::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| statementExpressionGetTraversalSuccessorContainer :: Typeable a => SgStatementExpression a -> IO [SgNode ()] | ||||
| Stub for ::SgStatementExpression::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| statementExpressionGetTraversalSuccessorNamesContainer :: Typeable a => SgStatementExpression a -> IO [CString] | ||||
| Stub for ::SgStatementExpression::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| statementExpressionGetType :: Typeable a => SgStatementExpression a -> IO (SgType ()) | ||||
| Stub for ::SgStatementExpression::get_type of type class ::SgType*() | ||||
| statementExpressionIsInMemoryPool :: Typeable a => SgStatementExpression a -> IO Bool | ||||
| Stub for ::SgStatementExpression::isInMemoryPool of type bool () | ||||
| statementExpressionMemoryUsage :: IO CSize | ||||
| Stub for ::SgStatementExpression::memoryUsage of type ::size_t() | ||||
| statementExpressionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgStatementExpression::numberOfNodes of type ::size_t() | ||||
| statementExpressionPostConstructionInitialization :: Typeable a => SgStatementExpression a -> IO () | ||||
| Stub for ::SgStatementExpression::post_construction_initialization of type void () | ||||
| statementExpressionSageClassName :: Typeable a => SgStatementExpression a -> IO String | ||||
| Stub for ::SgStatementExpression::sage_class_name of type const char *() | ||||
| statementExpressionSetStatement :: (Typeable a, Typeable b) => SgStatementExpression a -> SgStatement b -> IO () | ||||
| Stub for ::SgStatementExpression::set_statement of type void (class ::SgStatement*) | ||||
| statementExpressionVariantT :: Typeable a => SgStatementExpression a -> IO VariantT | ||||
| Stub for ::SgStatementExpression::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |