|
| ROSE.Sage3.Methods.SgThrowOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgThrowOp :: Typeable a => SgNode a -> IO (Maybe (SgThrowOp ())) |
| Attempts a dynamic cast of the given node to the type SgThrowOp.
|
|
| upSgThrowOp :: Typeable a => SgThrowOp a -> SgThrowOp () |
| Performs an upcast of a SgThrowOp subtype to a SgThrowOp.
|
|
| throwOpCfgIndexForEnd :: Typeable a => SgThrowOp a -> IO CUInt |
| Stub for ::SgThrowOp::cfgIndexForEnd of type unsigned int ()
|
|
| throwOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgThrowOp a -> IO () |
| Stub for ::SgThrowOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| throwOpClassName :: Typeable a => SgThrowOp a -> IO String |
| Stub for ::SgThrowOp::class_name of type ::std::string()
|
|
| throwOpGetChildIndex :: (Typeable a, Typeable b) => SgThrowOp a -> SgNode b -> IO CLong |
| Stub for ::SgThrowOp::getChildIndex of type long (class ::SgNode*)
|
|
| throwOpGetChildIndex2 :: (Typeable a, Typeable b) => SgThrowOp a -> SgNode b -> IO CSize |
| Stub for ::SgThrowOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| throwOpGetNumberOfTraversalSuccessors :: Typeable a => SgThrowOp a -> IO CSize |
| Stub for ::SgThrowOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| throwOpGetTraversalSuccessorByIndex :: Typeable a => SgThrowOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgThrowOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| throwOpGetTraversalSuccessorContainer :: Typeable a => SgThrowOp a -> IO [SgNode ()] |
| Stub for ::SgThrowOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| throwOpGetTraversalSuccessorNamesContainer :: Typeable a => SgThrowOp a -> IO [CString] |
| Stub for ::SgThrowOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| throwOpGetType :: Typeable a => SgThrowOp a -> IO (SgType ()) |
| Stub for ::SgThrowOp::get_type of type class ::SgType*()
|
|
| throwOpIsInMemoryPool :: Typeable a => SgThrowOp a -> IO Bool |
| Stub for ::SgThrowOp::isInMemoryPool of type bool ()
|
|
| throwOpMemoryUsage :: IO CSize |
| Stub for ::SgThrowOp::memoryUsage of type ::size_t()
|
|
| throwOpNumberOfNodes :: IO CSize |
| Stub for ::SgThrowOp::numberOfNodes of type ::size_t()
|
|
| throwOpPostConstructionInitialization :: Typeable a => SgThrowOp a -> IO () |
| Stub for ::SgThrowOp::post_construction_initialization of type void ()
|
|
| throwOpPrecedence :: Typeable a => SgThrowOp a -> IO CInt |
| Stub for ::SgThrowOp::precedence of type int ()
|
|
| throwOpSageClassName :: Typeable a => SgThrowOp a -> IO String |
| Stub for ::SgThrowOp::sage_class_name of type const char *()
|
|
| throwOpVariantT :: Typeable a => SgThrowOp a -> IO VariantT |
| Stub for ::SgThrowOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |