| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAttribute :: Typeable a => SgNode a -> IO (Maybe (SgAttribute ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAttribute. | ||||
| upSgAttribute :: Typeable a => SgAttribute a -> SgAttribute () | ||||
| Performs an upcast of a SgAttribute subtype to a SgAttribute. | ||||
| newAttribute :: String -> IO (SgAttribute ()) | ||||
| Stub for ::SgAttribute::SgAttribute of type void (::std::string) | ||||
| attributeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAttribute a -> IO () | ||||
| Stub for ::SgAttribute::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| attributeClassName :: Typeable a => SgAttribute a -> IO String | ||||
| Stub for ::SgAttribute::class_name of type ::std::string() | ||||
| attributeGetChildIndex :: (Typeable a, Typeable b) => SgAttribute a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAttribute::getChildIndex of type long (class ::SgNode*) | ||||
| attributeGetChildIndex2 :: (Typeable a, Typeable b) => SgAttribute a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAttribute::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| attributeGetName :: Typeable a => SgAttribute a -> IO String | ||||
| Stub for ::SgAttribute::get_name of type ::std::string() | ||||
| attributeGetNumberOfTraversalSuccessors :: Typeable a => SgAttribute a -> IO CSize | ||||
| Stub for ::SgAttribute::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| attributeGetTraversalSuccessorByIndex :: Typeable a => SgAttribute a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAttribute::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| attributeGetTraversalSuccessorContainer :: Typeable a => SgAttribute a -> IO [SgNode ()] | ||||
| Stub for ::SgAttribute::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| attributeGetTraversalSuccessorNamesContainer :: Typeable a => SgAttribute a -> IO [CString] | ||||
| Stub for ::SgAttribute::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| attributeIsInMemoryPool :: Typeable a => SgAttribute a -> IO Bool | ||||
| Stub for ::SgAttribute::isInMemoryPool of type bool () | ||||
| attributeIsPragma :: Typeable a => SgAttribute a -> IO Bool | ||||
| Stub for ::SgAttribute::isPragma of type bool () | ||||
| attributeIsSame :: Typeable a => SgAttribute a -> String -> IO CInt | ||||
| Stub for ::SgAttribute::isSame of type int (const ::std::string&) | ||||
| attributeMemoryUsage :: IO CSize | ||||
| Stub for ::SgAttribute::memoryUsage of type ::size_t() | ||||
| attributeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAttribute::numberOfNodes of type ::size_t() | ||||
| attributeSageClassName :: Typeable a => SgAttribute a -> IO String | ||||
| Stub for ::SgAttribute::sage_class_name of type const char *() | ||||
| attributeSetName :: Typeable a => SgAttribute a -> String -> IO () | ||||
| Stub for ::SgAttribute::set_name of type void (::std::string) | ||||
| attributeVariantT :: Typeable a => SgAttribute a -> IO VariantT | ||||
| Stub for ::SgAttribute::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |