|
| ROSE.Sage3.Methods.SgArrowStarOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgArrowStarOp :: Typeable a => SgNode a -> IO (Maybe (SgArrowStarOp ())) |
| Attempts a dynamic cast of the given node to the type SgArrowStarOp.
|
|
| upSgArrowStarOp :: Typeable a => SgArrowStarOp a -> SgArrowStarOp () |
| Performs an upcast of a SgArrowStarOp subtype to a SgArrowStarOp.
|
|
| newArrowStarOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgArrowStarOp ()) |
| Stub for ::SgArrowStarOp::SgArrowStarOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newArrowStarOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgArrowStarOp ()) |
| Stub for ::SgArrowStarOp::SgArrowStarOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| arrowStarOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgArrowStarOp a -> IO () |
| Stub for ::SgArrowStarOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| arrowStarOpClassName :: Typeable a => SgArrowStarOp a -> IO String |
| Stub for ::SgArrowStarOp::class_name of type ::std::string()
|
|
| arrowStarOpGetChildIndex :: (Typeable a, Typeable b) => SgArrowStarOp a -> SgNode b -> IO CLong |
| Stub for ::SgArrowStarOp::getChildIndex of type long (class ::SgNode*)
|
|
| arrowStarOpGetChildIndex2 :: (Typeable a, Typeable b) => SgArrowStarOp a -> SgNode b -> IO CSize |
| Stub for ::SgArrowStarOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| arrowStarOpGetNumberOfTraversalSuccessors :: Typeable a => SgArrowStarOp a -> IO CSize |
| Stub for ::SgArrowStarOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| arrowStarOpGetTraversalSuccessorByIndex :: Typeable a => SgArrowStarOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgArrowStarOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| arrowStarOpGetTraversalSuccessorContainer :: Typeable a => SgArrowStarOp a -> IO [SgNode ()] |
| Stub for ::SgArrowStarOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| arrowStarOpGetTraversalSuccessorNamesContainer :: Typeable a => SgArrowStarOp a -> IO [CString] |
| Stub for ::SgArrowStarOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| arrowStarOpGetType :: Typeable a => SgArrowStarOp a -> IO (SgType ()) |
| Stub for ::SgArrowStarOp::get_type of type class ::SgType*()
|
|
| arrowStarOpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgArrowStarOp a -> SgExpression b -> IO Bool |
| Stub for ::SgArrowStarOp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| arrowStarOpIsInMemoryPool :: Typeable a => SgArrowStarOp a -> IO Bool |
| Stub for ::SgArrowStarOp::isInMemoryPool of type bool ()
|
|
| arrowStarOpIsLValue :: Typeable a => SgArrowStarOp a -> IO Bool |
| Stub for ::SgArrowStarOp::isLValue of type bool ()
|
|
| arrowStarOpMemoryUsage :: IO CSize |
| Stub for ::SgArrowStarOp::memoryUsage of type ::size_t()
|
|
| arrowStarOpNumberOfNodes :: IO CSize |
| Stub for ::SgArrowStarOp::numberOfNodes of type ::size_t()
|
|
| arrowStarOpPostConstructionInitialization :: Typeable a => SgArrowStarOp a -> IO () |
| Stub for ::SgArrowStarOp::post_construction_initialization of type void ()
|
|
| arrowStarOpPrecedence :: Typeable a => SgArrowStarOp a -> IO CInt |
| Stub for ::SgArrowStarOp::precedence of type int ()
|
|
| arrowStarOpSageClassName :: Typeable a => SgArrowStarOp a -> IO String |
| Stub for ::SgArrowStarOp::sage_class_name of type const char *()
|
|
| arrowStarOpVariantT :: Typeable a => SgArrowStarOp a -> IO VariantT |
| Stub for ::SgArrowStarOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |