| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgPartialFunctionModifierType :: Typeable a => SgNode a -> IO (Maybe (SgPartialFunctionModifierType ())) | ||||
| Attempts a dynamic cast of the given node to the type SgPartialFunctionModifierType. | ||||
| upSgPartialFunctionModifierType :: Typeable a => SgPartialFunctionModifierType a -> SgPartialFunctionModifierType () | ||||
| Performs an upcast of a SgPartialFunctionModifierType subtype to a SgPartialFunctionModifierType. | ||||
| newPartialFunctionModifierType :: (Typeable a, Typeable b) => SgType a -> Bool -> SgType b -> CUInt -> IO (SgPartialFunctionModifierType ()) | ||||
| Stub for ::SgPartialFunctionModifierType::SgPartialFunctionModifierType of type void (class ::SgType*, bool , class ::SgType*, unsigned int ) | ||||
| partialFunctionModifierTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgPartialFunctionModifierType a -> IO () | ||||
| Stub for ::SgPartialFunctionModifierType::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| partialFunctionModifierTypeClassName :: Typeable a => SgPartialFunctionModifierType a -> IO String | ||||
| Stub for ::SgPartialFunctionModifierType::class_name of type ::std::string() | ||||
| partialFunctionModifierTypeCreateType :: Typeable a => SgExpression a -> IO (SgPartialFunctionModifierType ()) | ||||
| Stub for ::SgPartialFunctionModifierType::createType of type class ::SgPartialFunctionModifierType*(class SgExpression *) | ||||
| partialFunctionModifierTypeGetChildIndex :: (Typeable a, Typeable b) => SgPartialFunctionModifierType a -> SgNode b -> IO CLong | ||||
| Stub for ::SgPartialFunctionModifierType::getChildIndex of type long (class ::SgNode*) | ||||
| partialFunctionModifierTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgPartialFunctionModifierType a -> SgNode b -> IO CSize | ||||
| Stub for ::SgPartialFunctionModifierType::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| partialFunctionModifierTypeGetMangled :: Typeable a => SgPartialFunctionModifierType a -> IO String | ||||
| Stub for ::SgPartialFunctionModifierType::get_mangled of type class ::SgName() | ||||
| partialFunctionModifierTypeGetNumberOfTraversalSuccessors :: Typeable a => SgPartialFunctionModifierType a -> IO CSize | ||||
| Stub for ::SgPartialFunctionModifierType::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| partialFunctionModifierTypeGetTraversalSuccessorByIndex :: Typeable a => SgPartialFunctionModifierType a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgPartialFunctionModifierType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| partialFunctionModifierTypeGetTraversalSuccessorContainer :: Typeable a => SgPartialFunctionModifierType a -> IO [SgNode ()] | ||||
| Stub for ::SgPartialFunctionModifierType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| partialFunctionModifierTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgPartialFunctionModifierType a -> IO [CString] | ||||
| Stub for ::SgPartialFunctionModifierType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| partialFunctionModifierTypeIsInMemoryPool :: Typeable a => SgPartialFunctionModifierType a -> IO Bool | ||||
| Stub for ::SgPartialFunctionModifierType::isInMemoryPool of type bool () | ||||
| partialFunctionModifierTypeMemoryUsage :: IO CSize | ||||
| Stub for ::SgPartialFunctionModifierType::memoryUsage of type ::size_t() | ||||
| partialFunctionModifierTypeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgPartialFunctionModifierType::numberOfNodes of type ::size_t() | ||||
| partialFunctionModifierTypeSageClassName :: Typeable a => SgPartialFunctionModifierType a -> IO String | ||||
| Stub for ::SgPartialFunctionModifierType::sage_class_name of type const char *() | ||||
| partialFunctionModifierTypeVariantT :: Typeable a => SgPartialFunctionModifierType a -> IO VariantT | ||||
| Stub for ::SgPartialFunctionModifierType::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |