|
| ROSE.Sage3.Methods.SgArrowExp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgArrowExp :: Typeable a => SgNode a -> IO (Maybe (SgArrowExp ())) |
| Attempts a dynamic cast of the given node to the type SgArrowExp.
|
|
| upSgArrowExp :: Typeable a => SgArrowExp a -> SgArrowExp () |
| Performs an upcast of a SgArrowExp subtype to a SgArrowExp.
|
|
| newArrowExp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgArrowExp ()) |
| Stub for ::SgArrowExp::SgArrowExp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newArrowExp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgArrowExp ()) |
| Stub for ::SgArrowExp::SgArrowExp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| arrowExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgArrowExp a -> IO () |
| Stub for ::SgArrowExp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| arrowExpClassName :: Typeable a => SgArrowExp a -> IO String |
| Stub for ::SgArrowExp::class_name of type ::std::string()
|
|
| arrowExpGetChildIndex :: (Typeable a, Typeable b) => SgArrowExp a -> SgNode b -> IO CLong |
| Stub for ::SgArrowExp::getChildIndex of type long (class ::SgNode*)
|
|
| arrowExpGetChildIndex2 :: (Typeable a, Typeable b) => SgArrowExp a -> SgNode b -> IO CSize |
| Stub for ::SgArrowExp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| arrowExpGetNumberOfTraversalSuccessors :: Typeable a => SgArrowExp a -> IO CSize |
| Stub for ::SgArrowExp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| arrowExpGetTraversalSuccessorByIndex :: Typeable a => SgArrowExp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgArrowExp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| arrowExpGetTraversalSuccessorContainer :: Typeable a => SgArrowExp a -> IO [SgNode ()] |
| Stub for ::SgArrowExp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| arrowExpGetTraversalSuccessorNamesContainer :: Typeable a => SgArrowExp a -> IO [CString] |
| Stub for ::SgArrowExp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| arrowExpGetType :: Typeable a => SgArrowExp a -> IO (SgType ()) |
| Stub for ::SgArrowExp::get_type of type class ::SgType*()
|
|
| arrowExpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgArrowExp a -> SgExpression b -> IO Bool |
| Stub for ::SgArrowExp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| arrowExpIsInMemoryPool :: Typeable a => SgArrowExp a -> IO Bool |
| Stub for ::SgArrowExp::isInMemoryPool of type bool ()
|
|
| arrowExpIsLValue :: Typeable a => SgArrowExp a -> IO Bool |
| Stub for ::SgArrowExp::isLValue of type bool ()
|
|
| arrowExpMemoryUsage :: IO CSize |
| Stub for ::SgArrowExp::memoryUsage of type ::size_t()
|
|
| arrowExpNumberOfNodes :: IO CSize |
| Stub for ::SgArrowExp::numberOfNodes of type ::size_t()
|
|
| arrowExpPostConstructionInitialization :: Typeable a => SgArrowExp a -> IO () |
| Stub for ::SgArrowExp::post_construction_initialization of type void ()
|
|
| arrowExpPrecedence :: Typeable a => SgArrowExp a -> IO CInt |
| Stub for ::SgArrowExp::precedence of type int ()
|
|
| arrowExpSageClassName :: Typeable a => SgArrowExp a -> IO String |
| Stub for ::SgArrowExp::sage_class_name of type const char *()
|
|
| arrowExpVariantT :: Typeable a => SgArrowExp a -> IO VariantT |
| Stub for ::SgArrowExp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |