|
| ROSE.Sage3.Methods.SgPartialFunctionType |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgPartialFunctionType :: Typeable a => SgNode a -> IO (Maybe (SgPartialFunctionType ())) |
| Attempts a dynamic cast of the given node to the type SgPartialFunctionType.
|
|
| upSgPartialFunctionType :: Typeable a => SgPartialFunctionType a -> SgPartialFunctionType () |
| Performs an upcast of a SgPartialFunctionType subtype to a SgPartialFunctionType.
|
|
| newPartialFunctionType :: (Typeable a, Typeable b) => SgType a -> Bool -> SgType b -> CUInt -> IO (SgPartialFunctionType ()) |
| Stub for ::SgPartialFunctionType::SgPartialFunctionType of type void (class ::SgType*, bool , class ::SgType*, unsigned int )
|
|
| partialFunctionTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgPartialFunctionType a -> IO () |
| Stub for ::SgPartialFunctionType::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| partialFunctionTypeClassName :: Typeable a => SgPartialFunctionType a -> IO String |
| Stub for ::SgPartialFunctionType::class_name of type ::std::string()
|
|
| partialFunctionTypeCreateType :: (Typeable a, Typeable b) => SgType a -> SgExpression b -> IO (SgPartialFunctionType ()) |
| Stub for ::SgPartialFunctionType::createType of type class ::SgPartialFunctionType*(class SgType *, class SgExpression *)
|
|
| partialFunctionTypeGetChildIndex :: (Typeable a, Typeable b) => SgPartialFunctionType a -> SgNode b -> IO CLong |
| Stub for ::SgPartialFunctionType::getChildIndex of type long (class ::SgNode*)
|
|
| partialFunctionTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgPartialFunctionType a -> SgNode b -> IO CSize |
| Stub for ::SgPartialFunctionType::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| partialFunctionTypeGetNumberOfTraversalSuccessors :: Typeable a => SgPartialFunctionType a -> IO CSize |
| Stub for ::SgPartialFunctionType::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| partialFunctionTypeGetTraversalSuccessorByIndex :: Typeable a => SgPartialFunctionType a -> CSize -> IO (SgNode ()) |
| Stub for ::SgPartialFunctionType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| partialFunctionTypeGetTraversalSuccessorContainer :: Typeable a => SgPartialFunctionType a -> IO [SgNode ()] |
| Stub for ::SgPartialFunctionType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| partialFunctionTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgPartialFunctionType a -> IO [CString] |
| Stub for ::SgPartialFunctionType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| partialFunctionTypeIsInMemoryPool :: Typeable a => SgPartialFunctionType a -> IO Bool |
| Stub for ::SgPartialFunctionType::isInMemoryPool of type bool ()
|
|
| partialFunctionTypeMemoryUsage :: IO CSize |
| Stub for ::SgPartialFunctionType::memoryUsage of type ::size_t()
|
|
| partialFunctionTypeNumberOfNodes :: IO CSize |
| Stub for ::SgPartialFunctionType::numberOfNodes of type ::size_t()
|
|
| partialFunctionTypePostConstructionInitialization :: Typeable a => SgPartialFunctionType a -> IO () |
| Stub for ::SgPartialFunctionType::post_construction_initialization of type void ()
|
|
| partialFunctionTypeSageClassName :: Typeable a => SgPartialFunctionType a -> IO String |
| Stub for ::SgPartialFunctionType::sage_class_name of type const char *()
|
|
| partialFunctionTypeVariantT :: Typeable a => SgPartialFunctionType a -> IO VariantT |
| Stub for ::SgPartialFunctionType::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |