| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTypeString :: Typeable a => SgNode a -> IO (Maybe (SgTypeString ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTypeString. | ||||
| upSgTypeString :: Typeable a => SgTypeString a -> SgTypeString () | ||||
| Performs an upcast of a SgTypeString subtype to a SgTypeString. | ||||
| newTypeString :: Typeable a => SgExpression a -> IO (SgTypeString ()) | ||||
| Stub for ::SgTypeString::SgTypeString of type void (class ::SgExpression*) | ||||
| typeStringCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeString a -> IO () | ||||
| Stub for ::SgTypeString::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| typeStringClassName :: Typeable a => SgTypeString a -> IO String | ||||
| Stub for ::SgTypeString::class_name of type ::std::string() | ||||
| typeStringCreateType :: (Typeable a, Typeable b) => SgExpression a -> SgExpression b -> IO (SgTypeString ()) | ||||
| Stub for ::SgTypeString::createType of type class ::SgTypeString*(class SgExpression *, class SgExpression *) | ||||
| typeStringGetChildIndex :: (Typeable a, Typeable b) => SgTypeString a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTypeString::getChildIndex of type long (class ::SgNode*) | ||||
| typeStringGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeString a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTypeString::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| typeStringGetLengthExpression :: Typeable a => SgTypeString a -> IO (SgExpression ()) | ||||
| Stub for ::SgTypeString::get_lengthExpression of type class ::SgExpression*() | ||||
| typeStringGetMangled :: Typeable a => SgTypeString a -> IO String | ||||
| Stub for ::SgTypeString::get_mangled of type class ::SgName() | ||||
| typeStringGetNumberOfTraversalSuccessors :: Typeable a => SgTypeString a -> IO CSize | ||||
| Stub for ::SgTypeString::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| typeStringGetTraversalSuccessorByIndex :: Typeable a => SgTypeString a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTypeString::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| typeStringGetTraversalSuccessorContainer :: Typeable a => SgTypeString a -> IO [SgNode ()] | ||||
| Stub for ::SgTypeString::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| typeStringGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeString a -> IO [CString] | ||||
| Stub for ::SgTypeString::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| typeStringIsInMemoryPool :: Typeable a => SgTypeString a -> IO Bool | ||||
| Stub for ::SgTypeString::isInMemoryPool of type bool () | ||||
| typeStringMemoryUsage :: IO CSize | ||||
| Stub for ::SgTypeString::memoryUsage of type ::size_t() | ||||
| typeStringNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTypeString::numberOfNodes of type ::size_t() | ||||
| typeStringPostConstructionInitialization :: Typeable a => SgTypeString a -> IO () | ||||
| Stub for ::SgTypeString::post_construction_initialization of type void () | ||||
| typeStringSageClassName :: Typeable a => SgTypeString a -> IO String | ||||
| Stub for ::SgTypeString::sage_class_name of type const char *() | ||||
| typeStringSetLengthExpression :: (Typeable a, Typeable b) => SgTypeString a -> SgExpression b -> IO () | ||||
| Stub for ::SgTypeString::set_lengthExpression of type void (class ::SgExpression*) | ||||
| typeStringVariantT :: Typeable a => SgTypeString a -> IO VariantT | ||||
| Stub for ::SgTypeString::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |