|
| ROSE.Sage3.Methods.SgMinusOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgMinusOp :: Typeable a => SgNode a -> IO (Maybe (SgMinusOp ())) |
| Attempts a dynamic cast of the given node to the type SgMinusOp.
|
|
| upSgMinusOp :: Typeable a => SgMinusOp a -> SgMinusOp () |
| Performs an upcast of a SgMinusOp subtype to a SgMinusOp.
|
|
| newMinusOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgMinusOp ()) |
| Stub for ::SgMinusOp::SgMinusOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newMinusOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgMinusOp ()) |
| Stub for ::SgMinusOp::SgMinusOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| minusOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgMinusOp a -> IO () |
| Stub for ::SgMinusOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| minusOpClassName :: Typeable a => SgMinusOp a -> IO String |
| Stub for ::SgMinusOp::class_name of type ::std::string()
|
|
| minusOpGetChildIndex :: (Typeable a, Typeable b) => SgMinusOp a -> SgNode b -> IO CLong |
| Stub for ::SgMinusOp::getChildIndex of type long (class ::SgNode*)
|
|
| minusOpGetChildIndex2 :: (Typeable a, Typeable b) => SgMinusOp a -> SgNode b -> IO CSize |
| Stub for ::SgMinusOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| minusOpGetNumberOfTraversalSuccessors :: Typeable a => SgMinusOp a -> IO CSize |
| Stub for ::SgMinusOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| minusOpGetTraversalSuccessorByIndex :: Typeable a => SgMinusOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgMinusOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| minusOpGetTraversalSuccessorContainer :: Typeable a => SgMinusOp a -> IO [SgNode ()] |
| Stub for ::SgMinusOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| minusOpGetTraversalSuccessorNamesContainer :: Typeable a => SgMinusOp a -> IO [CString] |
| Stub for ::SgMinusOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| minusOpIsInMemoryPool :: Typeable a => SgMinusOp a -> IO Bool |
| Stub for ::SgMinusOp::isInMemoryPool of type bool ()
|
|
| minusOpMemoryUsage :: IO CSize |
| Stub for ::SgMinusOp::memoryUsage of type ::size_t()
|
|
| minusOpNumberOfNodes :: IO CSize |
| Stub for ::SgMinusOp::numberOfNodes of type ::size_t()
|
|
| minusOpPostConstructionInitialization :: Typeable a => SgMinusOp a -> IO () |
| Stub for ::SgMinusOp::post_construction_initialization of type void ()
|
|
| minusOpPrecedence :: Typeable a => SgMinusOp a -> IO CInt |
| Stub for ::SgMinusOp::precedence of type int ()
|
|
| minusOpSageClassName :: Typeable a => SgMinusOp a -> IO String |
| Stub for ::SgMinusOp::sage_class_name of type const char *()
|
|
| minusOpVariantT :: Typeable a => SgMinusOp a -> IO VariantT |
| Stub for ::SgMinusOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |