|
| ROSE.Sage3.Methods.SgCAFCoExpression |
|
|
|
| Synopsis |
|
| isSgCAFCoExpression :: Typeable a => SgNode a -> IO (Maybe (SgCAFCoExpression ())) | | | upSgCAFCoExpression :: Typeable a => SgCAFCoExpression a -> SgCAFCoExpression () | | | newCAFCoExpression :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgVarRefExp b -> SgExpression c -> SgExpression d -> IO (SgCAFCoExpression ()) | | | newCAFCoExpression2 :: (Typeable a, Typeable b, Typeable c) => SgVarRefExp a -> SgExpression b -> SgExpression c -> IO (SgCAFCoExpression ()) | | | cAFCoExpressionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCAFCoExpression a -> IO () | | | cAFCoExpressionClassName :: Typeable a => SgCAFCoExpression a -> IO String | | | cAFCoExpressionGetChildIndex :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgNode b -> IO CLong | | | cAFCoExpressionGetChildIndex2 :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgNode b -> IO CSize | | | cAFCoExpressionGetNumberOfTraversalSuccessors :: Typeable a => SgCAFCoExpression a -> IO CSize | | | cAFCoExpressionGetReferData :: Typeable a => SgCAFCoExpression a -> IO (SgExpression ()) | | | cAFCoExpressionGetTeamId :: Typeable a => SgCAFCoExpression a -> IO (SgVarRefExp ()) | | | cAFCoExpressionGetTeamRank :: Typeable a => SgCAFCoExpression a -> IO (SgExpression ()) | | | cAFCoExpressionGetTraversalSuccessorByIndex :: Typeable a => SgCAFCoExpression a -> CSize -> IO (SgNode ()) | | | cAFCoExpressionGetTraversalSuccessorContainer :: Typeable a => SgCAFCoExpression a -> IO [SgNode ()] | | | cAFCoExpressionGetTraversalSuccessorNamesContainer :: Typeable a => SgCAFCoExpression a -> IO [CString] | | | cAFCoExpressionGetType :: Typeable a => SgCAFCoExpression a -> IO (SgType ()) | | | cAFCoExpressionIsInMemoryPool :: Typeable a => SgCAFCoExpression a -> IO Bool | | | cAFCoExpressionMemoryUsage :: IO CSize | | | cAFCoExpressionNumberOfNodes :: IO CSize | | | cAFCoExpressionPostConstructionInitialization :: Typeable a => SgCAFCoExpression a -> IO () | | | cAFCoExpressionSageClassName :: Typeable a => SgCAFCoExpression a -> IO String | | | cAFCoExpressionSetReferData :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgExpression b -> IO () | | | cAFCoExpressionSetTeamId :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgVarRefExp b -> IO () | | | cAFCoExpressionSetTeamRank :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgExpression b -> IO () | | | cAFCoExpressionVariantT :: Typeable a => SgCAFCoExpression a -> IO VariantT |
|
|
| Documentation |
|
| isSgCAFCoExpression :: Typeable a => SgNode a -> IO (Maybe (SgCAFCoExpression ())) |
| Attempts a dynamic cast of the given node to the type SgCAFCoExpression.
|
|
| upSgCAFCoExpression :: Typeable a => SgCAFCoExpression a -> SgCAFCoExpression () |
| Performs an upcast of a SgCAFCoExpression subtype to a SgCAFCoExpression.
|
|
| newCAFCoExpression :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgVarRefExp b -> SgExpression c -> SgExpression d -> IO (SgCAFCoExpression ()) |
| Stub for ::SgCAFCoExpression::SgCAFCoExpression of type void (class ::Sg_File_Info*, class ::SgVarRefExp*, class ::SgExpression*, class ::SgExpression*)
|
|
| newCAFCoExpression2 :: (Typeable a, Typeable b, Typeable c) => SgVarRefExp a -> SgExpression b -> SgExpression c -> IO (SgCAFCoExpression ()) |
| Stub for ::SgCAFCoExpression::SgCAFCoExpression of type void (class ::SgVarRefExp*, class ::SgExpression*, class ::SgExpression*)
|
|
| cAFCoExpressionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCAFCoExpression a -> IO () |
| Stub for ::SgCAFCoExpression::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| cAFCoExpressionClassName :: Typeable a => SgCAFCoExpression a -> IO String |
| Stub for ::SgCAFCoExpression::class_name of type ::std::string()
|
|
| cAFCoExpressionGetChildIndex :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgNode b -> IO CLong |
| Stub for ::SgCAFCoExpression::getChildIndex of type long (class ::SgNode*)
|
|
| cAFCoExpressionGetChildIndex2 :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgNode b -> IO CSize |
| Stub for ::SgCAFCoExpression::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| cAFCoExpressionGetNumberOfTraversalSuccessors :: Typeable a => SgCAFCoExpression a -> IO CSize |
| Stub for ::SgCAFCoExpression::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| cAFCoExpressionGetReferData :: Typeable a => SgCAFCoExpression a -> IO (SgExpression ()) |
| Stub for ::SgCAFCoExpression::get_referData of type class ::SgExpression*()
|
|
| cAFCoExpressionGetTeamId :: Typeable a => SgCAFCoExpression a -> IO (SgVarRefExp ()) |
| Stub for ::SgCAFCoExpression::get_teamId of type class ::SgVarRefExp*()
|
|
| cAFCoExpressionGetTeamRank :: Typeable a => SgCAFCoExpression a -> IO (SgExpression ()) |
| Stub for ::SgCAFCoExpression::get_teamRank of type class ::SgExpression*()
|
|
| cAFCoExpressionGetTraversalSuccessorByIndex :: Typeable a => SgCAFCoExpression a -> CSize -> IO (SgNode ()) |
| Stub for ::SgCAFCoExpression::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| cAFCoExpressionGetTraversalSuccessorContainer :: Typeable a => SgCAFCoExpression a -> IO [SgNode ()] |
| Stub for ::SgCAFCoExpression::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| cAFCoExpressionGetTraversalSuccessorNamesContainer :: Typeable a => SgCAFCoExpression a -> IO [CString] |
| Stub for ::SgCAFCoExpression::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| cAFCoExpressionGetType :: Typeable a => SgCAFCoExpression a -> IO (SgType ()) |
| Stub for ::SgCAFCoExpression::get_type of type class ::SgType*()
|
|
| cAFCoExpressionIsInMemoryPool :: Typeable a => SgCAFCoExpression a -> IO Bool |
| Stub for ::SgCAFCoExpression::isInMemoryPool of type bool ()
|
|
| cAFCoExpressionMemoryUsage :: IO CSize |
| Stub for ::SgCAFCoExpression::memoryUsage of type ::size_t()
|
|
| cAFCoExpressionNumberOfNodes :: IO CSize |
| Stub for ::SgCAFCoExpression::numberOfNodes of type ::size_t()
|
|
| cAFCoExpressionPostConstructionInitialization :: Typeable a => SgCAFCoExpression a -> IO () |
| Stub for ::SgCAFCoExpression::post_construction_initialization of type void ()
|
|
| cAFCoExpressionSageClassName :: Typeable a => SgCAFCoExpression a -> IO String |
| Stub for ::SgCAFCoExpression::sage_class_name of type const char *()
|
|
| cAFCoExpressionSetReferData :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgExpression b -> IO () |
| Stub for ::SgCAFCoExpression::set_referData of type void (class ::SgExpression*)
|
|
| cAFCoExpressionSetTeamId :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgVarRefExp b -> IO () |
| Stub for ::SgCAFCoExpression::set_teamId of type void (class ::SgVarRefExp*)
|
|
| cAFCoExpressionSetTeamRank :: (Typeable a, Typeable b) => SgCAFCoExpression a -> SgExpression b -> IO () |
| Stub for ::SgCAFCoExpression::set_teamRank of type void (class ::SgExpression*)
|
|
| cAFCoExpressionVariantT :: Typeable a => SgCAFCoExpression a -> IO VariantT |
| Stub for ::SgCAFCoExpression::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |