| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgDefaultOptionStmt :: Typeable a => SgNode a -> IO (Maybe (SgDefaultOptionStmt ())) | ||||
| Attempts a dynamic cast of the given node to the type SgDefaultOptionStmt. | ||||
| upSgDefaultOptionStmt :: Typeable a => SgDefaultOptionStmt a -> SgDefaultOptionStmt () | ||||
| Performs an upcast of a SgDefaultOptionStmt subtype to a SgDefaultOptionStmt. | ||||
| newDefaultOptionStmt :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgDefaultOptionStmt ()) | ||||
| Stub for ::SgDefaultOptionStmt::SgDefaultOptionStmt of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newDefaultOptionStmt2 :: Typeable a => SgStatement a -> IO (SgDefaultOptionStmt ()) | ||||
| Stub for ::SgDefaultOptionStmt::SgDefaultOptionStmt of type void (class ::SgStatement*) | ||||
| defaultOptionStmtCfgIndexForEnd :: Typeable a => SgDefaultOptionStmt a -> IO CUInt | ||||
| Stub for ::SgDefaultOptionStmt::cfgIndexForEnd of type unsigned int () | ||||
| defaultOptionStmtCfgIsIndexInteresting :: Typeable a => SgDefaultOptionStmt a -> CUInt -> IO Bool | ||||
| Stub for ::SgDefaultOptionStmt::cfgIsIndexInteresting of type bool (unsigned int ) | ||||
| defaultOptionStmtCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDefaultOptionStmt a -> IO () | ||||
| Stub for ::SgDefaultOptionStmt::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| defaultOptionStmtClassName :: Typeable a => SgDefaultOptionStmt a -> IO String | ||||
| Stub for ::SgDefaultOptionStmt::class_name of type ::std::string() | ||||
| defaultOptionStmtGetChildIndex :: (Typeable a, Typeable b) => SgDefaultOptionStmt a -> SgNode b -> IO CLong | ||||
| Stub for ::SgDefaultOptionStmt::getChildIndex of type long (class ::SgNode*) | ||||
| defaultOptionStmtGetBody :: Typeable a => SgDefaultOptionStmt a -> IO (SgStatement ()) | ||||
| Stub for ::SgDefaultOptionStmt::get_body of type class ::SgStatement*() | ||||
| defaultOptionStmtGetChildIndex2 :: (Typeable a, Typeable b) => SgDefaultOptionStmt a -> SgNode b -> IO CSize | ||||
| Stub for ::SgDefaultOptionStmt::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| defaultOptionStmtGetDefaultConstructName :: Typeable a => SgDefaultOptionStmt a -> IO String | ||||
| Stub for ::SgDefaultOptionStmt::get_default_construct_name of type ::std::string() | ||||
| defaultOptionStmtGetNumberOfTraversalSuccessors :: Typeable a => SgDefaultOptionStmt a -> IO CSize | ||||
| Stub for ::SgDefaultOptionStmt::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| defaultOptionStmtGetTraversalSuccessorByIndex :: Typeable a => SgDefaultOptionStmt a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgDefaultOptionStmt::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| defaultOptionStmtGetTraversalSuccessorContainer :: Typeable a => SgDefaultOptionStmt a -> IO [SgNode ()] | ||||
| Stub for ::SgDefaultOptionStmt::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| defaultOptionStmtGetTraversalSuccessorNamesContainer :: Typeable a => SgDefaultOptionStmt a -> IO [CString] | ||||
| Stub for ::SgDefaultOptionStmt::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| defaultOptionStmtIsInMemoryPool :: Typeable a => SgDefaultOptionStmt a -> IO Bool | ||||
| Stub for ::SgDefaultOptionStmt::isInMemoryPool of type bool () | ||||
| defaultOptionStmtMemoryUsage :: IO CSize | ||||
| Stub for ::SgDefaultOptionStmt::memoryUsage of type ::size_t() | ||||
| defaultOptionStmtNumberOfNodes :: IO CSize | ||||
| Stub for ::SgDefaultOptionStmt::numberOfNodes of type ::size_t() | ||||
| defaultOptionStmtPostConstructionInitialization :: Typeable a => SgDefaultOptionStmt a -> IO () | ||||
| Stub for ::SgDefaultOptionStmt::post_construction_initialization of type void () | ||||
| defaultOptionStmtSageClassName :: Typeable a => SgDefaultOptionStmt a -> IO String | ||||
| Stub for ::SgDefaultOptionStmt::sage_class_name of type const char *() | ||||
| defaultOptionStmtSetBody :: (Typeable a, Typeable b) => SgDefaultOptionStmt a -> SgStatement b -> IO () | ||||
| Stub for ::SgDefaultOptionStmt::set_body of type void (class ::SgStatement*) | ||||
| defaultOptionStmtSetDefaultConstructName :: Typeable a => SgDefaultOptionStmt a -> String -> IO () | ||||
| Stub for ::SgDefaultOptionStmt::set_default_construct_name of type void (::std::string) | ||||
| defaultOptionStmtVariantT :: Typeable a => SgDefaultOptionStmt a -> IO VariantT | ||||
| Stub for ::SgDefaultOptionStmt::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |