|
| ROSE.Sage3.Methods.SgPlusPlusOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgPlusPlusOp :: Typeable a => SgNode a -> IO (Maybe (SgPlusPlusOp ())) |
| Attempts a dynamic cast of the given node to the type SgPlusPlusOp.
|
|
| upSgPlusPlusOp :: Typeable a => SgPlusPlusOp a -> SgPlusPlusOp () |
| Performs an upcast of a SgPlusPlusOp subtype to a SgPlusPlusOp.
|
|
| newPlusPlusOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgPlusPlusOp ()) |
| Stub for ::SgPlusPlusOp::SgPlusPlusOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newPlusPlusOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgPlusPlusOp ()) |
| Stub for ::SgPlusPlusOp::SgPlusPlusOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| plusPlusOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgPlusPlusOp a -> IO () |
| Stub for ::SgPlusPlusOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| plusPlusOpClassName :: Typeable a => SgPlusPlusOp a -> IO String |
| Stub for ::SgPlusPlusOp::class_name of type ::std::string()
|
|
| plusPlusOpGetChildIndex :: (Typeable a, Typeable b) => SgPlusPlusOp a -> SgNode b -> IO CLong |
| Stub for ::SgPlusPlusOp::getChildIndex of type long (class ::SgNode*)
|
|
| plusPlusOpGetChildIndex2 :: (Typeable a, Typeable b) => SgPlusPlusOp a -> SgNode b -> IO CSize |
| Stub for ::SgPlusPlusOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| plusPlusOpGetNumberOfTraversalSuccessors :: Typeable a => SgPlusPlusOp a -> IO CSize |
| Stub for ::SgPlusPlusOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| plusPlusOpGetTraversalSuccessorByIndex :: Typeable a => SgPlusPlusOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgPlusPlusOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| plusPlusOpGetTraversalSuccessorContainer :: Typeable a => SgPlusPlusOp a -> IO [SgNode ()] |
| Stub for ::SgPlusPlusOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| plusPlusOpGetTraversalSuccessorNamesContainer :: Typeable a => SgPlusPlusOp a -> IO [CString] |
| Stub for ::SgPlusPlusOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| plusPlusOpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgPlusPlusOp a -> SgExpression b -> IO Bool |
| Stub for ::SgPlusPlusOp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| plusPlusOpIsInMemoryPool :: Typeable a => SgPlusPlusOp a -> IO Bool |
| Stub for ::SgPlusPlusOp::isInMemoryPool of type bool ()
|
|
| plusPlusOpIsLValue :: Typeable a => SgPlusPlusOp a -> IO Bool |
| Stub for ::SgPlusPlusOp::isLValue of type bool ()
|
|
| plusPlusOpMemoryUsage :: IO CSize |
| Stub for ::SgPlusPlusOp::memoryUsage of type ::size_t()
|
|
| plusPlusOpNumberOfNodes :: IO CSize |
| Stub for ::SgPlusPlusOp::numberOfNodes of type ::size_t()
|
|
| plusPlusOpPostConstructionInitialization :: Typeable a => SgPlusPlusOp a -> IO () |
| Stub for ::SgPlusPlusOp::post_construction_initialization of type void ()
|
|
| plusPlusOpPrecedence :: Typeable a => SgPlusPlusOp a -> IO CInt |
| Stub for ::SgPlusPlusOp::precedence of type int ()
|
|
| plusPlusOpSageClassName :: Typeable a => SgPlusPlusOp a -> IO String |
| Stub for ::SgPlusPlusOp::sage_class_name of type const char *()
|
|
| plusPlusOpVariantT :: Typeable a => SgPlusPlusOp a -> IO VariantT |
| Stub for ::SgPlusPlusOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |