|
| ROSE.Sage3.Methods.SgLshiftOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgLshiftOp :: Typeable a => SgNode a -> IO (Maybe (SgLshiftOp ())) |
| Attempts a dynamic cast of the given node to the type SgLshiftOp.
|
|
| upSgLshiftOp :: Typeable a => SgLshiftOp a -> SgLshiftOp () |
| Performs an upcast of a SgLshiftOp subtype to a SgLshiftOp.
|
|
| newLshiftOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgLshiftOp ()) |
| Stub for ::SgLshiftOp::SgLshiftOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newLshiftOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgLshiftOp ()) |
| Stub for ::SgLshiftOp::SgLshiftOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| lshiftOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgLshiftOp a -> IO () |
| Stub for ::SgLshiftOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| lshiftOpClassName :: Typeable a => SgLshiftOp a -> IO String |
| Stub for ::SgLshiftOp::class_name of type ::std::string()
|
|
| lshiftOpGetChildIndex :: (Typeable a, Typeable b) => SgLshiftOp a -> SgNode b -> IO CLong |
| Stub for ::SgLshiftOp::getChildIndex of type long (class ::SgNode*)
|
|
| lshiftOpGetChildIndex2 :: (Typeable a, Typeable b) => SgLshiftOp a -> SgNode b -> IO CSize |
| Stub for ::SgLshiftOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| lshiftOpGetNumberOfTraversalSuccessors :: Typeable a => SgLshiftOp a -> IO CSize |
| Stub for ::SgLshiftOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| lshiftOpGetTraversalSuccessorByIndex :: Typeable a => SgLshiftOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgLshiftOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| lshiftOpGetTraversalSuccessorContainer :: Typeable a => SgLshiftOp a -> IO [SgNode ()] |
| Stub for ::SgLshiftOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| lshiftOpGetTraversalSuccessorNamesContainer :: Typeable a => SgLshiftOp a -> IO [CString] |
| Stub for ::SgLshiftOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| lshiftOpIsInMemoryPool :: Typeable a => SgLshiftOp a -> IO Bool |
| Stub for ::SgLshiftOp::isInMemoryPool of type bool ()
|
|
| lshiftOpMemoryUsage :: IO CSize |
| Stub for ::SgLshiftOp::memoryUsage of type ::size_t()
|
|
| lshiftOpNumberOfNodes :: IO CSize |
| Stub for ::SgLshiftOp::numberOfNodes of type ::size_t()
|
|
| lshiftOpPostConstructionInitialization :: Typeable a => SgLshiftOp a -> IO () |
| Stub for ::SgLshiftOp::post_construction_initialization of type void ()
|
|
| lshiftOpPrecedence :: Typeable a => SgLshiftOp a -> IO CInt |
| Stub for ::SgLshiftOp::precedence of type int ()
|
|
| lshiftOpSageClassName :: Typeable a => SgLshiftOp a -> IO String |
| Stub for ::SgLshiftOp::sage_class_name of type const char *()
|
|
| lshiftOpVariantT :: Typeable a => SgLshiftOp a -> IO VariantT |
| Stub for ::SgLshiftOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |