|
| ROSE.Sage3.Methods.SgListComprehension |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgListComprehension :: Typeable a => SgNode a -> IO (Maybe (SgListComprehension ())) |
| Attempts a dynamic cast of the given node to the type SgListComprehension.
|
|
| upSgListComprehension :: Typeable a => SgListComprehension a -> SgListComprehension () |
| Performs an upcast of a SgListComprehension subtype to a SgListComprehension.
|
|
| newListComprehension :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgExprListExp c -> IO (SgListComprehension ()) |
| Stub for ::SgListComprehension::SgListComprehension of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExprListExp*)
|
|
| newListComprehension2 :: (Typeable a, Typeable b) => SgExpression a -> SgExprListExp b -> IO (SgListComprehension ()) |
| Stub for ::SgListComprehension::SgListComprehension of type void (class ::SgExpression*, class ::SgExprListExp*)
|
|
| listComprehensionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgListComprehension a -> IO () |
| Stub for ::SgListComprehension::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| listComprehensionClassName :: Typeable a => SgListComprehension a -> IO String |
| Stub for ::SgListComprehension::class_name of type ::std::string()
|
|
| listComprehensionGetChildIndex :: (Typeable a, Typeable b) => SgListComprehension a -> SgNode b -> IO CLong |
| Stub for ::SgListComprehension::getChildIndex of type long (class ::SgNode*)
|
|
| listComprehensionGetChildIndex2 :: (Typeable a, Typeable b) => SgListComprehension a -> SgNode b -> IO CSize |
| Stub for ::SgListComprehension::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| listComprehensionGetElement :: Typeable a => SgListComprehension a -> IO (SgExpression ()) |
| Stub for ::SgListComprehension::get_element of type class ::SgExpression*()
|
|
| listComprehensionGetGenerators :: Typeable a => SgListComprehension a -> IO (SgExprListExp ()) |
| Stub for ::SgListComprehension::get_generators of type class ::SgExprListExp*()
|
|
| listComprehensionGetNumberOfTraversalSuccessors :: Typeable a => SgListComprehension a -> IO CSize |
| Stub for ::SgListComprehension::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| listComprehensionGetTraversalSuccessorByIndex :: Typeable a => SgListComprehension a -> CSize -> IO (SgNode ()) |
| Stub for ::SgListComprehension::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| listComprehensionGetTraversalSuccessorContainer :: Typeable a => SgListComprehension a -> IO [SgNode ()] |
| Stub for ::SgListComprehension::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| listComprehensionGetTraversalSuccessorNamesContainer :: Typeable a => SgListComprehension a -> IO [CString] |
| Stub for ::SgListComprehension::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| listComprehensionGetType :: Typeable a => SgListComprehension a -> IO (SgType ()) |
| Stub for ::SgListComprehension::get_type of type class ::SgType*()
|
|
| listComprehensionIsInMemoryPool :: Typeable a => SgListComprehension a -> IO Bool |
| Stub for ::SgListComprehension::isInMemoryPool of type bool ()
|
|
| listComprehensionMemoryUsage :: IO CSize |
| Stub for ::SgListComprehension::memoryUsage of type ::size_t()
|
|
| listComprehensionNumberOfNodes :: IO CSize |
| Stub for ::SgListComprehension::numberOfNodes of type ::size_t()
|
|
| listComprehensionPostConstructionInitialization :: Typeable a => SgListComprehension a -> IO () |
| Stub for ::SgListComprehension::post_construction_initialization of type void ()
|
|
| listComprehensionSageClassName :: Typeable a => SgListComprehension a -> IO String |
| Stub for ::SgListComprehension::sage_class_name of type const char *()
|
|
| listComprehensionSetElement :: (Typeable a, Typeable b) => SgListComprehension a -> SgExpression b -> IO () |
| Stub for ::SgListComprehension::set_element of type void (class ::SgExpression*)
|
|
| listComprehensionSetGenerators :: (Typeable a, Typeable b) => SgListComprehension a -> SgExprListExp b -> IO () |
| Stub for ::SgListComprehension::set_generators of type void (class ::SgExprListExp*)
|
|
| listComprehensionVariantT :: Typeable a => SgListComprehension a -> IO VariantT |
| Stub for ::SgListComprehension::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |