|
| ROSE.Sage3.Methods.SgCommaOpExp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgCommaOpExp :: Typeable a => SgNode a -> IO (Maybe (SgCommaOpExp ())) |
| Attempts a dynamic cast of the given node to the type SgCommaOpExp.
|
|
| upSgCommaOpExp :: Typeable a => SgCommaOpExp a -> SgCommaOpExp () |
| Performs an upcast of a SgCommaOpExp subtype to a SgCommaOpExp.
|
|
| newCommaOpExp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgCommaOpExp ()) |
| Stub for ::SgCommaOpExp::SgCommaOpExp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newCommaOpExp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgCommaOpExp ()) |
| Stub for ::SgCommaOpExp::SgCommaOpExp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| commaOpExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCommaOpExp a -> IO () |
| Stub for ::SgCommaOpExp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| commaOpExpClassName :: Typeable a => SgCommaOpExp a -> IO String |
| Stub for ::SgCommaOpExp::class_name of type ::std::string()
|
|
| commaOpExpGetChildIndex :: (Typeable a, Typeable b) => SgCommaOpExp a -> SgNode b -> IO CLong |
| Stub for ::SgCommaOpExp::getChildIndex of type long (class ::SgNode*)
|
|
| commaOpExpGetChildIndex2 :: (Typeable a, Typeable b) => SgCommaOpExp a -> SgNode b -> IO CSize |
| Stub for ::SgCommaOpExp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| commaOpExpGetNumberOfTraversalSuccessors :: Typeable a => SgCommaOpExp a -> IO CSize |
| Stub for ::SgCommaOpExp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| commaOpExpGetTraversalSuccessorByIndex :: Typeable a => SgCommaOpExp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgCommaOpExp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| commaOpExpGetTraversalSuccessorContainer :: Typeable a => SgCommaOpExp a -> IO [SgNode ()] |
| Stub for ::SgCommaOpExp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| commaOpExpGetTraversalSuccessorNamesContainer :: Typeable a => SgCommaOpExp a -> IO [CString] |
| Stub for ::SgCommaOpExp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| commaOpExpGetType :: Typeable a => SgCommaOpExp a -> IO (SgType ()) |
| Stub for ::SgCommaOpExp::get_type of type class ::SgType*()
|
|
| commaOpExpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgCommaOpExp a -> SgExpression b -> IO Bool |
| Stub for ::SgCommaOpExp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| commaOpExpIsInMemoryPool :: Typeable a => SgCommaOpExp a -> IO Bool |
| Stub for ::SgCommaOpExp::isInMemoryPool of type bool ()
|
|
| commaOpExpIsLValue :: Typeable a => SgCommaOpExp a -> IO Bool |
| Stub for ::SgCommaOpExp::isLValue of type bool ()
|
|
| commaOpExpMemoryUsage :: IO CSize |
| Stub for ::SgCommaOpExp::memoryUsage of type ::size_t()
|
|
| commaOpExpNumberOfNodes :: IO CSize |
| Stub for ::SgCommaOpExp::numberOfNodes of type ::size_t()
|
|
| commaOpExpPostConstructionInitialization :: Typeable a => SgCommaOpExp a -> IO () |
| Stub for ::SgCommaOpExp::post_construction_initialization of type void ()
|
|
| commaOpExpPrecedence :: Typeable a => SgCommaOpExp a -> IO CInt |
| Stub for ::SgCommaOpExp::precedence of type int ()
|
|
| commaOpExpSageClassName :: Typeable a => SgCommaOpExp a -> IO String |
| Stub for ::SgCommaOpExp::sage_class_name of type const char *()
|
|
| commaOpExpVariantT :: Typeable a => SgCommaOpExp a -> IO VariantT |
| Stub for ::SgCommaOpExp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |