|
| ROSE.Sage3.Methods.SgSetComprehension |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgSetComprehension :: Typeable a => SgNode a -> IO (Maybe (SgSetComprehension ())) |
| Attempts a dynamic cast of the given node to the type SgSetComprehension.
|
|
| upSgSetComprehension :: Typeable a => SgSetComprehension a -> SgSetComprehension () |
| Performs an upcast of a SgSetComprehension subtype to a SgSetComprehension.
|
|
| newSetComprehension :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgExprListExp c -> IO (SgSetComprehension ()) |
| Stub for ::SgSetComprehension::SgSetComprehension of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExprListExp*)
|
|
| newSetComprehension2 :: (Typeable a, Typeable b) => SgExpression a -> SgExprListExp b -> IO (SgSetComprehension ()) |
| Stub for ::SgSetComprehension::SgSetComprehension of type void (class ::SgExpression*, class ::SgExprListExp*)
|
|
| setComprehensionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgSetComprehension a -> IO () |
| Stub for ::SgSetComprehension::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| setComprehensionClassName :: Typeable a => SgSetComprehension a -> IO String |
| Stub for ::SgSetComprehension::class_name of type ::std::string()
|
|
| setComprehensionGetChildIndex :: (Typeable a, Typeable b) => SgSetComprehension a -> SgNode b -> IO CLong |
| Stub for ::SgSetComprehension::getChildIndex of type long (class ::SgNode*)
|
|
| setComprehensionGetChildIndex2 :: (Typeable a, Typeable b) => SgSetComprehension a -> SgNode b -> IO CSize |
| Stub for ::SgSetComprehension::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| setComprehensionGetElement :: Typeable a => SgSetComprehension a -> IO (SgExpression ()) |
| Stub for ::SgSetComprehension::get_element of type class ::SgExpression*()
|
|
| setComprehensionGetGenerators :: Typeable a => SgSetComprehension a -> IO (SgExprListExp ()) |
| Stub for ::SgSetComprehension::get_generators of type class ::SgExprListExp*()
|
|
| setComprehensionGetNumberOfTraversalSuccessors :: Typeable a => SgSetComprehension a -> IO CSize |
| Stub for ::SgSetComprehension::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| setComprehensionGetTraversalSuccessorByIndex :: Typeable a => SgSetComprehension a -> CSize -> IO (SgNode ()) |
| Stub for ::SgSetComprehension::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| setComprehensionGetTraversalSuccessorContainer :: Typeable a => SgSetComprehension a -> IO [SgNode ()] |
| Stub for ::SgSetComprehension::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| setComprehensionGetTraversalSuccessorNamesContainer :: Typeable a => SgSetComprehension a -> IO [CString] |
| Stub for ::SgSetComprehension::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| setComprehensionGetType :: Typeable a => SgSetComprehension a -> IO (SgType ()) |
| Stub for ::SgSetComprehension::get_type of type class ::SgType*()
|
|
| setComprehensionIsInMemoryPool :: Typeable a => SgSetComprehension a -> IO Bool |
| Stub for ::SgSetComprehension::isInMemoryPool of type bool ()
|
|
| setComprehensionMemoryUsage :: IO CSize |
| Stub for ::SgSetComprehension::memoryUsage of type ::size_t()
|
|
| setComprehensionNumberOfNodes :: IO CSize |
| Stub for ::SgSetComprehension::numberOfNodes of type ::size_t()
|
|
| setComprehensionPostConstructionInitialization :: Typeable a => SgSetComprehension a -> IO () |
| Stub for ::SgSetComprehension::post_construction_initialization of type void ()
|
|
| setComprehensionSageClassName :: Typeable a => SgSetComprehension a -> IO String |
| Stub for ::SgSetComprehension::sage_class_name of type const char *()
|
|
| setComprehensionSetElement :: (Typeable a, Typeable b) => SgSetComprehension a -> SgExpression b -> IO () |
| Stub for ::SgSetComprehension::set_element of type void (class ::SgExpression*)
|
|
| setComprehensionSetGenerators :: (Typeable a, Typeable b) => SgSetComprehension a -> SgExprListExp b -> IO () |
| Stub for ::SgSetComprehension::set_generators of type void (class ::SgExprListExp*)
|
|
| setComprehensionVariantT :: Typeable a => SgSetComprehension a -> IO VariantT |
| Stub for ::SgSetComprehension::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |