| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgNullExpression :: Typeable a => SgNode a -> IO (Maybe (SgNullExpression ())) | ||||
| Attempts a dynamic cast of the given node to the type SgNullExpression. | ||||
| upSgNullExpression :: Typeable a => SgNullExpression a -> SgNullExpression () | ||||
| Performs an upcast of a SgNullExpression subtype to a SgNullExpression. | ||||
| newNullExpression :: Typeable a => Sg_File_Info a -> IO (SgNullExpression ()) | ||||
| Stub for ::SgNullExpression::SgNullExpression of type void (class ::Sg_File_Info*) | ||||
| newNullExpression2 :: IO (SgNullExpression ()) | ||||
| Stub for ::SgNullExpression::SgNullExpression of type void () | ||||
| nullExpressionCfgIndexForEnd :: Typeable a => SgNullExpression a -> IO CUInt | ||||
| Stub for ::SgNullExpression::cfgIndexForEnd of type unsigned int () | ||||
| nullExpressionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgNullExpression a -> IO () | ||||
| Stub for ::SgNullExpression::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| nullExpressionClassName :: Typeable a => SgNullExpression a -> IO String | ||||
| Stub for ::SgNullExpression::class_name of type ::std::string() | ||||
| nullExpressionGetChildIndex :: (Typeable a, Typeable b) => SgNullExpression a -> SgNode b -> IO CLong | ||||
| Stub for ::SgNullExpression::getChildIndex of type long (class ::SgNode*) | ||||
| nullExpressionGetChildIndex2 :: (Typeable a, Typeable b) => SgNullExpression a -> SgNode b -> IO CSize | ||||
| Stub for ::SgNullExpression::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| nullExpressionGetNumberOfTraversalSuccessors :: Typeable a => SgNullExpression a -> IO CSize | ||||
| Stub for ::SgNullExpression::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| nullExpressionGetTraversalSuccessorByIndex :: Typeable a => SgNullExpression a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgNullExpression::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| nullExpressionGetTraversalSuccessorContainer :: Typeable a => SgNullExpression a -> IO [SgNode ()] | ||||
| Stub for ::SgNullExpression::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| nullExpressionGetTraversalSuccessorNamesContainer :: Typeable a => SgNullExpression a -> IO [CString] | ||||
| Stub for ::SgNullExpression::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| nullExpressionGetType :: Typeable a => SgNullExpression a -> IO (SgType ()) | ||||
| Stub for ::SgNullExpression::get_type of type class ::SgType*() | ||||
| nullExpressionIsInMemoryPool :: Typeable a => SgNullExpression a -> IO Bool | ||||
| Stub for ::SgNullExpression::isInMemoryPool of type bool () | ||||
| nullExpressionMemoryUsage :: IO CSize | ||||
| Stub for ::SgNullExpression::memoryUsage of type ::size_t() | ||||
| nullExpressionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgNullExpression::numberOfNodes of type ::size_t() | ||||
| nullExpressionPostConstructionInitialization :: Typeable a => SgNullExpression a -> IO () | ||||
| Stub for ::SgNullExpression::post_construction_initialization of type void () | ||||
| nullExpressionSageClassName :: Typeable a => SgNullExpression a -> IO String | ||||
| Stub for ::SgNullExpression::sage_class_name of type const char *() | ||||
| nullExpressionVariantT :: Typeable a => SgNullExpression a -> IO VariantT | ||||
| Stub for ::SgNullExpression::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |