|
| ROSE.Sage3.Methods.SgRshiftAssignOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgRshiftAssignOp :: Typeable a => SgNode a -> IO (Maybe (SgRshiftAssignOp ())) |
| Attempts a dynamic cast of the given node to the type SgRshiftAssignOp.
|
|
| upSgRshiftAssignOp :: Typeable a => SgRshiftAssignOp a -> SgRshiftAssignOp () |
| Performs an upcast of a SgRshiftAssignOp subtype to a SgRshiftAssignOp.
|
|
| newRshiftAssignOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgRshiftAssignOp ()) |
| Stub for ::SgRshiftAssignOp::SgRshiftAssignOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newRshiftAssignOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgRshiftAssignOp ()) |
| Stub for ::SgRshiftAssignOp::SgRshiftAssignOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| rshiftAssignOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgRshiftAssignOp a -> IO () |
| Stub for ::SgRshiftAssignOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| rshiftAssignOpClassName :: Typeable a => SgRshiftAssignOp a -> IO String |
| Stub for ::SgRshiftAssignOp::class_name of type ::std::string()
|
|
| rshiftAssignOpGetChildIndex :: (Typeable a, Typeable b) => SgRshiftAssignOp a -> SgNode b -> IO CLong |
| Stub for ::SgRshiftAssignOp::getChildIndex of type long (class ::SgNode*)
|
|
| rshiftAssignOpGetChildIndex2 :: (Typeable a, Typeable b) => SgRshiftAssignOp a -> SgNode b -> IO CSize |
| Stub for ::SgRshiftAssignOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| rshiftAssignOpGetNumberOfTraversalSuccessors :: Typeable a => SgRshiftAssignOp a -> IO CSize |
| Stub for ::SgRshiftAssignOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| rshiftAssignOpGetTraversalSuccessorByIndex :: Typeable a => SgRshiftAssignOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgRshiftAssignOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| rshiftAssignOpGetTraversalSuccessorContainer :: Typeable a => SgRshiftAssignOp a -> IO [SgNode ()] |
| Stub for ::SgRshiftAssignOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| rshiftAssignOpGetTraversalSuccessorNamesContainer :: Typeable a => SgRshiftAssignOp a -> IO [CString] |
| Stub for ::SgRshiftAssignOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| rshiftAssignOpIsInMemoryPool :: Typeable a => SgRshiftAssignOp a -> IO Bool |
| Stub for ::SgRshiftAssignOp::isInMemoryPool of type bool ()
|
|
| rshiftAssignOpMemoryUsage :: IO CSize |
| Stub for ::SgRshiftAssignOp::memoryUsage of type ::size_t()
|
|
| rshiftAssignOpNumberOfNodes :: IO CSize |
| Stub for ::SgRshiftAssignOp::numberOfNodes of type ::size_t()
|
|
| rshiftAssignOpPostConstructionInitialization :: Typeable a => SgRshiftAssignOp a -> IO () |
| Stub for ::SgRshiftAssignOp::post_construction_initialization of type void ()
|
|
| rshiftAssignOpPrecedence :: Typeable a => SgRshiftAssignOp a -> IO CInt |
| Stub for ::SgRshiftAssignOp::precedence of type int ()
|
|
| rshiftAssignOpSageClassName :: Typeable a => SgRshiftAssignOp a -> IO String |
| Stub for ::SgRshiftAssignOp::sage_class_name of type const char *()
|
|
| rshiftAssignOpVariantT :: Typeable a => SgRshiftAssignOp a -> IO VariantT |
| Stub for ::SgRshiftAssignOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |