|
| ROSE.Sage3.Methods.SgAddOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgAddOp :: Typeable a => SgNode a -> IO (Maybe (SgAddOp ())) |
| Attempts a dynamic cast of the given node to the type SgAddOp.
|
|
| upSgAddOp :: Typeable a => SgAddOp a -> SgAddOp () |
| Performs an upcast of a SgAddOp subtype to a SgAddOp.
|
|
| newAddOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgAddOp ()) |
| Stub for ::SgAddOp::SgAddOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newAddOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgAddOp ()) |
| Stub for ::SgAddOp::SgAddOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| addOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAddOp a -> IO () |
| Stub for ::SgAddOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| addOpClassName :: Typeable a => SgAddOp a -> IO String |
| Stub for ::SgAddOp::class_name of type ::std::string()
|
|
| addOpGetChildIndex :: (Typeable a, Typeable b) => SgAddOp a -> SgNode b -> IO CLong |
| Stub for ::SgAddOp::getChildIndex of type long (class ::SgNode*)
|
|
| addOpGetChildIndex2 :: (Typeable a, Typeable b) => SgAddOp a -> SgNode b -> IO CSize |
| Stub for ::SgAddOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| addOpGetNumberOfTraversalSuccessors :: Typeable a => SgAddOp a -> IO CSize |
| Stub for ::SgAddOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| addOpGetTraversalSuccessorByIndex :: Typeable a => SgAddOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgAddOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| addOpGetTraversalSuccessorContainer :: Typeable a => SgAddOp a -> IO [SgNode ()] |
| Stub for ::SgAddOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| addOpGetTraversalSuccessorNamesContainer :: Typeable a => SgAddOp a -> IO [CString] |
| Stub for ::SgAddOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| addOpIsInMemoryPool :: Typeable a => SgAddOp a -> IO Bool |
| Stub for ::SgAddOp::isInMemoryPool of type bool ()
|
|
| addOpMemoryUsage :: IO CSize |
| Stub for ::SgAddOp::memoryUsage of type ::size_t()
|
|
| addOpNumberOfNodes :: IO CSize |
| Stub for ::SgAddOp::numberOfNodes of type ::size_t()
|
|
| addOpPostConstructionInitialization :: Typeable a => SgAddOp a -> IO () |
| Stub for ::SgAddOp::post_construction_initialization of type void ()
|
|
| addOpPrecedence :: Typeable a => SgAddOp a -> IO CInt |
| Stub for ::SgAddOp::precedence of type int ()
|
|
| addOpSageClassName :: Typeable a => SgAddOp a -> IO String |
| Stub for ::SgAddOp::sage_class_name of type const char *()
|
|
| addOpVariantT :: Typeable a => SgAddOp a -> IO VariantT |
| Stub for ::SgAddOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |