| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTypeSignedInt :: Typeable a => SgNode a -> IO (Maybe (SgTypeSignedInt ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTypeSignedInt. | ||||
| upSgTypeSignedInt :: Typeable a => SgTypeSignedInt a -> SgTypeSignedInt () | ||||
| Performs an upcast of a SgTypeSignedInt subtype to a SgTypeSignedInt. | ||||
| newTypeSignedInt :: IO (SgTypeSignedInt ()) | ||||
| Stub for ::SgTypeSignedInt::SgTypeSignedInt of type void () | ||||
| typeSignedIntCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeSignedInt a -> IO () | ||||
| Stub for ::SgTypeSignedInt::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| typeSignedIntClassName :: Typeable a => SgTypeSignedInt a -> IO String | ||||
| Stub for ::SgTypeSignedInt::class_name of type ::std::string() | ||||
| typeSignedIntCreateType :: Typeable a => SgExpression a -> IO (SgTypeSignedInt ()) | ||||
| Stub for ::SgTypeSignedInt::createType of type class ::SgTypeSignedInt*(class SgExpression *) | ||||
| typeSignedIntGetChildIndex :: (Typeable a, Typeable b) => SgTypeSignedInt a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTypeSignedInt::getChildIndex of type long (class ::SgNode*) | ||||
| typeSignedIntGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeSignedInt a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTypeSignedInt::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| typeSignedIntGetMangled :: Typeable a => SgTypeSignedInt a -> IO String | ||||
| Stub for ::SgTypeSignedInt::get_mangled of type class ::SgName() | ||||
| typeSignedIntGetNumberOfTraversalSuccessors :: Typeable a => SgTypeSignedInt a -> IO CSize | ||||
| Stub for ::SgTypeSignedInt::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| typeSignedIntGetTraversalSuccessorByIndex :: Typeable a => SgTypeSignedInt a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTypeSignedInt::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| typeSignedIntGetTraversalSuccessorContainer :: Typeable a => SgTypeSignedInt a -> IO [SgNode ()] | ||||
| Stub for ::SgTypeSignedInt::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| typeSignedIntGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeSignedInt a -> IO [CString] | ||||
| Stub for ::SgTypeSignedInt::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| typeSignedIntIsInMemoryPool :: Typeable a => SgTypeSignedInt a -> IO Bool | ||||
| Stub for ::SgTypeSignedInt::isInMemoryPool of type bool () | ||||
| typeSignedIntMemoryUsage :: IO CSize | ||||
| Stub for ::SgTypeSignedInt::memoryUsage of type ::size_t() | ||||
| typeSignedIntNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTypeSignedInt::numberOfNodes of type ::size_t() | ||||
| typeSignedIntSageClassName :: Typeable a => SgTypeSignedInt a -> IO String | ||||
| Stub for ::SgTypeSignedInt::sage_class_name of type const char *() | ||||
| typeSignedIntVariantT :: Typeable a => SgTypeSignedInt a -> IO VariantT | ||||
| Stub for ::SgTypeSignedInt::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |