|
| ROSE.Sage3.Methods.SgMultAssignOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgMultAssignOp :: Typeable a => SgNode a -> IO (Maybe (SgMultAssignOp ())) |
| Attempts a dynamic cast of the given node to the type SgMultAssignOp.
|
|
| upSgMultAssignOp :: Typeable a => SgMultAssignOp a -> SgMultAssignOp () |
| Performs an upcast of a SgMultAssignOp subtype to a SgMultAssignOp.
|
|
| newMultAssignOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgMultAssignOp ()) |
| Stub for ::SgMultAssignOp::SgMultAssignOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newMultAssignOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgMultAssignOp ()) |
| Stub for ::SgMultAssignOp::SgMultAssignOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| multAssignOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgMultAssignOp a -> IO () |
| Stub for ::SgMultAssignOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| multAssignOpClassName :: Typeable a => SgMultAssignOp a -> IO String |
| Stub for ::SgMultAssignOp::class_name of type ::std::string()
|
|
| multAssignOpGetChildIndex :: (Typeable a, Typeable b) => SgMultAssignOp a -> SgNode b -> IO CLong |
| Stub for ::SgMultAssignOp::getChildIndex of type long (class ::SgNode*)
|
|
| multAssignOpGetChildIndex2 :: (Typeable a, Typeable b) => SgMultAssignOp a -> SgNode b -> IO CSize |
| Stub for ::SgMultAssignOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| multAssignOpGetNumberOfTraversalSuccessors :: Typeable a => SgMultAssignOp a -> IO CSize |
| Stub for ::SgMultAssignOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| multAssignOpGetTraversalSuccessorByIndex :: Typeable a => SgMultAssignOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgMultAssignOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| multAssignOpGetTraversalSuccessorContainer :: Typeable a => SgMultAssignOp a -> IO [SgNode ()] |
| Stub for ::SgMultAssignOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| multAssignOpGetTraversalSuccessorNamesContainer :: Typeable a => SgMultAssignOp a -> IO [CString] |
| Stub for ::SgMultAssignOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| multAssignOpIsInMemoryPool :: Typeable a => SgMultAssignOp a -> IO Bool |
| Stub for ::SgMultAssignOp::isInMemoryPool of type bool ()
|
|
| multAssignOpMemoryUsage :: IO CSize |
| Stub for ::SgMultAssignOp::memoryUsage of type ::size_t()
|
|
| multAssignOpNumberOfNodes :: IO CSize |
| Stub for ::SgMultAssignOp::numberOfNodes of type ::size_t()
|
|
| multAssignOpPostConstructionInitialization :: Typeable a => SgMultAssignOp a -> IO () |
| Stub for ::SgMultAssignOp::post_construction_initialization of type void ()
|
|
| multAssignOpPrecedence :: Typeable a => SgMultAssignOp a -> IO CInt |
| Stub for ::SgMultAssignOp::precedence of type int ()
|
|
| multAssignOpSageClassName :: Typeable a => SgMultAssignOp a -> IO String |
| Stub for ::SgMultAssignOp::sage_class_name of type const char *()
|
|
| multAssignOpVariantT :: Typeable a => SgMultAssignOp a -> IO VariantT |
| Stub for ::SgMultAssignOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |