|
| ROSE.Sage3.Methods.SgPythonPrintStmt |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgPythonPrintStmt :: Typeable a => SgNode a -> IO (Maybe (SgPythonPrintStmt ())) |
| Attempts a dynamic cast of the given node to the type SgPythonPrintStmt.
|
|
| upSgPythonPrintStmt :: Typeable a => SgPythonPrintStmt a -> SgPythonPrintStmt () |
| Performs an upcast of a SgPythonPrintStmt subtype to a SgPythonPrintStmt.
|
|
| newPythonPrintStmt :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgExprListExp c -> IO (SgPythonPrintStmt ()) |
| Stub for ::SgPythonPrintStmt::SgPythonPrintStmt of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExprListExp*)
|
|
| newPythonPrintStmt2 :: (Typeable a, Typeable b) => SgExpression a -> SgExprListExp b -> IO (SgPythonPrintStmt ()) |
| Stub for ::SgPythonPrintStmt::SgPythonPrintStmt of type void (class ::SgExpression*, class ::SgExprListExp*)
|
|
| pythonPrintStmtCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgPythonPrintStmt a -> IO () |
| Stub for ::SgPythonPrintStmt::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| pythonPrintStmtClassName :: Typeable a => SgPythonPrintStmt a -> IO String |
| Stub for ::SgPythonPrintStmt::class_name of type ::std::string()
|
|
| pythonPrintStmtGetChildIndex :: (Typeable a, Typeable b) => SgPythonPrintStmt a -> SgNode b -> IO CLong |
| Stub for ::SgPythonPrintStmt::getChildIndex of type long (class ::SgNode*)
|
|
| pythonPrintStmtGetChildIndex2 :: (Typeable a, Typeable b) => SgPythonPrintStmt a -> SgNode b -> IO CSize |
| Stub for ::SgPythonPrintStmt::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| pythonPrintStmtGetDestination :: Typeable a => SgPythonPrintStmt a -> IO (SgExpression ()) |
| Stub for ::SgPythonPrintStmt::get_destination of type class ::SgExpression*()
|
|
| pythonPrintStmtGetNumberOfTraversalSuccessors :: Typeable a => SgPythonPrintStmt a -> IO CSize |
| Stub for ::SgPythonPrintStmt::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| pythonPrintStmtGetTraversalSuccessorByIndex :: Typeable a => SgPythonPrintStmt a -> CSize -> IO (SgNode ()) |
| Stub for ::SgPythonPrintStmt::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| pythonPrintStmtGetTraversalSuccessorContainer :: Typeable a => SgPythonPrintStmt a -> IO [SgNode ()] |
| Stub for ::SgPythonPrintStmt::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| pythonPrintStmtGetTraversalSuccessorNamesContainer :: Typeable a => SgPythonPrintStmt a -> IO [CString] |
| Stub for ::SgPythonPrintStmt::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| pythonPrintStmtGetValues :: Typeable a => SgPythonPrintStmt a -> IO (SgExprListExp ()) |
| Stub for ::SgPythonPrintStmt::get_values of type class ::SgExprListExp*()
|
|
| pythonPrintStmtIsInMemoryPool :: Typeable a => SgPythonPrintStmt a -> IO Bool |
| Stub for ::SgPythonPrintStmt::isInMemoryPool of type bool ()
|
|
| pythonPrintStmtMemoryUsage :: IO CSize |
| Stub for ::SgPythonPrintStmt::memoryUsage of type ::size_t()
|
|
| pythonPrintStmtNumberOfNodes :: IO CSize |
| Stub for ::SgPythonPrintStmt::numberOfNodes of type ::size_t()
|
|
| pythonPrintStmtPostConstructionInitialization :: Typeable a => SgPythonPrintStmt a -> IO () |
| Stub for ::SgPythonPrintStmt::post_construction_initialization of type void ()
|
|
| pythonPrintStmtSageClassName :: Typeable a => SgPythonPrintStmt a -> IO String |
| Stub for ::SgPythonPrintStmt::sage_class_name of type const char *()
|
|
| pythonPrintStmtSetDestination :: (Typeable a, Typeable b) => SgPythonPrintStmt a -> SgExpression b -> IO () |
| Stub for ::SgPythonPrintStmt::set_destination of type void (class ::SgExpression*)
|
|
| pythonPrintStmtSetValues :: (Typeable a, Typeable b) => SgPythonPrintStmt a -> SgExprListExp b -> IO () |
| Stub for ::SgPythonPrintStmt::set_values of type void (class ::SgExprListExp*)
|
|
| pythonPrintStmtVariantT :: Typeable a => SgPythonPrintStmt a -> IO VariantT |
| Stub for ::SgPythonPrintStmt::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |