|
| ROSE.Sage3.Methods.SgScopeOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgScopeOp :: Typeable a => SgNode a -> IO (Maybe (SgScopeOp ())) |
| Attempts a dynamic cast of the given node to the type SgScopeOp.
|
|
| upSgScopeOp :: Typeable a => SgScopeOp a -> SgScopeOp () |
| Performs an upcast of a SgScopeOp subtype to a SgScopeOp.
|
|
| newScopeOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgScopeOp ()) |
| Stub for ::SgScopeOp::SgScopeOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newScopeOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgScopeOp ()) |
| Stub for ::SgScopeOp::SgScopeOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| scopeOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgScopeOp a -> IO () |
| Stub for ::SgScopeOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| scopeOpClassName :: Typeable a => SgScopeOp a -> IO String |
| Stub for ::SgScopeOp::class_name of type ::std::string()
|
|
| scopeOpGetChildIndex :: (Typeable a, Typeable b) => SgScopeOp a -> SgNode b -> IO CLong |
| Stub for ::SgScopeOp::getChildIndex of type long (class ::SgNode*)
|
|
| scopeOpGetChildIndex2 :: (Typeable a, Typeable b) => SgScopeOp a -> SgNode b -> IO CSize |
| Stub for ::SgScopeOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| scopeOpGetNumberOfTraversalSuccessors :: Typeable a => SgScopeOp a -> IO CSize |
| Stub for ::SgScopeOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| scopeOpGetTraversalSuccessorByIndex :: Typeable a => SgScopeOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgScopeOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| scopeOpGetTraversalSuccessorContainer :: Typeable a => SgScopeOp a -> IO [SgNode ()] |
| Stub for ::SgScopeOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| scopeOpGetTraversalSuccessorNamesContainer :: Typeable a => SgScopeOp a -> IO [CString] |
| Stub for ::SgScopeOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| scopeOpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgScopeOp a -> SgExpression b -> IO Bool |
| Stub for ::SgScopeOp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| scopeOpIsInMemoryPool :: Typeable a => SgScopeOp a -> IO Bool |
| Stub for ::SgScopeOp::isInMemoryPool of type bool ()
|
|
| scopeOpIsLValue :: Typeable a => SgScopeOp a -> IO Bool |
| Stub for ::SgScopeOp::isLValue of type bool ()
|
|
| scopeOpMemoryUsage :: IO CSize |
| Stub for ::SgScopeOp::memoryUsage of type ::size_t()
|
|
| scopeOpNumberOfNodes :: IO CSize |
| Stub for ::SgScopeOp::numberOfNodes of type ::size_t()
|
|
| scopeOpPostConstructionInitialization :: Typeable a => SgScopeOp a -> IO () |
| Stub for ::SgScopeOp::post_construction_initialization of type void ()
|
|
| scopeOpPrecedence :: Typeable a => SgScopeOp a -> IO CInt |
| Stub for ::SgScopeOp::precedence of type int ()
|
|
| scopeOpSageClassName :: Typeable a => SgScopeOp a -> IO String |
| Stub for ::SgScopeOp::sage_class_name of type const char *()
|
|
| scopeOpVariantT :: Typeable a => SgScopeOp a -> IO VariantT |
| Stub for ::SgScopeOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |