|
| ROSE.Sage3.Methods.SgUnaryAddOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgUnaryAddOp :: Typeable a => SgNode a -> IO (Maybe (SgUnaryAddOp ())) |
| Attempts a dynamic cast of the given node to the type SgUnaryAddOp.
|
|
| upSgUnaryAddOp :: Typeable a => SgUnaryAddOp a -> SgUnaryAddOp () |
| Performs an upcast of a SgUnaryAddOp subtype to a SgUnaryAddOp.
|
|
| newUnaryAddOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgUnaryAddOp ()) |
| Stub for ::SgUnaryAddOp::SgUnaryAddOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newUnaryAddOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgUnaryAddOp ()) |
| Stub for ::SgUnaryAddOp::SgUnaryAddOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| unaryAddOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUnaryAddOp a -> IO () |
| Stub for ::SgUnaryAddOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| unaryAddOpClassName :: Typeable a => SgUnaryAddOp a -> IO String |
| Stub for ::SgUnaryAddOp::class_name of type ::std::string()
|
|
| unaryAddOpGetChildIndex :: (Typeable a, Typeable b) => SgUnaryAddOp a -> SgNode b -> IO CLong |
| Stub for ::SgUnaryAddOp::getChildIndex of type long (class ::SgNode*)
|
|
| unaryAddOpGetChildIndex2 :: (Typeable a, Typeable b) => SgUnaryAddOp a -> SgNode b -> IO CSize |
| Stub for ::SgUnaryAddOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| unaryAddOpGetNumberOfTraversalSuccessors :: Typeable a => SgUnaryAddOp a -> IO CSize |
| Stub for ::SgUnaryAddOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| unaryAddOpGetTraversalSuccessorByIndex :: Typeable a => SgUnaryAddOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgUnaryAddOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| unaryAddOpGetTraversalSuccessorContainer :: Typeable a => SgUnaryAddOp a -> IO [SgNode ()] |
| Stub for ::SgUnaryAddOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| unaryAddOpGetTraversalSuccessorNamesContainer :: Typeable a => SgUnaryAddOp a -> IO [CString] |
| Stub for ::SgUnaryAddOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| unaryAddOpIsInMemoryPool :: Typeable a => SgUnaryAddOp a -> IO Bool |
| Stub for ::SgUnaryAddOp::isInMemoryPool of type bool ()
|
|
| unaryAddOpMemoryUsage :: IO CSize |
| Stub for ::SgUnaryAddOp::memoryUsage of type ::size_t()
|
|
| unaryAddOpNumberOfNodes :: IO CSize |
| Stub for ::SgUnaryAddOp::numberOfNodes of type ::size_t()
|
|
| unaryAddOpPostConstructionInitialization :: Typeable a => SgUnaryAddOp a -> IO () |
| Stub for ::SgUnaryAddOp::post_construction_initialization of type void ()
|
|
| unaryAddOpPrecedence :: Typeable a => SgUnaryAddOp a -> IO CInt |
| Stub for ::SgUnaryAddOp::precedence of type int ()
|
|
| unaryAddOpSageClassName :: Typeable a => SgUnaryAddOp a -> IO String |
| Stub for ::SgUnaryAddOp::sage_class_name of type const char *()
|
|
| unaryAddOpVariantT :: Typeable a => SgUnaryAddOp a -> IO VariantT |
| Stub for ::SgUnaryAddOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |