|
| ROSE.Sage3.Methods.SgToken |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgToken :: Typeable a => SgNode a -> IO (Maybe (SgToken ())) |
| Attempts a dynamic cast of the given node to the type SgToken.
|
|
| upSgToken :: Typeable a => SgToken a -> SgToken () |
| Performs an upcast of a SgToken subtype to a SgToken.
|
|
| newToken :: Typeable a => Sg_File_Info a -> String -> CUInt -> IO (SgToken ()) |
| Stub for ::SgToken::SgToken of type void (class ::Sg_File_Info*, ::std::string, unsigned int )
|
|
| newToken2 :: String -> CUInt -> IO (SgToken ()) |
| Stub for ::SgToken::SgToken of type void (::std::string, unsigned int )
|
|
| tokenCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgToken a -> IO () |
| Stub for ::SgToken::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| tokenClassName :: Typeable a => SgToken a -> IO String |
| Stub for ::SgToken::class_name of type ::std::string()
|
|
| tokenGetChildIndex :: (Typeable a, Typeable b) => SgToken a -> SgNode b -> IO CLong |
| Stub for ::SgToken::getChildIndex of type long (class ::SgNode*)
|
|
| tokenGetChildIndex2 :: (Typeable a, Typeable b) => SgToken a -> SgNode b -> IO CSize |
| Stub for ::SgToken::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| tokenGetClassificationCode :: Typeable a => SgToken a -> IO CUInt |
| Stub for ::SgToken::get_classification_code of type unsigned int ()
|
|
| tokenGetLexemeString :: Typeable a => SgToken a -> IO String |
| Stub for ::SgToken::get_lexeme_string of type ::std::string()
|
|
| tokenGetNumberOfTraversalSuccessors :: Typeable a => SgToken a -> IO CSize |
| Stub for ::SgToken::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| tokenGetTraversalSuccessorByIndex :: Typeable a => SgToken a -> CSize -> IO (SgNode ()) |
| Stub for ::SgToken::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| tokenGetTraversalSuccessorContainer :: Typeable a => SgToken a -> IO [SgNode ()] |
| Stub for ::SgToken::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| tokenGetTraversalSuccessorNamesContainer :: Typeable a => SgToken a -> IO [CString] |
| Stub for ::SgToken::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| tokenIsInMemoryPool :: Typeable a => SgToken a -> IO Bool |
| Stub for ::SgToken::isInMemoryPool of type bool ()
|
|
| tokenMemoryUsage :: IO CSize |
| Stub for ::SgToken::memoryUsage of type ::size_t()
|
|
| tokenNumberOfNodes :: IO CSize |
| Stub for ::SgToken::numberOfNodes of type ::size_t()
|
|
| tokenSageClassName :: Typeable a => SgToken a -> IO String |
| Stub for ::SgToken::sage_class_name of type const char *()
|
|
| tokenSetClassificationCode :: Typeable a => SgToken a -> CUInt -> IO () |
| Stub for ::SgToken::set_classification_code of type void (unsigned int )
|
|
| tokenSetLexemeString :: Typeable a => SgToken a -> String -> IO () |
| Stub for ::SgToken::set_lexeme_string of type void (::std::string)
|
|
| tokenVariantT :: Typeable a => SgToken a -> IO VariantT |
| Stub for ::SgToken::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |