| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgFunctionParameterTypeList :: Typeable a => SgNode a -> IO (Maybe (SgFunctionParameterTypeList ())) | ||||
| Attempts a dynamic cast of the given node to the type SgFunctionParameterTypeList. | ||||
| upSgFunctionParameterTypeList :: Typeable a => SgFunctionParameterTypeList a -> SgFunctionParameterTypeList () | ||||
| Performs an upcast of a SgFunctionParameterTypeList subtype to a SgFunctionParameterTypeList. | ||||
| newFunctionParameterTypeList :: IO (SgFunctionParameterTypeList ()) | ||||
| Stub for ::SgFunctionParameterTypeList::SgFunctionParameterTypeList of type void () | ||||
| functionParameterTypeListAppendArgument :: (Typeable a, Typeable b) => SgFunctionParameterTypeList a -> SgType b -> IO () | ||||
| Stub for ::SgFunctionParameterTypeList::append_argument of type void (class ::SgType*) | ||||
| functionParameterTypeListCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgFunctionParameterTypeList a -> IO () | ||||
| Stub for ::SgFunctionParameterTypeList::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| functionParameterTypeListClassName :: Typeable a => SgFunctionParameterTypeList a -> IO String | ||||
| Stub for ::SgFunctionParameterTypeList::class_name of type ::std::string() | ||||
| functionParameterTypeListGetChildIndex :: (Typeable a, Typeable b) => SgFunctionParameterTypeList a -> SgNode b -> IO CLong | ||||
| Stub for ::SgFunctionParameterTypeList::getChildIndex of type long (class ::SgNode*) | ||||
| functionParameterTypeListGetArguments :: Typeable a => SgFunctionParameterTypeList a -> IO [SgType ()] | ||||
| Stub for ::SgFunctionParameterTypeList::get_arguments of type const ::SgTypePtrList&() | ||||
| functionParameterTypeListGetChildIndex2 :: (Typeable a, Typeable b) => SgFunctionParameterTypeList a -> SgNode b -> IO CSize | ||||
| Stub for ::SgFunctionParameterTypeList::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| functionParameterTypeListGetNumberOfTraversalSuccessors :: Typeable a => SgFunctionParameterTypeList a -> IO CSize | ||||
| Stub for ::SgFunctionParameterTypeList::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| functionParameterTypeListGetTraversalSuccessorByIndex :: Typeable a => SgFunctionParameterTypeList a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgFunctionParameterTypeList::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| functionParameterTypeListGetTraversalSuccessorContainer :: Typeable a => SgFunctionParameterTypeList a -> IO [SgNode ()] | ||||
| Stub for ::SgFunctionParameterTypeList::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| functionParameterTypeListGetTraversalSuccessorNamesContainer :: Typeable a => SgFunctionParameterTypeList a -> IO [CString] | ||||
| Stub for ::SgFunctionParameterTypeList::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| functionParameterTypeListIsInMemoryPool :: Typeable a => SgFunctionParameterTypeList a -> IO Bool | ||||
| Stub for ::SgFunctionParameterTypeList::isInMemoryPool of type bool () | ||||
| functionParameterTypeListMemoryUsage :: IO CSize | ||||
| Stub for ::SgFunctionParameterTypeList::memoryUsage of type ::size_t() | ||||
| functionParameterTypeListNumberOfNodes :: IO CSize | ||||
| Stub for ::SgFunctionParameterTypeList::numberOfNodes of type ::size_t() | ||||
| functionParameterTypeListSageClassName :: Typeable a => SgFunctionParameterTypeList a -> IO String | ||||
| Stub for ::SgFunctionParameterTypeList::sage_class_name of type const char *() | ||||
| functionParameterTypeListVariantT :: Typeable a => SgFunctionParameterTypeList a -> IO VariantT | ||||
| Stub for ::SgFunctionParameterTypeList::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |