| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgDataStatementValue :: Typeable a => SgNode a -> IO (Maybe (SgDataStatementValue ())) | ||||
| Attempts a dynamic cast of the given node to the type SgDataStatementValue. | ||||
| upSgDataStatementValue :: Typeable a => SgDataStatementValue a -> SgDataStatementValue () | ||||
| Performs an upcast of a SgDataStatementValue subtype to a SgDataStatementValue. | ||||
| dataStatementValueCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDataStatementValue a -> IO () | ||||
| Stub for ::SgDataStatementValue::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| dataStatementValueClassName :: Typeable a => SgDataStatementValue a -> IO String | ||||
| Stub for ::SgDataStatementValue::class_name of type ::std::string() | ||||
| dataStatementValueGetChildIndex :: (Typeable a, Typeable b) => SgDataStatementValue a -> SgNode b -> IO CLong | ||||
| Stub for ::SgDataStatementValue::getChildIndex of type long (class ::SgNode*) | ||||
| dataStatementValueGetChildIndex2 :: (Typeable a, Typeable b) => SgDataStatementValue a -> SgNode b -> IO CSize | ||||
| Stub for ::SgDataStatementValue::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| dataStatementValueGetConstantExpression :: Typeable a => SgDataStatementValue a -> IO (SgExpression ()) | ||||
| Stub for ::SgDataStatementValue::get_constant_expression of type class ::SgExpression*() | ||||
| dataStatementValueGetInitializerList :: Typeable a => SgDataStatementValue a -> IO (SgExprListExp ()) | ||||
| Stub for ::SgDataStatementValue::get_initializer_list of type class ::SgExprListExp*() | ||||
| dataStatementValueGetNumberOfTraversalSuccessors :: Typeable a => SgDataStatementValue a -> IO CSize | ||||
| Stub for ::SgDataStatementValue::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| dataStatementValueGetRepeatExpression :: Typeable a => SgDataStatementValue a -> IO (SgExpression ()) | ||||
| Stub for ::SgDataStatementValue::get_repeat_expression of type class ::SgExpression*() | ||||
| dataStatementValueGetTraversalSuccessorByIndex :: Typeable a => SgDataStatementValue a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgDataStatementValue::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| dataStatementValueGetTraversalSuccessorContainer :: Typeable a => SgDataStatementValue a -> IO [SgNode ()] | ||||
| Stub for ::SgDataStatementValue::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| dataStatementValueGetTraversalSuccessorNamesContainer :: Typeable a => SgDataStatementValue a -> IO [CString] | ||||
| Stub for ::SgDataStatementValue::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| dataStatementValueIsInMemoryPool :: Typeable a => SgDataStatementValue a -> IO Bool | ||||
| Stub for ::SgDataStatementValue::isInMemoryPool of type bool () | ||||
| dataStatementValueMemoryUsage :: IO CSize | ||||
| Stub for ::SgDataStatementValue::memoryUsage of type ::size_t() | ||||
| dataStatementValueNumberOfNodes :: IO CSize | ||||
| Stub for ::SgDataStatementValue::numberOfNodes of type ::size_t() | ||||
| dataStatementValuePostConstructionInitialization :: Typeable a => SgDataStatementValue a -> IO () | ||||
| Stub for ::SgDataStatementValue::post_construction_initialization of type void () | ||||
| dataStatementValueSageClassName :: Typeable a => SgDataStatementValue a -> IO String | ||||
| Stub for ::SgDataStatementValue::sage_class_name of type const char *() | ||||
| dataStatementValueSetConstantExpression :: (Typeable a, Typeable b) => SgDataStatementValue a -> SgExpression b -> IO () | ||||
| Stub for ::SgDataStatementValue::set_constant_expression of type void (class ::SgExpression*) | ||||
| dataStatementValueSetInitializerList :: (Typeable a, Typeable b) => SgDataStatementValue a -> SgExprListExp b -> IO () | ||||
| Stub for ::SgDataStatementValue::set_initializer_list of type void (class ::SgExprListExp*) | ||||
| dataStatementValueSetRepeatExpression :: (Typeable a, Typeable b) => SgDataStatementValue a -> SgExpression b -> IO () | ||||
| Stub for ::SgDataStatementValue::set_repeat_expression of type void (class ::SgExpression*) | ||||
| dataStatementValueVariantT :: Typeable a => SgDataStatementValue a -> IO VariantT | ||||
| Stub for ::SgDataStatementValue::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |