| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgActualArgumentExpression :: Typeable a => SgNode a -> IO (Maybe (SgActualArgumentExpression ())) | ||||
| Attempts a dynamic cast of the given node to the type SgActualArgumentExpression. | ||||
| upSgActualArgumentExpression :: Typeable a => SgActualArgumentExpression a -> SgActualArgumentExpression () | ||||
| Performs an upcast of a SgActualArgumentExpression subtype to a SgActualArgumentExpression. | ||||
| newActualArgumentExpression :: (Typeable a, Typeable b) => Sg_File_Info a -> String -> SgExpression b -> IO (SgActualArgumentExpression ()) | ||||
| Stub for ::SgActualArgumentExpression::SgActualArgumentExpression of type void (class ::Sg_File_Info*, class ::SgName, class ::SgExpression*) | ||||
| newActualArgumentExpression2 :: Typeable a => String -> SgExpression a -> IO (SgActualArgumentExpression ()) | ||||
| Stub for ::SgActualArgumentExpression::SgActualArgumentExpression of type void (class ::SgName, class ::SgExpression*) | ||||
| actualArgumentExpressionCfgIndexForEnd :: Typeable a => SgActualArgumentExpression a -> IO CUInt | ||||
| Stub for ::SgActualArgumentExpression::cfgIndexForEnd of type unsigned int () | ||||
| actualArgumentExpressionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgActualArgumentExpression a -> IO () | ||||
| Stub for ::SgActualArgumentExpression::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| actualArgumentExpressionClassName :: Typeable a => SgActualArgumentExpression a -> IO String | ||||
| Stub for ::SgActualArgumentExpression::class_name of type ::std::string() | ||||
| actualArgumentExpressionGetChildIndex :: (Typeable a, Typeable b) => SgActualArgumentExpression a -> SgNode b -> IO CLong | ||||
| Stub for ::SgActualArgumentExpression::getChildIndex of type long (class ::SgNode*) | ||||
| actualArgumentExpressionGetArgumentName :: Typeable a => SgActualArgumentExpression a -> IO String | ||||
| Stub for ::SgActualArgumentExpression::get_argument_name of type class ::SgName() | ||||
| actualArgumentExpressionGetChildIndex2 :: (Typeable a, Typeable b) => SgActualArgumentExpression a -> SgNode b -> IO CSize | ||||
| Stub for ::SgActualArgumentExpression::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| actualArgumentExpressionGetExpression :: Typeable a => SgActualArgumentExpression a -> IO (SgExpression ()) | ||||
| Stub for ::SgActualArgumentExpression::get_expression of type class ::SgExpression*() | ||||
| actualArgumentExpressionGetNumberOfTraversalSuccessors :: Typeable a => SgActualArgumentExpression a -> IO CSize | ||||
| Stub for ::SgActualArgumentExpression::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| actualArgumentExpressionGetTraversalSuccessorByIndex :: Typeable a => SgActualArgumentExpression a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgActualArgumentExpression::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| actualArgumentExpressionGetTraversalSuccessorContainer :: Typeable a => SgActualArgumentExpression a -> IO [SgNode ()] | ||||
| Stub for ::SgActualArgumentExpression::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| actualArgumentExpressionGetTraversalSuccessorNamesContainer :: Typeable a => SgActualArgumentExpression a -> IO [CString] | ||||
| Stub for ::SgActualArgumentExpression::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| actualArgumentExpressionGetType :: Typeable a => SgActualArgumentExpression a -> IO (SgType ()) | ||||
| Stub for ::SgActualArgumentExpression::get_type of type class ::SgType*() | ||||
| actualArgumentExpressionIsInMemoryPool :: Typeable a => SgActualArgumentExpression a -> IO Bool | ||||
| Stub for ::SgActualArgumentExpression::isInMemoryPool of type bool () | ||||
| actualArgumentExpressionMemoryUsage :: IO CSize | ||||
| Stub for ::SgActualArgumentExpression::memoryUsage of type ::size_t() | ||||
| actualArgumentExpressionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgActualArgumentExpression::numberOfNodes of type ::size_t() | ||||
| actualArgumentExpressionPostConstructionInitialization :: Typeable a => SgActualArgumentExpression a -> IO () | ||||
| Stub for ::SgActualArgumentExpression::post_construction_initialization of type void () | ||||
| actualArgumentExpressionSageClassName :: Typeable a => SgActualArgumentExpression a -> IO String | ||||
| Stub for ::SgActualArgumentExpression::sage_class_name of type const char *() | ||||
| actualArgumentExpressionSetArgumentName :: Typeable a => SgActualArgumentExpression a -> String -> IO () | ||||
| Stub for ::SgActualArgumentExpression::set_argument_name of type void (class ::SgName) | ||||
| actualArgumentExpressionSetExpression :: (Typeable a, Typeable b) => SgActualArgumentExpression a -> SgExpression b -> IO () | ||||
| Stub for ::SgActualArgumentExpression::set_expression of type void (class ::SgExpression*) | ||||
| actualArgumentExpressionVariantT :: Typeable a => SgActualArgumentExpression a -> IO VariantT | ||||
| Stub for ::SgActualArgumentExpression::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |