| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTypeDefault :: Typeable a => SgNode a -> IO (Maybe (SgTypeDefault ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTypeDefault. | ||||
| upSgTypeDefault :: Typeable a => SgTypeDefault a -> SgTypeDefault () | ||||
| Performs an upcast of a SgTypeDefault subtype to a SgTypeDefault. | ||||
| newTypeDefault :: IO (SgTypeDefault ()) | ||||
| Stub for ::SgTypeDefault::SgTypeDefault of type void () | ||||
| typeDefaultCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeDefault a -> IO () | ||||
| Stub for ::SgTypeDefault::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| typeDefaultClassName :: Typeable a => SgTypeDefault a -> IO String | ||||
| Stub for ::SgTypeDefault::class_name of type ::std::string() | ||||
| typeDefaultCreateTypeName :: String -> IO (SgTypeDefault ()) | ||||
| Stub for ::SgTypeDefault::createType of type class ::SgTypeDefault*(const class SgName &) | ||||
| typeDefaultCreateTypeExpression :: Typeable a => SgExpression a -> IO (SgTypeDefault ()) | ||||
| Stub for ::SgTypeDefault::createType of type class ::SgTypeDefault*(class SgExpression *) | ||||
| typeDefaultGetChildIndex :: (Typeable a, Typeable b) => SgTypeDefault a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTypeDefault::getChildIndex of type long (class ::SgNode*) | ||||
| typeDefaultGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeDefault a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTypeDefault::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| typeDefaultGetMangled :: Typeable a => SgTypeDefault a -> IO String | ||||
| Stub for ::SgTypeDefault::get_mangled of type class ::SgName() | ||||
| typeDefaultGetName :: Typeable a => SgTypeDefault a -> IO String | ||||
| Stub for ::SgTypeDefault::get_name of type class ::SgName() | ||||
| typeDefaultGetNumberOfTraversalSuccessors :: Typeable a => SgTypeDefault a -> IO CSize | ||||
| Stub for ::SgTypeDefault::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| typeDefaultGetTraversalSuccessorByIndex :: Typeable a => SgTypeDefault a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTypeDefault::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| typeDefaultGetTraversalSuccessorContainer :: Typeable a => SgTypeDefault a -> IO [SgNode ()] | ||||
| Stub for ::SgTypeDefault::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| typeDefaultGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeDefault a -> IO [CString] | ||||
| Stub for ::SgTypeDefault::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| typeDefaultIsInMemoryPool :: Typeable a => SgTypeDefault a -> IO Bool | ||||
| Stub for ::SgTypeDefault::isInMemoryPool of type bool () | ||||
| typeDefaultMemoryUsage :: IO CSize | ||||
| Stub for ::SgTypeDefault::memoryUsage of type ::size_t() | ||||
| typeDefaultNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTypeDefault::numberOfNodes of type ::size_t() | ||||
| typeDefaultSageClassName :: Typeable a => SgTypeDefault a -> IO String | ||||
| Stub for ::SgTypeDefault::sage_class_name of type const char *() | ||||
| typeDefaultSetName :: Typeable a => SgTypeDefault a -> String -> IO () | ||||
| Stub for ::SgTypeDefault::set_name of type void (class ::SgName) | ||||
| typeDefaultVariantT :: Typeable a => SgTypeDefault a -> IO VariantT | ||||
| Stub for ::SgTypeDefault::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |