|
| ROSE.Sage3.Methods.SgImpliedDo |
|
|
|
| Synopsis |
|
| isSgImpliedDo :: Typeable a => SgNode a -> IO (Maybe (SgImpliedDo ())) | | | upSgImpliedDo :: Typeable a => SgImpliedDo a -> SgImpliedDo () | | | newImpliedDo :: (Typeable a, Typeable b, Typeable c, Typeable d, Typeable e, Typeable f) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgExpression d -> SgExprListExp e -> SgScopeStatement f -> IO (SgImpliedDo ()) | | | newImpliedDo2 :: (Typeable a, Typeable b, Typeable c, Typeable d, Typeable e) => SgExpression a -> SgExpression b -> SgExpression c -> SgExprListExp d -> SgScopeStatement e -> IO (SgImpliedDo ()) | | | impliedDoCfgIndexForEnd :: Typeable a => SgImpliedDo a -> IO CUInt | | | impliedDoCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgImpliedDo a -> IO () | | | impliedDoClassName :: Typeable a => SgImpliedDo a -> IO String | | | impliedDoGetChildIndex :: (Typeable a, Typeable b) => SgImpliedDo a -> SgNode b -> IO CLong | | | impliedDoGetChildIndex2 :: (Typeable a, Typeable b) => SgImpliedDo a -> SgNode b -> IO CSize | | | impliedDoGetDoVarInitialization :: Typeable a => SgImpliedDo a -> IO (SgExpression ()) | | | impliedDoGetImpliedDoScope :: Typeable a => SgImpliedDo a -> IO (SgScopeStatement ()) | | | impliedDoGetIncrement :: Typeable a => SgImpliedDo a -> IO (SgExpression ()) | | | impliedDoGetLastVal :: Typeable a => SgImpliedDo a -> IO (SgExpression ()) | | | impliedDoGetNumberOfTraversalSuccessors :: Typeable a => SgImpliedDo a -> IO CSize | | | impliedDoGetObjectList :: Typeable a => SgImpliedDo a -> IO (SgExprListExp ()) | | | impliedDoGetTraversalSuccessorByIndex :: Typeable a => SgImpliedDo a -> CSize -> IO (SgNode ()) | | | impliedDoGetTraversalSuccessorContainer :: Typeable a => SgImpliedDo a -> IO [SgNode ()] | | | impliedDoGetTraversalSuccessorNamesContainer :: Typeable a => SgImpliedDo a -> IO [CString] | | | impliedDoGetType :: Typeable a => SgImpliedDo a -> IO (SgType ()) | | | impliedDoIsInMemoryPool :: Typeable a => SgImpliedDo a -> IO Bool | | | impliedDoMemoryUsage :: IO CSize | | | impliedDoNumberOfNodes :: IO CSize | | | impliedDoPostConstructionInitialization :: Typeable a => SgImpliedDo a -> IO () | | | impliedDoSageClassName :: Typeable a => SgImpliedDo a -> IO String | | | impliedDoSetDoVarInitialization :: (Typeable a, Typeable b) => SgImpliedDo a -> SgExpression b -> IO () | | | impliedDoSetImpliedDoScope :: (Typeable a, Typeable b) => SgImpliedDo a -> SgScopeStatement b -> IO () | | | impliedDoSetIncrement :: (Typeable a, Typeable b) => SgImpliedDo a -> SgExpression b -> IO () | | | impliedDoSetLastVal :: (Typeable a, Typeable b) => SgImpliedDo a -> SgExpression b -> IO () | | | impliedDoSetObjectList :: (Typeable a, Typeable b) => SgImpliedDo a -> SgExprListExp b -> IO () | | | impliedDoVariantT :: Typeable a => SgImpliedDo a -> IO VariantT |
|
|
| Documentation |
|
| isSgImpliedDo :: Typeable a => SgNode a -> IO (Maybe (SgImpliedDo ())) |
| Attempts a dynamic cast of the given node to the type SgImpliedDo.
|
|
| upSgImpliedDo :: Typeable a => SgImpliedDo a -> SgImpliedDo () |
| Performs an upcast of a SgImpliedDo subtype to a SgImpliedDo.
|
|
| newImpliedDo :: (Typeable a, Typeable b, Typeable c, Typeable d, Typeable e, Typeable f) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgExpression d -> SgExprListExp e -> SgScopeStatement f -> IO (SgImpliedDo ()) |
| Stub for ::SgImpliedDo::SgImpliedDo of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgExpression*, class ::SgExprListExp*, class ::SgScopeStatement*)
|
|
| newImpliedDo2 :: (Typeable a, Typeable b, Typeable c, Typeable d, Typeable e) => SgExpression a -> SgExpression b -> SgExpression c -> SgExprListExp d -> SgScopeStatement e -> IO (SgImpliedDo ()) |
| Stub for ::SgImpliedDo::SgImpliedDo of type void (class ::SgExpression*, class ::SgExpression*, class ::SgExpression*, class ::SgExprListExp*, class ::SgScopeStatement*)
|
|
| impliedDoCfgIndexForEnd :: Typeable a => SgImpliedDo a -> IO CUInt |
| Stub for ::SgImpliedDo::cfgIndexForEnd of type unsigned int ()
|
|
| impliedDoCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgImpliedDo a -> IO () |
| Stub for ::SgImpliedDo::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| impliedDoClassName :: Typeable a => SgImpliedDo a -> IO String |
| Stub for ::SgImpliedDo::class_name of type ::std::string()
|
|
| impliedDoGetChildIndex :: (Typeable a, Typeable b) => SgImpliedDo a -> SgNode b -> IO CLong |
| Stub for ::SgImpliedDo::getChildIndex of type long (class ::SgNode*)
|
|
| impliedDoGetChildIndex2 :: (Typeable a, Typeable b) => SgImpliedDo a -> SgNode b -> IO CSize |
| Stub for ::SgImpliedDo::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| impliedDoGetDoVarInitialization :: Typeable a => SgImpliedDo a -> IO (SgExpression ()) |
| Stub for ::SgImpliedDo::get_do_var_initialization of type class ::SgExpression*()
|
|
| impliedDoGetImpliedDoScope :: Typeable a => SgImpliedDo a -> IO (SgScopeStatement ()) |
| Stub for ::SgImpliedDo::get_implied_do_scope of type class ::SgScopeStatement*()
|
|
| impliedDoGetIncrement :: Typeable a => SgImpliedDo a -> IO (SgExpression ()) |
| Stub for ::SgImpliedDo::get_increment of type class ::SgExpression*()
|
|
| impliedDoGetLastVal :: Typeable a => SgImpliedDo a -> IO (SgExpression ()) |
| Stub for ::SgImpliedDo::get_last_val of type class ::SgExpression*()
|
|
| impliedDoGetNumberOfTraversalSuccessors :: Typeable a => SgImpliedDo a -> IO CSize |
| Stub for ::SgImpliedDo::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| impliedDoGetObjectList :: Typeable a => SgImpliedDo a -> IO (SgExprListExp ()) |
| Stub for ::SgImpliedDo::get_object_list of type class ::SgExprListExp*()
|
|
| impliedDoGetTraversalSuccessorByIndex :: Typeable a => SgImpliedDo a -> CSize -> IO (SgNode ()) |
| Stub for ::SgImpliedDo::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| impliedDoGetTraversalSuccessorContainer :: Typeable a => SgImpliedDo a -> IO [SgNode ()] |
| Stub for ::SgImpliedDo::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| impliedDoGetTraversalSuccessorNamesContainer :: Typeable a => SgImpliedDo a -> IO [CString] |
| Stub for ::SgImpliedDo::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| impliedDoGetType :: Typeable a => SgImpliedDo a -> IO (SgType ()) |
| Stub for ::SgImpliedDo::get_type of type class ::SgType*()
|
|
| impliedDoIsInMemoryPool :: Typeable a => SgImpliedDo a -> IO Bool |
| Stub for ::SgImpliedDo::isInMemoryPool of type bool ()
|
|
| impliedDoMemoryUsage :: IO CSize |
| Stub for ::SgImpliedDo::memoryUsage of type ::size_t()
|
|
| impliedDoNumberOfNodes :: IO CSize |
| Stub for ::SgImpliedDo::numberOfNodes of type ::size_t()
|
|
| impliedDoPostConstructionInitialization :: Typeable a => SgImpliedDo a -> IO () |
| Stub for ::SgImpliedDo::post_construction_initialization of type void ()
|
|
| impliedDoSageClassName :: Typeable a => SgImpliedDo a -> IO String |
| Stub for ::SgImpliedDo::sage_class_name of type const char *()
|
|
| impliedDoSetDoVarInitialization :: (Typeable a, Typeable b) => SgImpliedDo a -> SgExpression b -> IO () |
| Stub for ::SgImpliedDo::set_do_var_initialization of type void (class ::SgExpression*)
|
|
| impliedDoSetImpliedDoScope :: (Typeable a, Typeable b) => SgImpliedDo a -> SgScopeStatement b -> IO () |
| Stub for ::SgImpliedDo::set_implied_do_scope of type void (class ::SgScopeStatement*)
|
|
| impliedDoSetIncrement :: (Typeable a, Typeable b) => SgImpliedDo a -> SgExpression b -> IO () |
| Stub for ::SgImpliedDo::set_increment of type void (class ::SgExpression*)
|
|
| impliedDoSetLastVal :: (Typeable a, Typeable b) => SgImpliedDo a -> SgExpression b -> IO () |
| Stub for ::SgImpliedDo::set_last_val of type void (class ::SgExpression*)
|
|
| impliedDoSetObjectList :: (Typeable a, Typeable b) => SgImpliedDo a -> SgExprListExp b -> IO () |
| Stub for ::SgImpliedDo::set_object_list of type void (class ::SgExprListExp*)
|
|
| impliedDoVariantT :: Typeable a => SgImpliedDo a -> IO VariantT |
| Stub for ::SgImpliedDo::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |