| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgModifierType :: Typeable a => SgNode a -> IO (Maybe (SgModifierType ())) | ||||
| Attempts a dynamic cast of the given node to the type SgModifierType. | ||||
| upSgModifierType :: Typeable a => SgModifierType a -> SgModifierType () | ||||
| Performs an upcast of a SgModifierType subtype to a SgModifierType. | ||||
| newModifierType :: Typeable a => SgType a -> IO (SgModifierType ()) | ||||
| Stub for ::SgModifierType::SgModifierType of type void (class ::SgType*) | ||||
| modifierTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgModifierType a -> IO () | ||||
| Stub for ::SgModifierType::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| modifierTypeClassName :: Typeable a => SgModifierType a -> IO String | ||||
| Stub for ::SgModifierType::class_name of type ::std::string() | ||||
| modifierTypeCreateType :: (Typeable a, Typeable b) => SgType a -> CUInt -> SgExpression b -> IO (SgModifierType ()) | ||||
| Stub for ::SgModifierType::createType of type class ::SgModifierType*(class SgType *, unsigned int , class SgExpression *) | ||||
| modifierTypeGetChildIndex :: (Typeable a, Typeable b) => SgModifierType a -> SgNode b -> IO CLong | ||||
| Stub for ::SgModifierType::getChildIndex of type long (class ::SgNode*) | ||||
| modifierTypeGetBaseType :: Typeable a => SgModifierType a -> IO (SgType ()) | ||||
| Stub for ::SgModifierType::get_base_type of type class ::SgType*() | ||||
| modifierTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgModifierType a -> SgNode b -> IO CSize | ||||
| Stub for ::SgModifierType::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| modifierTypeGetMangled :: Typeable a => SgModifierType a -> IO String | ||||
| Stub for ::SgModifierType::get_mangled of type class ::SgName() | ||||
| modifierTypeGetNumberOfTraversalSuccessors :: Typeable a => SgModifierType a -> IO CSize | ||||
| Stub for ::SgModifierType::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| modifierTypeGetTraversalSuccessorByIndex :: Typeable a => SgModifierType a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgModifierType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| modifierTypeGetTraversalSuccessorContainer :: Typeable a => SgModifierType a -> IO [SgNode ()] | ||||
| Stub for ::SgModifierType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| modifierTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgModifierType a -> IO [CString] | ||||
| Stub for ::SgModifierType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| modifierTypeGetTypeModifier :: Typeable a => SgModifierType a -> IO (Ptr (SgTypeModifier ())) | ||||
| Stub for ::SgModifierType::get_typeModifier of type class ::SgTypeModifier&() | ||||
| modifierTypeInsertModifierTypeIntoTypeTable :: Typeable a => SgModifierType a -> IO (SgModifierType ()) | ||||
| Stub for ::SgModifierType::insertModifierTypeIntoTypeTable of type class ::SgModifierType*(class SgModifierType *) | ||||
| modifierTypeIsInMemoryPool :: Typeable a => SgModifierType a -> IO Bool | ||||
| Stub for ::SgModifierType::isInMemoryPool of type bool () | ||||
| modifierTypeMemoryUsage :: IO CSize | ||||
| Stub for ::SgModifierType::memoryUsage of type ::size_t() | ||||
| modifierTypeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgModifierType::numberOfNodes of type ::size_t() | ||||
| modifierTypePostConstructionInitialization :: Typeable a => SgModifierType a -> IO () | ||||
| Stub for ::SgModifierType::post_construction_initialization of type void () | ||||
| modifierTypeSageClassName :: Typeable a => SgModifierType a -> IO String | ||||
| Stub for ::SgModifierType::sage_class_name of type const char *() | ||||
| modifierTypeSetBaseType :: (Typeable a, Typeable b) => SgModifierType a -> SgType b -> IO () | ||||
| Stub for ::SgModifierType::set_base_type of type void (class ::SgType*) | ||||
| modifierTypeVariantT :: Typeable a => SgModifierType a -> IO VariantT | ||||
| Stub for ::SgModifierType::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |