|
| ROSE.Sage3.Methods.SgPntrArrRefExp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgPntrArrRefExp :: Typeable a => SgNode a -> IO (Maybe (SgPntrArrRefExp ())) |
| Attempts a dynamic cast of the given node to the type SgPntrArrRefExp.
|
|
| upSgPntrArrRefExp :: Typeable a => SgPntrArrRefExp a -> SgPntrArrRefExp () |
| Performs an upcast of a SgPntrArrRefExp subtype to a SgPntrArrRefExp.
|
|
| newPntrArrRefExp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgPntrArrRefExp ()) |
| Stub for ::SgPntrArrRefExp::SgPntrArrRefExp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newPntrArrRefExp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgPntrArrRefExp ()) |
| Stub for ::SgPntrArrRefExp::SgPntrArrRefExp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| pntrArrRefExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgPntrArrRefExp a -> IO () |
| Stub for ::SgPntrArrRefExp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| pntrArrRefExpClassName :: Typeable a => SgPntrArrRefExp a -> IO String |
| Stub for ::SgPntrArrRefExp::class_name of type ::std::string()
|
|
| pntrArrRefExpGetChildIndex :: (Typeable a, Typeable b) => SgPntrArrRefExp a -> SgNode b -> IO CLong |
| Stub for ::SgPntrArrRefExp::getChildIndex of type long (class ::SgNode*)
|
|
| pntrArrRefExpGetChildIndex2 :: (Typeable a, Typeable b) => SgPntrArrRefExp a -> SgNode b -> IO CSize |
| Stub for ::SgPntrArrRefExp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| pntrArrRefExpGetNumberOfTraversalSuccessors :: Typeable a => SgPntrArrRefExp a -> IO CSize |
| Stub for ::SgPntrArrRefExp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| pntrArrRefExpGetTraversalSuccessorByIndex :: Typeable a => SgPntrArrRefExp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgPntrArrRefExp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| pntrArrRefExpGetTraversalSuccessorContainer :: Typeable a => SgPntrArrRefExp a -> IO [SgNode ()] |
| Stub for ::SgPntrArrRefExp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| pntrArrRefExpGetTraversalSuccessorNamesContainer :: Typeable a => SgPntrArrRefExp a -> IO [CString] |
| Stub for ::SgPntrArrRefExp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| pntrArrRefExpGetType :: Typeable a => SgPntrArrRefExp a -> IO (SgType ()) |
| Stub for ::SgPntrArrRefExp::get_type of type class ::SgType*()
|
|
| pntrArrRefExpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgPntrArrRefExp a -> SgExpression b -> IO Bool |
| Stub for ::SgPntrArrRefExp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| pntrArrRefExpIsInMemoryPool :: Typeable a => SgPntrArrRefExp a -> IO Bool |
| Stub for ::SgPntrArrRefExp::isInMemoryPool of type bool ()
|
|
| pntrArrRefExpIsLValue :: Typeable a => SgPntrArrRefExp a -> IO Bool |
| Stub for ::SgPntrArrRefExp::isLValue of type bool ()
|
|
| pntrArrRefExpMemoryUsage :: IO CSize |
| Stub for ::SgPntrArrRefExp::memoryUsage of type ::size_t()
|
|
| pntrArrRefExpNumberOfNodes :: IO CSize |
| Stub for ::SgPntrArrRefExp::numberOfNodes of type ::size_t()
|
|
| pntrArrRefExpPostConstructionInitialization :: Typeable a => SgPntrArrRefExp a -> IO () |
| Stub for ::SgPntrArrRefExp::post_construction_initialization of type void ()
|
|
| pntrArrRefExpPrecedence :: Typeable a => SgPntrArrRefExp a -> IO CInt |
| Stub for ::SgPntrArrRefExp::precedence of type int ()
|
|
| pntrArrRefExpSageClassName :: Typeable a => SgPntrArrRefExp a -> IO String |
| Stub for ::SgPntrArrRefExp::sage_class_name of type const char *()
|
|
| pntrArrRefExpVariantT :: Typeable a => SgPntrArrRefExp a -> IO VariantT |
| Stub for ::SgPntrArrRefExp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |