|
| ROSE.Sage3.Methods.SgDivideOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgDivideOp :: Typeable a => SgNode a -> IO (Maybe (SgDivideOp ())) |
| Attempts a dynamic cast of the given node to the type SgDivideOp.
|
|
| upSgDivideOp :: Typeable a => SgDivideOp a -> SgDivideOp () |
| Performs an upcast of a SgDivideOp subtype to a SgDivideOp.
|
|
| newDivideOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgDivideOp ()) |
| Stub for ::SgDivideOp::SgDivideOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newDivideOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgDivideOp ()) |
| Stub for ::SgDivideOp::SgDivideOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| divideOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDivideOp a -> IO () |
| Stub for ::SgDivideOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| divideOpClassName :: Typeable a => SgDivideOp a -> IO String |
| Stub for ::SgDivideOp::class_name of type ::std::string()
|
|
| divideOpGetChildIndex :: (Typeable a, Typeable b) => SgDivideOp a -> SgNode b -> IO CLong |
| Stub for ::SgDivideOp::getChildIndex of type long (class ::SgNode*)
|
|
| divideOpGetChildIndex2 :: (Typeable a, Typeable b) => SgDivideOp a -> SgNode b -> IO CSize |
| Stub for ::SgDivideOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| divideOpGetNumberOfTraversalSuccessors :: Typeable a => SgDivideOp a -> IO CSize |
| Stub for ::SgDivideOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| divideOpGetTraversalSuccessorByIndex :: Typeable a => SgDivideOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgDivideOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| divideOpGetTraversalSuccessorContainer :: Typeable a => SgDivideOp a -> IO [SgNode ()] |
| Stub for ::SgDivideOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| divideOpGetTraversalSuccessorNamesContainer :: Typeable a => SgDivideOp a -> IO [CString] |
| Stub for ::SgDivideOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| divideOpIsInMemoryPool :: Typeable a => SgDivideOp a -> IO Bool |
| Stub for ::SgDivideOp::isInMemoryPool of type bool ()
|
|
| divideOpMemoryUsage :: IO CSize |
| Stub for ::SgDivideOp::memoryUsage of type ::size_t()
|
|
| divideOpNumberOfNodes :: IO CSize |
| Stub for ::SgDivideOp::numberOfNodes of type ::size_t()
|
|
| divideOpPostConstructionInitialization :: Typeable a => SgDivideOp a -> IO () |
| Stub for ::SgDivideOp::post_construction_initialization of type void ()
|
|
| divideOpPrecedence :: Typeable a => SgDivideOp a -> IO CInt |
| Stub for ::SgDivideOp::precedence of type int ()
|
|
| divideOpSageClassName :: Typeable a => SgDivideOp a -> IO String |
| Stub for ::SgDivideOp::sage_class_name of type const char *()
|
|
| divideOpVariantT :: Typeable a => SgDivideOp a -> IO VariantT |
| Stub for ::SgDivideOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |