|
| ROSE.Sage3.Methods.SgCaseOptionStmt |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgCaseOptionStmt :: Typeable a => SgNode a -> IO (Maybe (SgCaseOptionStmt ())) |
| Attempts a dynamic cast of the given node to the type SgCaseOptionStmt.
|
|
| upSgCaseOptionStmt :: Typeable a => SgCaseOptionStmt a -> SgCaseOptionStmt () |
| Performs an upcast of a SgCaseOptionStmt subtype to a SgCaseOptionStmt.
|
|
| newCaseOptionStmt :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgStatement c -> IO (SgCaseOptionStmt ()) |
| Stub for ::SgCaseOptionStmt::SgCaseOptionStmt of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgStatement*)
|
|
| newCaseOptionStmt2 :: (Typeable a, Typeable b) => SgExpression a -> SgStatement b -> IO (SgCaseOptionStmt ()) |
| Stub for ::SgCaseOptionStmt::SgCaseOptionStmt of type void (class ::SgExpression*, class ::SgStatement*)
|
|
| caseOptionStmtCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCaseOptionStmt a -> IO () |
| Stub for ::SgCaseOptionStmt::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| caseOptionStmtClassName :: Typeable a => SgCaseOptionStmt a -> IO String |
| Stub for ::SgCaseOptionStmt::class_name of type ::std::string()
|
|
| caseOptionStmtGetChildIndex :: (Typeable a, Typeable b) => SgCaseOptionStmt a -> SgNode b -> IO CLong |
| Stub for ::SgCaseOptionStmt::getChildIndex of type long (class ::SgNode*)
|
|
| caseOptionStmtGetBody :: Typeable a => SgCaseOptionStmt a -> IO (SgStatement ()) |
| Stub for ::SgCaseOptionStmt::get_body of type class ::SgStatement*()
|
|
| caseOptionStmtGetCaseConstructName :: Typeable a => SgCaseOptionStmt a -> IO String |
| Stub for ::SgCaseOptionStmt::get_case_construct_name of type ::std::string()
|
|
| caseOptionStmtGetChildIndex2 :: (Typeable a, Typeable b) => SgCaseOptionStmt a -> SgNode b -> IO CSize |
| Stub for ::SgCaseOptionStmt::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| caseOptionStmtGetKey :: Typeable a => SgCaseOptionStmt a -> IO (SgExpression ()) |
| Stub for ::SgCaseOptionStmt::get_key of type class ::SgExpression*()
|
|
| caseOptionStmtGetKeyRangeEnd :: Typeable a => SgCaseOptionStmt a -> IO (SgExpression ()) |
| Stub for ::SgCaseOptionStmt::get_key_range_end of type class ::SgExpression*()
|
|
| caseOptionStmtGetNumberOfTraversalSuccessors :: Typeable a => SgCaseOptionStmt a -> IO CSize |
| Stub for ::SgCaseOptionStmt::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| caseOptionStmtGetTraversalSuccessorByIndex :: Typeable a => SgCaseOptionStmt a -> CSize -> IO (SgNode ()) |
| Stub for ::SgCaseOptionStmt::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| caseOptionStmtGetTraversalSuccessorContainer :: Typeable a => SgCaseOptionStmt a -> IO [SgNode ()] |
| Stub for ::SgCaseOptionStmt::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| caseOptionStmtGetTraversalSuccessorNamesContainer :: Typeable a => SgCaseOptionStmt a -> IO [CString] |
| Stub for ::SgCaseOptionStmt::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| caseOptionStmtIsInMemoryPool :: Typeable a => SgCaseOptionStmt a -> IO Bool |
| Stub for ::SgCaseOptionStmt::isInMemoryPool of type bool ()
|
|
| caseOptionStmtMemoryUsage :: IO CSize |
| Stub for ::SgCaseOptionStmt::memoryUsage of type ::size_t()
|
|
| caseOptionStmtNumberOfNodes :: IO CSize |
| Stub for ::SgCaseOptionStmt::numberOfNodes of type ::size_t()
|
|
| caseOptionStmtPostConstructionInitialization :: Typeable a => SgCaseOptionStmt a -> IO () |
| Stub for ::SgCaseOptionStmt::post_construction_initialization of type void ()
|
|
| caseOptionStmtSageClassName :: Typeable a => SgCaseOptionStmt a -> IO String |
| Stub for ::SgCaseOptionStmt::sage_class_name of type const char *()
|
|
| caseOptionStmtSetBody :: (Typeable a, Typeable b) => SgCaseOptionStmt a -> SgStatement b -> IO () |
| Stub for ::SgCaseOptionStmt::set_body of type void (class ::SgStatement*)
|
|
| caseOptionStmtSetCaseConstructName :: Typeable a => SgCaseOptionStmt a -> String -> IO () |
| Stub for ::SgCaseOptionStmt::set_case_construct_name of type void (::std::string)
|
|
| caseOptionStmtSetKey :: (Typeable a, Typeable b) => SgCaseOptionStmt a -> SgExpression b -> IO () |
| Stub for ::SgCaseOptionStmt::set_key of type void (class ::SgExpression*)
|
|
| caseOptionStmtSetKeyRangeEnd :: (Typeable a, Typeable b) => SgCaseOptionStmt a -> SgExpression b -> IO () |
| Stub for ::SgCaseOptionStmt::set_key_range_end of type void (class ::SgExpression*)
|
|
| caseOptionStmtVariantT :: Typeable a => SgCaseOptionStmt a -> IO VariantT |
| Stub for ::SgCaseOptionStmt::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |