|
| ROSE.Sage3.Methods.SgSubtractOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgSubtractOp :: Typeable a => SgNode a -> IO (Maybe (SgSubtractOp ())) |
| Attempts a dynamic cast of the given node to the type SgSubtractOp.
|
|
| upSgSubtractOp :: Typeable a => SgSubtractOp a -> SgSubtractOp () |
| Performs an upcast of a SgSubtractOp subtype to a SgSubtractOp.
|
|
| newSubtractOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgSubtractOp ()) |
| Stub for ::SgSubtractOp::SgSubtractOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newSubtractOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgSubtractOp ()) |
| Stub for ::SgSubtractOp::SgSubtractOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| subtractOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgSubtractOp a -> IO () |
| Stub for ::SgSubtractOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| subtractOpClassName :: Typeable a => SgSubtractOp a -> IO String |
| Stub for ::SgSubtractOp::class_name of type ::std::string()
|
|
| subtractOpGetChildIndex :: (Typeable a, Typeable b) => SgSubtractOp a -> SgNode b -> IO CLong |
| Stub for ::SgSubtractOp::getChildIndex of type long (class ::SgNode*)
|
|
| subtractOpGetChildIndex2 :: (Typeable a, Typeable b) => SgSubtractOp a -> SgNode b -> IO CSize |
| Stub for ::SgSubtractOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| subtractOpGetNumberOfTraversalSuccessors :: Typeable a => SgSubtractOp a -> IO CSize |
| Stub for ::SgSubtractOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| subtractOpGetTraversalSuccessorByIndex :: Typeable a => SgSubtractOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgSubtractOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| subtractOpGetTraversalSuccessorContainer :: Typeable a => SgSubtractOp a -> IO [SgNode ()] |
| Stub for ::SgSubtractOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| subtractOpGetTraversalSuccessorNamesContainer :: Typeable a => SgSubtractOp a -> IO [CString] |
| Stub for ::SgSubtractOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| subtractOpIsInMemoryPool :: Typeable a => SgSubtractOp a -> IO Bool |
| Stub for ::SgSubtractOp::isInMemoryPool of type bool ()
|
|
| subtractOpMemoryUsage :: IO CSize |
| Stub for ::SgSubtractOp::memoryUsage of type ::size_t()
|
|
| subtractOpNumberOfNodes :: IO CSize |
| Stub for ::SgSubtractOp::numberOfNodes of type ::size_t()
|
|
| subtractOpPostConstructionInitialization :: Typeable a => SgSubtractOp a -> IO () |
| Stub for ::SgSubtractOp::post_construction_initialization of type void ()
|
|
| subtractOpPrecedence :: Typeable a => SgSubtractOp a -> IO CInt |
| Stub for ::SgSubtractOp::precedence of type int ()
|
|
| subtractOpSageClassName :: Typeable a => SgSubtractOp a -> IO String |
| Stub for ::SgSubtractOp::sage_class_name of type const char *()
|
|
| subtractOpVariantT :: Typeable a => SgSubtractOp a -> IO VariantT |
| Stub for ::SgSubtractOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |