| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgExpBaseClass :: Typeable a => SgNode a -> IO (Maybe (SgExpBaseClass ())) | ||||
| Attempts a dynamic cast of the given node to the type SgExpBaseClass. | ||||
| upSgExpBaseClass :: Typeable a => SgExpBaseClass a -> SgExpBaseClass () | ||||
| Performs an upcast of a SgExpBaseClass subtype to a SgExpBaseClass. | ||||
| newExpBaseClass :: (Typeable a, Typeable b) => SgClassDeclaration a -> Bool -> SgExpression b -> IO (SgExpBaseClass ()) | ||||
| Stub for ::SgExpBaseClass::SgExpBaseClass of type void (class ::SgClassDeclaration*, bool , class ::SgExpression*) | ||||
| expBaseClassCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgExpBaseClass a -> IO () | ||||
| Stub for ::SgExpBaseClass::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| expBaseClassClassName :: Typeable a => SgExpBaseClass a -> IO String | ||||
| Stub for ::SgExpBaseClass::class_name of type ::std::string() | ||||
| expBaseClassGetChildIndex :: (Typeable a, Typeable b) => SgExpBaseClass a -> SgNode b -> IO CLong | ||||
| Stub for ::SgExpBaseClass::getChildIndex of type long (class ::SgNode*) | ||||
| expBaseClassGetBaseClassExp :: Typeable a => SgExpBaseClass a -> IO (SgExpression ()) | ||||
| Stub for ::SgExpBaseClass::get_base_class_exp of type class ::SgExpression*() | ||||
| expBaseClassGetChildIndex2 :: (Typeable a, Typeable b) => SgExpBaseClass a -> SgNode b -> IO CSize | ||||
| Stub for ::SgExpBaseClass::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| expBaseClassGetNumberOfTraversalSuccessors :: Typeable a => SgExpBaseClass a -> IO CSize | ||||
| Stub for ::SgExpBaseClass::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| expBaseClassGetTraversalSuccessorByIndex :: Typeable a => SgExpBaseClass a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgExpBaseClass::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| expBaseClassGetTraversalSuccessorContainer :: Typeable a => SgExpBaseClass a -> IO [SgNode ()] | ||||
| Stub for ::SgExpBaseClass::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| expBaseClassGetTraversalSuccessorNamesContainer :: Typeable a => SgExpBaseClass a -> IO [CString] | ||||
| Stub for ::SgExpBaseClass::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| expBaseClassIsInMemoryPool :: Typeable a => SgExpBaseClass a -> IO Bool | ||||
| Stub for ::SgExpBaseClass::isInMemoryPool of type bool () | ||||
| expBaseClassMemoryUsage :: IO CSize | ||||
| Stub for ::SgExpBaseClass::memoryUsage of type ::size_t() | ||||
| expBaseClassNumberOfNodes :: IO CSize | ||||
| Stub for ::SgExpBaseClass::numberOfNodes of type ::size_t() | ||||
| expBaseClassPostConstructionInitialization :: Typeable a => SgExpBaseClass a -> IO () | ||||
| Stub for ::SgExpBaseClass::post_construction_initialization of type void () | ||||
| expBaseClassSageClassName :: Typeable a => SgExpBaseClass a -> IO String | ||||
| Stub for ::SgExpBaseClass::sage_class_name of type const char *() | ||||
| expBaseClassSetBaseClassExp :: (Typeable a, Typeable b) => SgExpBaseClass a -> SgExpression b -> IO () | ||||
| Stub for ::SgExpBaseClass::set_base_class_exp of type void (class ::SgExpression*) | ||||
| expBaseClassVariantT :: Typeable a => SgExpBaseClass a -> IO VariantT | ||||
| Stub for ::SgExpBaseClass::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |