|
| ROSE.Sage3.Methods.SgOrOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgOrOp :: Typeable a => SgNode a -> IO (Maybe (SgOrOp ())) |
| Attempts a dynamic cast of the given node to the type SgOrOp.
|
|
| upSgOrOp :: Typeable a => SgOrOp a -> SgOrOp () |
| Performs an upcast of a SgOrOp subtype to a SgOrOp.
|
|
| newOrOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgOrOp ()) |
| Stub for ::SgOrOp::SgOrOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newOrOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgOrOp ()) |
| Stub for ::SgOrOp::SgOrOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| orOpCfgIsIndexInteresting :: Typeable a => SgOrOp a -> CUInt -> IO Bool |
| Stub for ::SgOrOp::cfgIsIndexInteresting of type bool (unsigned int )
|
|
| orOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOrOp a -> IO () |
| Stub for ::SgOrOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| orOpClassName :: Typeable a => SgOrOp a -> IO String |
| Stub for ::SgOrOp::class_name of type ::std::string()
|
|
| orOpGetChildIndex :: (Typeable a, Typeable b) => SgOrOp a -> SgNode b -> IO CLong |
| Stub for ::SgOrOp::getChildIndex of type long (class ::SgNode*)
|
|
| orOpGetChildIndex2 :: (Typeable a, Typeable b) => SgOrOp a -> SgNode b -> IO CSize |
| Stub for ::SgOrOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| orOpGetNumberOfTraversalSuccessors :: Typeable a => SgOrOp a -> IO CSize |
| Stub for ::SgOrOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| orOpGetTraversalSuccessorByIndex :: Typeable a => SgOrOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgOrOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| orOpGetTraversalSuccessorContainer :: Typeable a => SgOrOp a -> IO [SgNode ()] |
| Stub for ::SgOrOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| orOpGetTraversalSuccessorNamesContainer :: Typeable a => SgOrOp a -> IO [CString] |
| Stub for ::SgOrOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| orOpGetType :: Typeable a => SgOrOp a -> IO (SgType ()) |
| Stub for ::SgOrOp::get_type of type class ::SgType*()
|
|
| orOpIsInMemoryPool :: Typeable a => SgOrOp a -> IO Bool |
| Stub for ::SgOrOp::isInMemoryPool of type bool ()
|
|
| orOpMemoryUsage :: IO CSize |
| Stub for ::SgOrOp::memoryUsage of type ::size_t()
|
|
| orOpNumberOfNodes :: IO CSize |
| Stub for ::SgOrOp::numberOfNodes of type ::size_t()
|
|
| orOpPostConstructionInitialization :: Typeable a => SgOrOp a -> IO () |
| Stub for ::SgOrOp::post_construction_initialization of type void ()
|
|
| orOpPrecedence :: Typeable a => SgOrOp a -> IO CInt |
| Stub for ::SgOrOp::precedence of type int ()
|
|
| orOpSageClassName :: Typeable a => SgOrOp a -> IO String |
| Stub for ::SgOrOp::sage_class_name of type const char *()
|
|
| orOpVariantT :: Typeable a => SgOrOp a -> IO VariantT |
| Stub for ::SgOrOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |