| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAttributeSpecificationStatement :: Typeable a => SgNode a -> IO (Maybe (SgAttributeSpecificationStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAttributeSpecificationStatement. | ||||
| upSgAttributeSpecificationStatement :: Typeable a => SgAttributeSpecificationStatement a -> SgAttributeSpecificationStatement () | ||||
| Performs an upcast of a SgAttributeSpecificationStatement subtype to a SgAttributeSpecificationStatement. | ||||
| newAttributeSpecificationStatement :: Typeable a => Sg_File_Info a -> IO (SgAttributeSpecificationStatement ()) | ||||
| Stub for ::SgAttributeSpecificationStatement::SgAttributeSpecificationStatement of type void (class ::Sg_File_Info*) | ||||
| newAttributeSpecificationStatement2 :: IO (SgAttributeSpecificationStatement ()) | ||||
| Stub for ::SgAttributeSpecificationStatement::SgAttributeSpecificationStatement of type void () | ||||
| attributeSpecificationStatementCfgIndexForEnd :: Typeable a => SgAttributeSpecificationStatement a -> IO CUInt | ||||
| Stub for ::SgAttributeSpecificationStatement::cfgIndexForEnd of type unsigned int () | ||||
| attributeSpecificationStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAttributeSpecificationStatement a -> IO () | ||||
| Stub for ::SgAttributeSpecificationStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| attributeSpecificationStatementClassName :: Typeable a => SgAttributeSpecificationStatement a -> IO String | ||||
| Stub for ::SgAttributeSpecificationStatement::class_name of type ::std::string() | ||||
| attributeSpecificationStatementGetChildIndex :: (Typeable a, Typeable b) => SgAttributeSpecificationStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAttributeSpecificationStatement::getChildIndex of type long (class ::SgNode*) | ||||
| attributeSpecificationStatementGetBindList :: Typeable a => SgAttributeSpecificationStatement a -> IO (SgExprListExp ()) | ||||
| Stub for ::SgAttributeSpecificationStatement::get_bind_list of type class ::SgExprListExp*() | ||||
| attributeSpecificationStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgAttributeSpecificationStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAttributeSpecificationStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| attributeSpecificationStatementGetDataStatementGroupList :: Typeable a => SgAttributeSpecificationStatement a -> IO [SgDataStatementGroup ()] | ||||
| Stub for ::SgAttributeSpecificationStatement::get_data_statement_group_list of type const ::SgDataStatementGroupPtrList&() | ||||
| attributeSpecificationStatementGetDimensionObjectList :: Typeable a => SgAttributeSpecificationStatement a -> IO [SgDimensionObject ()] | ||||
| Stub for ::SgAttributeSpecificationStatement::get_dimension_object_list of type const ::SgDimensionObjectPtrList&() | ||||
| attributeSpecificationStatementGetIntent :: Typeable a => SgAttributeSpecificationStatement a -> IO CInt | ||||
| Stub for ::SgAttributeSpecificationStatement::get_intent of type int () | ||||
| attributeSpecificationStatementGetMangledName :: Typeable a => SgAttributeSpecificationStatement a -> IO String | ||||
| Stub for ::SgAttributeSpecificationStatement::get_mangled_name of type class ::SgName() | ||||
| attributeSpecificationStatementGetNameList :: Typeable a => SgAttributeSpecificationStatement a -> IO [CString] | ||||
| Stub for ::SgAttributeSpecificationStatement::get_name_list of type const ::SgStringList&() | ||||
| attributeSpecificationStatementGetNumberOfTraversalSuccessors :: Typeable a => SgAttributeSpecificationStatement a -> IO CSize | ||||
| Stub for ::SgAttributeSpecificationStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| attributeSpecificationStatementGetParameterList :: Typeable a => SgAttributeSpecificationStatement a -> IO (SgExprListExp ()) | ||||
| Stub for ::SgAttributeSpecificationStatement::get_parameter_list of type class ::SgExprListExp*() | ||||
| attributeSpecificationStatementGetTraversalSuccessorByIndex :: Typeable a => SgAttributeSpecificationStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAttributeSpecificationStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| attributeSpecificationStatementGetTraversalSuccessorContainer :: Typeable a => SgAttributeSpecificationStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgAttributeSpecificationStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| attributeSpecificationStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgAttributeSpecificationStatement a -> IO [CString] | ||||
| Stub for ::SgAttributeSpecificationStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| attributeSpecificationStatementIsInMemoryPool :: Typeable a => SgAttributeSpecificationStatement a -> IO Bool | ||||
| Stub for ::SgAttributeSpecificationStatement::isInMemoryPool of type bool () | ||||
| attributeSpecificationStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgAttributeSpecificationStatement::memoryUsage of type ::size_t() | ||||
| attributeSpecificationStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAttributeSpecificationStatement::numberOfNodes of type ::size_t() | ||||
| attributeSpecificationStatementPostConstructionInitialization :: Typeable a => SgAttributeSpecificationStatement a -> IO () | ||||
| Stub for ::SgAttributeSpecificationStatement::post_construction_initialization of type void () | ||||
| attributeSpecificationStatementSageClassName :: Typeable a => SgAttributeSpecificationStatement a -> IO String | ||||
| Stub for ::SgAttributeSpecificationStatement::sage_class_name of type const char *() | ||||
| attributeSpecificationStatementSearchForSymbolFromSymbolTable :: Typeable a => SgAttributeSpecificationStatement a -> IO (SgSymbol ()) | ||||
| Stub for ::SgAttributeSpecificationStatement::search_for_symbol_from_symbol_table of type class ::SgSymbol*() | ||||
| attributeSpecificationStatementSetBindList :: (Typeable a, Typeable b) => SgAttributeSpecificationStatement a -> SgExprListExp b -> IO () | ||||
| Stub for ::SgAttributeSpecificationStatement::set_bind_list of type void (class ::SgExprListExp*) | ||||
| attributeSpecificationStatementSetIntent :: Typeable a => SgAttributeSpecificationStatement a -> CInt -> IO () | ||||
| Stub for ::SgAttributeSpecificationStatement::set_intent of type void (int ) | ||||
| attributeSpecificationStatementSetParameterList :: (Typeable a, Typeable b) => SgAttributeSpecificationStatement a -> SgExprListExp b -> IO () | ||||
| Stub for ::SgAttributeSpecificationStatement::set_parameter_list of type void (class ::SgExprListExp*) | ||||
| attributeSpecificationStatementVariantT :: Typeable a => SgAttributeSpecificationStatement a -> IO VariantT | ||||
| Stub for ::SgAttributeSpecificationStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |