|
| ROSE.Sage3.Methods.SgModOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgModOp :: Typeable a => SgNode a -> IO (Maybe (SgModOp ())) |
| Attempts a dynamic cast of the given node to the type SgModOp.
|
|
| upSgModOp :: Typeable a => SgModOp a -> SgModOp () |
| Performs an upcast of a SgModOp subtype to a SgModOp.
|
|
| newModOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgModOp ()) |
| Stub for ::SgModOp::SgModOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newModOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgModOp ()) |
| Stub for ::SgModOp::SgModOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| modOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgModOp a -> IO () |
| Stub for ::SgModOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| modOpClassName :: Typeable a => SgModOp a -> IO String |
| Stub for ::SgModOp::class_name of type ::std::string()
|
|
| modOpGetChildIndex :: (Typeable a, Typeable b) => SgModOp a -> SgNode b -> IO CLong |
| Stub for ::SgModOp::getChildIndex of type long (class ::SgNode*)
|
|
| modOpGetChildIndex2 :: (Typeable a, Typeable b) => SgModOp a -> SgNode b -> IO CSize |
| Stub for ::SgModOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| modOpGetNumberOfTraversalSuccessors :: Typeable a => SgModOp a -> IO CSize |
| Stub for ::SgModOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| modOpGetTraversalSuccessorByIndex :: Typeable a => SgModOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgModOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| modOpGetTraversalSuccessorContainer :: Typeable a => SgModOp a -> IO [SgNode ()] |
| Stub for ::SgModOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| modOpGetTraversalSuccessorNamesContainer :: Typeable a => SgModOp a -> IO [CString] |
| Stub for ::SgModOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| modOpIsInMemoryPool :: Typeable a => SgModOp a -> IO Bool |
| Stub for ::SgModOp::isInMemoryPool of type bool ()
|
|
| modOpMemoryUsage :: IO CSize |
| Stub for ::SgModOp::memoryUsage of type ::size_t()
|
|
| modOpNumberOfNodes :: IO CSize |
| Stub for ::SgModOp::numberOfNodes of type ::size_t()
|
|
| modOpPostConstructionInitialization :: Typeable a => SgModOp a -> IO () |
| Stub for ::SgModOp::post_construction_initialization of type void ()
|
|
| modOpPrecedence :: Typeable a => SgModOp a -> IO CInt |
| Stub for ::SgModOp::precedence of type int ()
|
|
| modOpSageClassName :: Typeable a => SgModOp a -> IO String |
| Stub for ::SgModOp::sage_class_name of type const char *()
|
|
| modOpVariantT :: Typeable a => SgModOp a -> IO VariantT |
| Stub for ::SgModOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |