| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgImportStatement :: Typeable a => SgNode a -> IO (Maybe (SgImportStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgImportStatement. | ||||
| upSgImportStatement :: Typeable a => SgImportStatement a -> SgImportStatement () | ||||
| Performs an upcast of a SgImportStatement subtype to a SgImportStatement. | ||||
| newImportStatement :: Typeable a => Sg_File_Info a -> IO (SgImportStatement ()) | ||||
| Stub for ::SgImportStatement::SgImportStatement of type void (class ::Sg_File_Info*) | ||||
| newImportStatement2 :: IO (SgImportStatement ()) | ||||
| Stub for ::SgImportStatement::SgImportStatement of type void () | ||||
| importStatementCfgIndexForEnd :: Typeable a => SgImportStatement a -> IO CUInt | ||||
| Stub for ::SgImportStatement::cfgIndexForEnd of type unsigned int () | ||||
| importStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgImportStatement a -> IO () | ||||
| Stub for ::SgImportStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| importStatementClassName :: Typeable a => SgImportStatement a -> IO String | ||||
| Stub for ::SgImportStatement::class_name of type ::std::string() | ||||
| importStatementGetChildIndex :: (Typeable a, Typeable b) => SgImportStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgImportStatement::getChildIndex of type long (class ::SgNode*) | ||||
| importStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgImportStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgImportStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| importStatementGetImportList :: Typeable a => SgImportStatement a -> IO [SgExpression ()] | ||||
| Stub for ::SgImportStatement::get_import_list of type const ::SgExpressionPtrList&() | ||||
| importStatementGetMangledName :: Typeable a => SgImportStatement a -> IO String | ||||
| Stub for ::SgImportStatement::get_mangled_name of type class ::SgName() | ||||
| importStatementGetNumberOfTraversalSuccessors :: Typeable a => SgImportStatement a -> IO CSize | ||||
| Stub for ::SgImportStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| importStatementGetTraversalSuccessorByIndex :: Typeable a => SgImportStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgImportStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| importStatementGetTraversalSuccessorContainer :: Typeable a => SgImportStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgImportStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| importStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgImportStatement a -> IO [CString] | ||||
| Stub for ::SgImportStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| importStatementIsInMemoryPool :: Typeable a => SgImportStatement a -> IO Bool | ||||
| Stub for ::SgImportStatement::isInMemoryPool of type bool () | ||||
| importStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgImportStatement::memoryUsage of type ::size_t() | ||||
| importStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgImportStatement::numberOfNodes of type ::size_t() | ||||
| importStatementPostConstructionInitialization :: Typeable a => SgImportStatement a -> IO () | ||||
| Stub for ::SgImportStatement::post_construction_initialization of type void () | ||||
| importStatementSageClassName :: Typeable a => SgImportStatement a -> IO String | ||||
| Stub for ::SgImportStatement::sage_class_name of type const char *() | ||||
| importStatementVariantT :: Typeable a => SgImportStatement a -> IO VariantT | ||||
| Stub for ::SgImportStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |