| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgNamedType :: Typeable a => SgNode a -> IO (Maybe (SgNamedType ())) | ||||
| Attempts a dynamic cast of the given node to the type SgNamedType. | ||||
| upSgNamedType :: Typeable a => SgNamedType a -> SgNamedType () | ||||
| Performs an upcast of a SgNamedType subtype to a SgNamedType. | ||||
| newNamedType :: Typeable a => Ptr (SgNamedType a) -> IO (SgNamedType ()) | ||||
| Stub for ::SgNamedType::SgNamedType of type void (const class ::SgNamedType&) | ||||
| newNamedType2 :: Typeable a => SgDeclarationStatement a -> IO (SgNamedType ()) | ||||
| Stub for ::SgNamedType::SgNamedType of type void (class ::SgDeclarationStatement*) | ||||
| namedTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgNamedType a -> IO () | ||||
| Stub for ::SgNamedType::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| namedTypeClassName :: Typeable a => SgNamedType a -> IO String | ||||
| Stub for ::SgNamedType::class_name of type ::std::string() | ||||
| namedTypeCreateType :: Typeable a => SgExpression a -> IO (SgNamedType ()) | ||||
| Stub for ::SgNamedType::createType of type class ::SgNamedType*(class SgExpression *) | ||||
| namedTypeGetChildIndex :: (Typeable a, Typeable b) => SgNamedType a -> SgNode b -> IO CLong | ||||
| Stub for ::SgNamedType::getChildIndex of type long (class ::SgNode*) | ||||
| namedTypeGetAutonomousDeclaration :: Typeable a => SgNamedType a -> IO Bool | ||||
| Stub for ::SgNamedType::get_autonomous_declaration of type bool () | ||||
| namedTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgNamedType a -> SgNode b -> IO CSize | ||||
| Stub for ::SgNamedType::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| namedTypeGetDeclaration :: Typeable a => SgNamedType a -> IO (SgDeclarationStatement ()) | ||||
| Stub for ::SgNamedType::get_declaration of type class ::SgDeclarationStatement*() | ||||
| namedTypeGetName :: Typeable a => SgNamedType a -> IO String | ||||
| Stub for ::SgNamedType::get_name of type class ::SgName() | ||||
| namedTypeGetNumberOfTraversalSuccessors :: Typeable a => SgNamedType a -> IO CSize | ||||
| Stub for ::SgNamedType::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| namedTypeGetQualifiedName :: Typeable a => SgNamedType a -> IO String | ||||
| Stub for ::SgNamedType::get_qualified_name of type class ::SgName() | ||||
| namedTypeGetTraversalSuccessorByIndex :: Typeable a => SgNamedType a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgNamedType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| namedTypeGetTraversalSuccessorContainer :: Typeable a => SgNamedType a -> IO [SgNode ()] | ||||
| Stub for ::SgNamedType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| namedTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgNamedType a -> IO [CString] | ||||
| Stub for ::SgNamedType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| namedTypeIsInMemoryPool :: Typeable a => SgNamedType a -> IO Bool | ||||
| Stub for ::SgNamedType::isInMemoryPool of type bool () | ||||
| namedTypeMemoryUsage :: IO CSize | ||||
| Stub for ::SgNamedType::memoryUsage of type ::size_t() | ||||
| namedTypeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgNamedType::numberOfNodes of type ::size_t() | ||||
| namedTypeSageClassName :: Typeable a => SgNamedType a -> IO String | ||||
| Stub for ::SgNamedType::sage_class_name of type const char *() | ||||
| namedTypeSetAutonomousDeclaration :: Typeable a => SgNamedType a -> Bool -> IO () | ||||
| Stub for ::SgNamedType::set_autonomous_declaration of type void (bool ) | ||||
| namedTypeSetDeclaration :: (Typeable a, Typeable b) => SgNamedType a -> SgDeclarationStatement b -> IO () | ||||
| Stub for ::SgNamedType::set_declaration of type void (class ::SgDeclarationStatement*) | ||||
| namedTypeVariantT :: Typeable a => SgNamedType a -> IO VariantT | ||||
| Stub for ::SgNamedType::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |