|
| ROSE.Sage3.Methods.SgModAssignOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgModAssignOp :: Typeable a => SgNode a -> IO (Maybe (SgModAssignOp ())) |
| Attempts a dynamic cast of the given node to the type SgModAssignOp.
|
|
| upSgModAssignOp :: Typeable a => SgModAssignOp a -> SgModAssignOp () |
| Performs an upcast of a SgModAssignOp subtype to a SgModAssignOp.
|
|
| newModAssignOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgModAssignOp ()) |
| Stub for ::SgModAssignOp::SgModAssignOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newModAssignOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgModAssignOp ()) |
| Stub for ::SgModAssignOp::SgModAssignOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| modAssignOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgModAssignOp a -> IO () |
| Stub for ::SgModAssignOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| modAssignOpClassName :: Typeable a => SgModAssignOp a -> IO String |
| Stub for ::SgModAssignOp::class_name of type ::std::string()
|
|
| modAssignOpGetChildIndex :: (Typeable a, Typeable b) => SgModAssignOp a -> SgNode b -> IO CLong |
| Stub for ::SgModAssignOp::getChildIndex of type long (class ::SgNode*)
|
|
| modAssignOpGetChildIndex2 :: (Typeable a, Typeable b) => SgModAssignOp a -> SgNode b -> IO CSize |
| Stub for ::SgModAssignOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| modAssignOpGetNumberOfTraversalSuccessors :: Typeable a => SgModAssignOp a -> IO CSize |
| Stub for ::SgModAssignOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| modAssignOpGetTraversalSuccessorByIndex :: Typeable a => SgModAssignOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgModAssignOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| modAssignOpGetTraversalSuccessorContainer :: Typeable a => SgModAssignOp a -> IO [SgNode ()] |
| Stub for ::SgModAssignOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| modAssignOpGetTraversalSuccessorNamesContainer :: Typeable a => SgModAssignOp a -> IO [CString] |
| Stub for ::SgModAssignOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| modAssignOpIsInMemoryPool :: Typeable a => SgModAssignOp a -> IO Bool |
| Stub for ::SgModAssignOp::isInMemoryPool of type bool ()
|
|
| modAssignOpMemoryUsage :: IO CSize |
| Stub for ::SgModAssignOp::memoryUsage of type ::size_t()
|
|
| modAssignOpNumberOfNodes :: IO CSize |
| Stub for ::SgModAssignOp::numberOfNodes of type ::size_t()
|
|
| modAssignOpPostConstructionInitialization :: Typeable a => SgModAssignOp a -> IO () |
| Stub for ::SgModAssignOp::post_construction_initialization of type void ()
|
|
| modAssignOpPrecedence :: Typeable a => SgModAssignOp a -> IO CInt |
| Stub for ::SgModAssignOp::precedence of type int ()
|
|
| modAssignOpSageClassName :: Typeable a => SgModAssignOp a -> IO String |
| Stub for ::SgModAssignOp::sage_class_name of type const char *()
|
|
| modAssignOpVariantT :: Typeable a => SgModAssignOp a -> IO VariantT |
| Stub for ::SgModAssignOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |