|
| ROSE.Sage3.Methods.SgExprListExp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgExprListExp :: Typeable a => SgNode a -> IO (Maybe (SgExprListExp ())) |
| Attempts a dynamic cast of the given node to the type SgExprListExp.
|
|
| upSgExprListExp :: Typeable a => SgExprListExp a -> SgExprListExp () |
| Performs an upcast of a SgExprListExp subtype to a SgExprListExp.
|
|
| newExprListExp :: Typeable a => Sg_File_Info a -> IO (SgExprListExp ()) |
| Stub for ::SgExprListExp::SgExprListExp of type void (class ::Sg_File_Info*)
|
|
| newExprListExp2 :: IO (SgExprListExp ()) |
| Stub for ::SgExprListExp::SgExprListExp of type void ()
|
|
| exprListExpAppendExpression :: (Typeable a, Typeable b) => SgExprListExp a -> SgExpression b -> IO () |
| Stub for ::SgExprListExp::append_expression of type void (class ::SgExpression*)
|
|
| exprListExpCfgIndexForEnd :: Typeable a => SgExprListExp a -> IO CUInt |
| Stub for ::SgExprListExp::cfgIndexForEnd of type unsigned int ()
|
|
| exprListExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgExprListExp a -> IO () |
| Stub for ::SgExprListExp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| exprListExpClassName :: Typeable a => SgExprListExp a -> IO String |
| Stub for ::SgExprListExp::class_name of type ::std::string()
|
|
| exprListExpEmpty :: Typeable a => SgExprListExp a -> IO Bool |
| Stub for ::SgExprListExp::empty of type bool ()
|
|
| exprListExpGetChildIndex :: (Typeable a, Typeable b) => SgExprListExp a -> SgNode b -> IO CLong |
| Stub for ::SgExprListExp::getChildIndex of type long (class ::SgNode*)
|
|
| exprListExpGetChildIndex2 :: (Typeable a, Typeable b) => SgExprListExp a -> SgNode b -> IO CSize |
| Stub for ::SgExprListExp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| exprListExpGetExpressions :: Typeable a => SgExprListExp a -> IO [SgExpression ()] |
| Stub for ::SgExprListExp::get_expressions of type ::SgExpressionPtrList&()
|
|
| exprListExpGetNumberOfTraversalSuccessors :: Typeable a => SgExprListExp a -> IO CSize |
| Stub for ::SgExprListExp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| exprListExpGetTraversalSuccessorByIndex :: Typeable a => SgExprListExp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgExprListExp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| exprListExpGetTraversalSuccessorContainer :: Typeable a => SgExprListExp a -> IO [SgNode ()] |
| Stub for ::SgExprListExp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| exprListExpGetTraversalSuccessorNamesContainer :: Typeable a => SgExprListExp a -> IO [CString] |
| Stub for ::SgExprListExp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| exprListExpGetType :: Typeable a => SgExprListExp a -> IO (SgType ()) |
| Stub for ::SgExprListExp::get_type of type class ::SgType*()
|
|
| exprListExpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgExprListExp a -> SgExpression b -> IO Bool |
| Stub for ::SgExprListExp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| exprListExpIsInMemoryPool :: Typeable a => SgExprListExp a -> IO Bool |
| Stub for ::SgExprListExp::isInMemoryPool of type bool ()
|
|
| exprListExpMemoryUsage :: IO CSize |
| Stub for ::SgExprListExp::memoryUsage of type ::size_t()
|
|
| exprListExpNumberOfNodes :: IO CSize |
| Stub for ::SgExprListExp::numberOfNodes of type ::size_t()
|
|
| exprListExpPostConstructionInitialization :: Typeable a => SgExprListExp a -> IO () |
| Stub for ::SgExprListExp::post_construction_initialization of type void ()
|
|
| exprListExpPrependExpression :: (Typeable a, Typeable b) => SgExprListExp a -> SgExpression b -> IO () |
| Stub for ::SgExprListExp::prepend_expression of type void (class ::SgExpression*)
|
|
| exprListExpReplaceExpression :: (Typeable a, Typeable b, Typeable c) => SgExprListExp a -> SgExpression b -> SgExpression c -> IO CInt |
| Stub for ::SgExprListExp::replace_expression of type int (class ::SgExpression*, class ::SgExpression*)
|
|
| exprListExpSageClassName :: Typeable a => SgExprListExp a -> IO String |
| Stub for ::SgExprListExp::sage_class_name of type const char *()
|
|
| exprListExpVariantT :: Typeable a => SgExprListExp a -> IO VariantT |
| Stub for ::SgExprListExp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |