|
| ROSE.Sage3.Methods.SgListExp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgListExp :: Typeable a => SgNode a -> IO (Maybe (SgListExp ())) |
| Attempts a dynamic cast of the given node to the type SgListExp.
|
|
| upSgListExp :: Typeable a => SgListExp a -> SgListExp () |
| Performs an upcast of a SgListExp subtype to a SgListExp.
|
|
| newListExp :: Typeable a => Sg_File_Info a -> IO (SgListExp ()) |
| Stub for ::SgListExp::SgListExp of type void (class ::Sg_File_Info*)
|
|
| newListExp2 :: IO (SgListExp ()) |
| Stub for ::SgListExp::SgListExp of type void ()
|
|
| listExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgListExp a -> IO () |
| Stub for ::SgListExp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| listExpClassName :: Typeable a => SgListExp a -> IO String |
| Stub for ::SgListExp::class_name of type ::std::string()
|
|
| listExpGetChildIndex :: (Typeable a, Typeable b) => SgListExp a -> SgNode b -> IO CLong |
| Stub for ::SgListExp::getChildIndex of type long (class ::SgNode*)
|
|
| listExpGetChildIndex2 :: (Typeable a, Typeable b) => SgListExp a -> SgNode b -> IO CSize |
| Stub for ::SgListExp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| listExpGetNumberOfTraversalSuccessors :: Typeable a => SgListExp a -> IO CSize |
| Stub for ::SgListExp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| listExpGetTraversalSuccessorByIndex :: Typeable a => SgListExp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgListExp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| listExpGetTraversalSuccessorContainer :: Typeable a => SgListExp a -> IO [SgNode ()] |
| Stub for ::SgListExp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| listExpGetTraversalSuccessorNamesContainer :: Typeable a => SgListExp a -> IO [CString] |
| Stub for ::SgListExp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| listExpGetType :: Typeable a => SgListExp a -> IO (SgType ()) |
| Stub for ::SgListExp::get_type of type class ::SgType*()
|
|
| listExpIsInMemoryPool :: Typeable a => SgListExp a -> IO Bool |
| Stub for ::SgListExp::isInMemoryPool of type bool ()
|
|
| listExpMemoryUsage :: IO CSize |
| Stub for ::SgListExp::memoryUsage of type ::size_t()
|
|
| listExpNumberOfNodes :: IO CSize |
| Stub for ::SgListExp::numberOfNodes of type ::size_t()
|
|
| listExpPostConstructionInitialization :: Typeable a => SgListExp a -> IO () |
| Stub for ::SgListExp::post_construction_initialization of type void ()
|
|
| listExpSageClassName :: Typeable a => SgListExp a -> IO String |
| Stub for ::SgListExp::sage_class_name of type const char *()
|
|
| listExpVariantT :: Typeable a => SgListExp a -> IO VariantT |
| Stub for ::SgListExp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |