|
| ROSE.Sage3.Methods.SgComprehension |
|
|
|
| Synopsis |
|
| isSgComprehension :: Typeable a => SgNode a -> IO (Maybe (SgComprehension ())) | | | upSgComprehension :: Typeable a => SgComprehension a -> SgComprehension () | | | newComprehension :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgExprListExp d -> IO (SgComprehension ()) | | | newComprehension2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgExprListExp c -> IO (SgComprehension ()) | | | comprehensionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgComprehension a -> IO () | | | comprehensionClassName :: Typeable a => SgComprehension a -> IO String | | | comprehensionGetChildIndex :: (Typeable a, Typeable b) => SgComprehension a -> SgNode b -> IO CLong | | | comprehensionGetChildIndex2 :: (Typeable a, Typeable b) => SgComprehension a -> SgNode b -> IO CSize | | | comprehensionGetFilters :: Typeable a => SgComprehension a -> IO (SgExprListExp ()) | | | comprehensionGetIter :: Typeable a => SgComprehension a -> IO (SgExpression ()) | | | comprehensionGetNumberOfTraversalSuccessors :: Typeable a => SgComprehension a -> IO CSize | | | comprehensionGetTarget :: Typeable a => SgComprehension a -> IO (SgExpression ()) | | | comprehensionGetTraversalSuccessorByIndex :: Typeable a => SgComprehension a -> CSize -> IO (SgNode ()) | | | comprehensionGetTraversalSuccessorContainer :: Typeable a => SgComprehension a -> IO [SgNode ()] | | | comprehensionGetTraversalSuccessorNamesContainer :: Typeable a => SgComprehension a -> IO [CString] | | | comprehensionGetType :: Typeable a => SgComprehension a -> IO (SgType ()) | | | comprehensionIsInMemoryPool :: Typeable a => SgComprehension a -> IO Bool | | | comprehensionMemoryUsage :: IO CSize | | | comprehensionNumberOfNodes :: IO CSize | | | comprehensionPostConstructionInitialization :: Typeable a => SgComprehension a -> IO () | | | comprehensionSageClassName :: Typeable a => SgComprehension a -> IO String | | | comprehensionSetFilters :: (Typeable a, Typeable b) => SgComprehension a -> SgExprListExp b -> IO () | | | comprehensionSetIter :: (Typeable a, Typeable b) => SgComprehension a -> SgExpression b -> IO () | | | comprehensionSetTarget :: (Typeable a, Typeable b) => SgComprehension a -> SgExpression b -> IO () | | | comprehensionVariantT :: Typeable a => SgComprehension a -> IO VariantT |
|
|
| Documentation |
|
| isSgComprehension :: Typeable a => SgNode a -> IO (Maybe (SgComprehension ())) |
| Attempts a dynamic cast of the given node to the type SgComprehension.
|
|
| upSgComprehension :: Typeable a => SgComprehension a -> SgComprehension () |
| Performs an upcast of a SgComprehension subtype to a SgComprehension.
|
|
| newComprehension :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgExprListExp d -> IO (SgComprehension ()) |
| Stub for ::SgComprehension::SgComprehension of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgExprListExp*)
|
|
| newComprehension2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgExprListExp c -> IO (SgComprehension ()) |
| Stub for ::SgComprehension::SgComprehension of type void (class ::SgExpression*, class ::SgExpression*, class ::SgExprListExp*)
|
|
| comprehensionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgComprehension a -> IO () |
| Stub for ::SgComprehension::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| comprehensionClassName :: Typeable a => SgComprehension a -> IO String |
| Stub for ::SgComprehension::class_name of type ::std::string()
|
|
| comprehensionGetChildIndex :: (Typeable a, Typeable b) => SgComprehension a -> SgNode b -> IO CLong |
| Stub for ::SgComprehension::getChildIndex of type long (class ::SgNode*)
|
|
| comprehensionGetChildIndex2 :: (Typeable a, Typeable b) => SgComprehension a -> SgNode b -> IO CSize |
| Stub for ::SgComprehension::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| comprehensionGetFilters :: Typeable a => SgComprehension a -> IO (SgExprListExp ()) |
| Stub for ::SgComprehension::get_filters of type class ::SgExprListExp*()
|
|
| comprehensionGetIter :: Typeable a => SgComprehension a -> IO (SgExpression ()) |
| Stub for ::SgComprehension::get_iter of type class ::SgExpression*()
|
|
| comprehensionGetNumberOfTraversalSuccessors :: Typeable a => SgComprehension a -> IO CSize |
| Stub for ::SgComprehension::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| comprehensionGetTarget :: Typeable a => SgComprehension a -> IO (SgExpression ()) |
| Stub for ::SgComprehension::get_target of type class ::SgExpression*()
|
|
| comprehensionGetTraversalSuccessorByIndex :: Typeable a => SgComprehension a -> CSize -> IO (SgNode ()) |
| Stub for ::SgComprehension::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| comprehensionGetTraversalSuccessorContainer :: Typeable a => SgComprehension a -> IO [SgNode ()] |
| Stub for ::SgComprehension::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| comprehensionGetTraversalSuccessorNamesContainer :: Typeable a => SgComprehension a -> IO [CString] |
| Stub for ::SgComprehension::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| comprehensionGetType :: Typeable a => SgComprehension a -> IO (SgType ()) |
| Stub for ::SgComprehension::get_type of type class ::SgType*()
|
|
| comprehensionIsInMemoryPool :: Typeable a => SgComprehension a -> IO Bool |
| Stub for ::SgComprehension::isInMemoryPool of type bool ()
|
|
| comprehensionMemoryUsage :: IO CSize |
| Stub for ::SgComprehension::memoryUsage of type ::size_t()
|
|
| comprehensionNumberOfNodes :: IO CSize |
| Stub for ::SgComprehension::numberOfNodes of type ::size_t()
|
|
| comprehensionPostConstructionInitialization :: Typeable a => SgComprehension a -> IO () |
| Stub for ::SgComprehension::post_construction_initialization of type void ()
|
|
| comprehensionSageClassName :: Typeable a => SgComprehension a -> IO String |
| Stub for ::SgComprehension::sage_class_name of type const char *()
|
|
| comprehensionSetFilters :: (Typeable a, Typeable b) => SgComprehension a -> SgExprListExp b -> IO () |
| Stub for ::SgComprehension::set_filters of type void (class ::SgExprListExp*)
|
|
| comprehensionSetIter :: (Typeable a, Typeable b) => SgComprehension a -> SgExpression b -> IO () |
| Stub for ::SgComprehension::set_iter of type void (class ::SgExpression*)
|
|
| comprehensionSetTarget :: (Typeable a, Typeable b) => SgComprehension a -> SgExpression b -> IO () |
| Stub for ::SgComprehension::set_target of type void (class ::SgExpression*)
|
|
| comprehensionVariantT :: Typeable a => SgComprehension a -> IO VariantT |
| Stub for ::SgComprehension::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |