|
| ROSE.Sage3.Methods.SgRealPartOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgRealPartOp :: Typeable a => SgNode a -> IO (Maybe (SgRealPartOp ())) |
| Attempts a dynamic cast of the given node to the type SgRealPartOp.
|
|
| upSgRealPartOp :: Typeable a => SgRealPartOp a -> SgRealPartOp () |
| Performs an upcast of a SgRealPartOp subtype to a SgRealPartOp.
|
|
| newRealPartOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgRealPartOp ()) |
| Stub for ::SgRealPartOp::SgRealPartOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newRealPartOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgRealPartOp ()) |
| Stub for ::SgRealPartOp::SgRealPartOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| realPartOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgRealPartOp a -> IO () |
| Stub for ::SgRealPartOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| realPartOpClassName :: Typeable a => SgRealPartOp a -> IO String |
| Stub for ::SgRealPartOp::class_name of type ::std::string()
|
|
| realPartOpGetChildIndex :: (Typeable a, Typeable b) => SgRealPartOp a -> SgNode b -> IO CLong |
| Stub for ::SgRealPartOp::getChildIndex of type long (class ::SgNode*)
|
|
| realPartOpGetChildIndex2 :: (Typeable a, Typeable b) => SgRealPartOp a -> SgNode b -> IO CSize |
| Stub for ::SgRealPartOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| realPartOpGetNumberOfTraversalSuccessors :: Typeable a => SgRealPartOp a -> IO CSize |
| Stub for ::SgRealPartOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| realPartOpGetTraversalSuccessorByIndex :: Typeable a => SgRealPartOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgRealPartOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| realPartOpGetTraversalSuccessorContainer :: Typeable a => SgRealPartOp a -> IO [SgNode ()] |
| Stub for ::SgRealPartOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| realPartOpGetTraversalSuccessorNamesContainer :: Typeable a => SgRealPartOp a -> IO [CString] |
| Stub for ::SgRealPartOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| realPartOpIsInMemoryPool :: Typeable a => SgRealPartOp a -> IO Bool |
| Stub for ::SgRealPartOp::isInMemoryPool of type bool ()
|
|
| realPartOpMemoryUsage :: IO CSize |
| Stub for ::SgRealPartOp::memoryUsage of type ::size_t()
|
|
| realPartOpNumberOfNodes :: IO CSize |
| Stub for ::SgRealPartOp::numberOfNodes of type ::size_t()
|
|
| realPartOpPostConstructionInitialization :: Typeable a => SgRealPartOp a -> IO () |
| Stub for ::SgRealPartOp::post_construction_initialization of type void ()
|
|
| realPartOpPrecedence :: Typeable a => SgRealPartOp a -> IO CInt |
| Stub for ::SgRealPartOp::precedence of type int ()
|
|
| realPartOpSageClassName :: Typeable a => SgRealPartOp a -> IO String |
| Stub for ::SgRealPartOp::sage_class_name of type const char *()
|
|
| realPartOpVariantT :: Typeable a => SgRealPartOp a -> IO VariantT |
| Stub for ::SgRealPartOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |