|
| ROSE.Sage3.Methods.SgTypeWchar |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgTypeWchar :: Typeable a => SgNode a -> IO (Maybe (SgTypeWchar ())) |
| Attempts a dynamic cast of the given node to the type SgTypeWchar.
|
|
| upSgTypeWchar :: Typeable a => SgTypeWchar a -> SgTypeWchar () |
| Performs an upcast of a SgTypeWchar subtype to a SgTypeWchar.
|
|
| newTypeWchar :: IO (SgTypeWchar ()) |
| Stub for ::SgTypeWchar::SgTypeWchar of type void ()
|
|
| typeWcharCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeWchar a -> IO () |
| Stub for ::SgTypeWchar::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| typeWcharClassName :: Typeable a => SgTypeWchar a -> IO String |
| Stub for ::SgTypeWchar::class_name of type ::std::string()
|
|
| typeWcharCreateType :: Typeable a => SgExpression a -> IO (SgTypeWchar ()) |
| Stub for ::SgTypeWchar::createType of type class ::SgTypeWchar*(class SgExpression *)
|
|
| typeWcharGetChildIndex :: (Typeable a, Typeable b) => SgTypeWchar a -> SgNode b -> IO CLong |
| Stub for ::SgTypeWchar::getChildIndex of type long (class ::SgNode*)
|
|
| typeWcharGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeWchar a -> SgNode b -> IO CSize |
| Stub for ::SgTypeWchar::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| typeWcharGetMangled :: Typeable a => SgTypeWchar a -> IO String |
| Stub for ::SgTypeWchar::get_mangled of type class ::SgName()
|
|
| typeWcharGetNumberOfTraversalSuccessors :: Typeable a => SgTypeWchar a -> IO CSize |
| Stub for ::SgTypeWchar::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| typeWcharGetTraversalSuccessorByIndex :: Typeable a => SgTypeWchar a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTypeWchar::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| typeWcharGetTraversalSuccessorContainer :: Typeable a => SgTypeWchar a -> IO [SgNode ()] |
| Stub for ::SgTypeWchar::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| typeWcharGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeWchar a -> IO [CString] |
| Stub for ::SgTypeWchar::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| typeWcharIsInMemoryPool :: Typeable a => SgTypeWchar a -> IO Bool |
| Stub for ::SgTypeWchar::isInMemoryPool of type bool ()
|
|
| typeWcharMemoryUsage :: IO CSize |
| Stub for ::SgTypeWchar::memoryUsage of type ::size_t()
|
|
| typeWcharNumberOfNodes :: IO CSize |
| Stub for ::SgTypeWchar::numberOfNodes of type ::size_t()
|
|
| typeWcharSageClassName :: Typeable a => SgTypeWchar a -> IO String |
| Stub for ::SgTypeWchar::sage_class_name of type const char *()
|
|
| typeWcharVariantT :: Typeable a => SgTypeWchar a -> IO VariantT |
| Stub for ::SgTypeWchar::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |