|
| ROSE.Sage3.Methods.SgIorAssignOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgIorAssignOp :: Typeable a => SgNode a -> IO (Maybe (SgIorAssignOp ())) |
| Attempts a dynamic cast of the given node to the type SgIorAssignOp.
|
|
| upSgIorAssignOp :: Typeable a => SgIorAssignOp a -> SgIorAssignOp () |
| Performs an upcast of a SgIorAssignOp subtype to a SgIorAssignOp.
|
|
| newIorAssignOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgIorAssignOp ()) |
| Stub for ::SgIorAssignOp::SgIorAssignOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newIorAssignOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgIorAssignOp ()) |
| Stub for ::SgIorAssignOp::SgIorAssignOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| iorAssignOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgIorAssignOp a -> IO () |
| Stub for ::SgIorAssignOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| iorAssignOpClassName :: Typeable a => SgIorAssignOp a -> IO String |
| Stub for ::SgIorAssignOp::class_name of type ::std::string()
|
|
| iorAssignOpGetChildIndex :: (Typeable a, Typeable b) => SgIorAssignOp a -> SgNode b -> IO CLong |
| Stub for ::SgIorAssignOp::getChildIndex of type long (class ::SgNode*)
|
|
| iorAssignOpGetChildIndex2 :: (Typeable a, Typeable b) => SgIorAssignOp a -> SgNode b -> IO CSize |
| Stub for ::SgIorAssignOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| iorAssignOpGetNumberOfTraversalSuccessors :: Typeable a => SgIorAssignOp a -> IO CSize |
| Stub for ::SgIorAssignOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| iorAssignOpGetTraversalSuccessorByIndex :: Typeable a => SgIorAssignOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgIorAssignOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| iorAssignOpGetTraversalSuccessorContainer :: Typeable a => SgIorAssignOp a -> IO [SgNode ()] |
| Stub for ::SgIorAssignOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| iorAssignOpGetTraversalSuccessorNamesContainer :: Typeable a => SgIorAssignOp a -> IO [CString] |
| Stub for ::SgIorAssignOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| iorAssignOpIsInMemoryPool :: Typeable a => SgIorAssignOp a -> IO Bool |
| Stub for ::SgIorAssignOp::isInMemoryPool of type bool ()
|
|
| iorAssignOpMemoryUsage :: IO CSize |
| Stub for ::SgIorAssignOp::memoryUsage of type ::size_t()
|
|
| iorAssignOpNumberOfNodes :: IO CSize |
| Stub for ::SgIorAssignOp::numberOfNodes of type ::size_t()
|
|
| iorAssignOpPostConstructionInitialization :: Typeable a => SgIorAssignOp a -> IO () |
| Stub for ::SgIorAssignOp::post_construction_initialization of type void ()
|
|
| iorAssignOpPrecedence :: Typeable a => SgIorAssignOp a -> IO CInt |
| Stub for ::SgIorAssignOp::precedence of type int ()
|
|
| iorAssignOpSageClassName :: Typeable a => SgIorAssignOp a -> IO String |
| Stub for ::SgIorAssignOp::sage_class_name of type const char *()
|
|
| iorAssignOpVariantT :: Typeable a => SgIorAssignOp a -> IO VariantT |
| Stub for ::SgIorAssignOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |