|
| ROSE.Sage3.Methods.SgDivAssignOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgDivAssignOp :: Typeable a => SgNode a -> IO (Maybe (SgDivAssignOp ())) |
| Attempts a dynamic cast of the given node to the type SgDivAssignOp.
|
|
| upSgDivAssignOp :: Typeable a => SgDivAssignOp a -> SgDivAssignOp () |
| Performs an upcast of a SgDivAssignOp subtype to a SgDivAssignOp.
|
|
| newDivAssignOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgDivAssignOp ()) |
| Stub for ::SgDivAssignOp::SgDivAssignOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newDivAssignOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgDivAssignOp ()) |
| Stub for ::SgDivAssignOp::SgDivAssignOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| divAssignOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDivAssignOp a -> IO () |
| Stub for ::SgDivAssignOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| divAssignOpClassName :: Typeable a => SgDivAssignOp a -> IO String |
| Stub for ::SgDivAssignOp::class_name of type ::std::string()
|
|
| divAssignOpGetChildIndex :: (Typeable a, Typeable b) => SgDivAssignOp a -> SgNode b -> IO CLong |
| Stub for ::SgDivAssignOp::getChildIndex of type long (class ::SgNode*)
|
|
| divAssignOpGetChildIndex2 :: (Typeable a, Typeable b) => SgDivAssignOp a -> SgNode b -> IO CSize |
| Stub for ::SgDivAssignOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| divAssignOpGetNumberOfTraversalSuccessors :: Typeable a => SgDivAssignOp a -> IO CSize |
| Stub for ::SgDivAssignOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| divAssignOpGetTraversalSuccessorByIndex :: Typeable a => SgDivAssignOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgDivAssignOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| divAssignOpGetTraversalSuccessorContainer :: Typeable a => SgDivAssignOp a -> IO [SgNode ()] |
| Stub for ::SgDivAssignOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| divAssignOpGetTraversalSuccessorNamesContainer :: Typeable a => SgDivAssignOp a -> IO [CString] |
| Stub for ::SgDivAssignOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| divAssignOpIsInMemoryPool :: Typeable a => SgDivAssignOp a -> IO Bool |
| Stub for ::SgDivAssignOp::isInMemoryPool of type bool ()
|
|
| divAssignOpMemoryUsage :: IO CSize |
| Stub for ::SgDivAssignOp::memoryUsage of type ::size_t()
|
|
| divAssignOpNumberOfNodes :: IO CSize |
| Stub for ::SgDivAssignOp::numberOfNodes of type ::size_t()
|
|
| divAssignOpPostConstructionInitialization :: Typeable a => SgDivAssignOp a -> IO () |
| Stub for ::SgDivAssignOp::post_construction_initialization of type void ()
|
|
| divAssignOpPrecedence :: Typeable a => SgDivAssignOp a -> IO CInt |
| Stub for ::SgDivAssignOp::precedence of type int ()
|
|
| divAssignOpSageClassName :: Typeable a => SgDivAssignOp a -> IO String |
| Stub for ::SgDivAssignOp::sage_class_name of type const char *()
|
|
| divAssignOpVariantT :: Typeable a => SgDivAssignOp a -> IO VariantT |
| Stub for ::SgDivAssignOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |