|
| ROSE.Sage3.Methods.SgRshiftOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgRshiftOp :: Typeable a => SgNode a -> IO (Maybe (SgRshiftOp ())) |
| Attempts a dynamic cast of the given node to the type SgRshiftOp.
|
|
| upSgRshiftOp :: Typeable a => SgRshiftOp a -> SgRshiftOp () |
| Performs an upcast of a SgRshiftOp subtype to a SgRshiftOp.
|
|
| newRshiftOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgRshiftOp ()) |
| Stub for ::SgRshiftOp::SgRshiftOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newRshiftOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgRshiftOp ()) |
| Stub for ::SgRshiftOp::SgRshiftOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| rshiftOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgRshiftOp a -> IO () |
| Stub for ::SgRshiftOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| rshiftOpClassName :: Typeable a => SgRshiftOp a -> IO String |
| Stub for ::SgRshiftOp::class_name of type ::std::string()
|
|
| rshiftOpGetChildIndex :: (Typeable a, Typeable b) => SgRshiftOp a -> SgNode b -> IO CLong |
| Stub for ::SgRshiftOp::getChildIndex of type long (class ::SgNode*)
|
|
| rshiftOpGetChildIndex2 :: (Typeable a, Typeable b) => SgRshiftOp a -> SgNode b -> IO CSize |
| Stub for ::SgRshiftOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| rshiftOpGetNumberOfTraversalSuccessors :: Typeable a => SgRshiftOp a -> IO CSize |
| Stub for ::SgRshiftOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| rshiftOpGetTraversalSuccessorByIndex :: Typeable a => SgRshiftOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgRshiftOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| rshiftOpGetTraversalSuccessorContainer :: Typeable a => SgRshiftOp a -> IO [SgNode ()] |
| Stub for ::SgRshiftOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| rshiftOpGetTraversalSuccessorNamesContainer :: Typeable a => SgRshiftOp a -> IO [CString] |
| Stub for ::SgRshiftOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| rshiftOpIsInMemoryPool :: Typeable a => SgRshiftOp a -> IO Bool |
| Stub for ::SgRshiftOp::isInMemoryPool of type bool ()
|
|
| rshiftOpMemoryUsage :: IO CSize |
| Stub for ::SgRshiftOp::memoryUsage of type ::size_t()
|
|
| rshiftOpNumberOfNodes :: IO CSize |
| Stub for ::SgRshiftOp::numberOfNodes of type ::size_t()
|
|
| rshiftOpPostConstructionInitialization :: Typeable a => SgRshiftOp a -> IO () |
| Stub for ::SgRshiftOp::post_construction_initialization of type void ()
|
|
| rshiftOpPrecedence :: Typeable a => SgRshiftOp a -> IO CInt |
| Stub for ::SgRshiftOp::precedence of type int ()
|
|
| rshiftOpSageClassName :: Typeable a => SgRshiftOp a -> IO String |
| Stub for ::SgRshiftOp::sage_class_name of type const char *()
|
|
| rshiftOpVariantT :: Typeable a => SgRshiftOp a -> IO VariantT |
| Stub for ::SgRshiftOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |