|
| ROSE.Sage3.Methods.SgTupleExp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgTupleExp :: Typeable a => SgNode a -> IO (Maybe (SgTupleExp ())) |
| Attempts a dynamic cast of the given node to the type SgTupleExp.
|
|
| upSgTupleExp :: Typeable a => SgTupleExp a -> SgTupleExp () |
| Performs an upcast of a SgTupleExp subtype to a SgTupleExp.
|
|
| newTupleExp :: Typeable a => Sg_File_Info a -> IO (SgTupleExp ()) |
| Stub for ::SgTupleExp::SgTupleExp of type void (class ::Sg_File_Info*)
|
|
| newTupleExp2 :: IO (SgTupleExp ()) |
| Stub for ::SgTupleExp::SgTupleExp of type void ()
|
|
| tupleExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTupleExp a -> IO () |
| Stub for ::SgTupleExp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| tupleExpClassName :: Typeable a => SgTupleExp a -> IO String |
| Stub for ::SgTupleExp::class_name of type ::std::string()
|
|
| tupleExpGetChildIndex :: (Typeable a, Typeable b) => SgTupleExp a -> SgNode b -> IO CLong |
| Stub for ::SgTupleExp::getChildIndex of type long (class ::SgNode*)
|
|
| tupleExpGetChildIndex2 :: (Typeable a, Typeable b) => SgTupleExp a -> SgNode b -> IO CSize |
| Stub for ::SgTupleExp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| tupleExpGetNumberOfTraversalSuccessors :: Typeable a => SgTupleExp a -> IO CSize |
| Stub for ::SgTupleExp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| tupleExpGetTraversalSuccessorByIndex :: Typeable a => SgTupleExp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTupleExp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| tupleExpGetTraversalSuccessorContainer :: Typeable a => SgTupleExp a -> IO [SgNode ()] |
| Stub for ::SgTupleExp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| tupleExpGetTraversalSuccessorNamesContainer :: Typeable a => SgTupleExp a -> IO [CString] |
| Stub for ::SgTupleExp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| tupleExpGetType :: Typeable a => SgTupleExp a -> IO (SgType ()) |
| Stub for ::SgTupleExp::get_type of type class ::SgType*()
|
|
| tupleExpIsInMemoryPool :: Typeable a => SgTupleExp a -> IO Bool |
| Stub for ::SgTupleExp::isInMemoryPool of type bool ()
|
|
| tupleExpMemoryUsage :: IO CSize |
| Stub for ::SgTupleExp::memoryUsage of type ::size_t()
|
|
| tupleExpNumberOfNodes :: IO CSize |
| Stub for ::SgTupleExp::numberOfNodes of type ::size_t()
|
|
| tupleExpPostConstructionInitialization :: Typeable a => SgTupleExp a -> IO () |
| Stub for ::SgTupleExp::post_construction_initialization of type void ()
|
|
| tupleExpSageClassName :: Typeable a => SgTupleExp a -> IO String |
| Stub for ::SgTupleExp::sage_class_name of type const char *()
|
|
| tupleExpVariantT :: Typeable a => SgTupleExp a -> IO VariantT |
| Stub for ::SgTupleExp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |