|
| ROSE.Sage3.Methods.SgAssignOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgAssignOp :: Typeable a => SgNode a -> IO (Maybe (SgAssignOp ())) |
| Attempts a dynamic cast of the given node to the type SgAssignOp.
|
|
| upSgAssignOp :: Typeable a => SgAssignOp a -> SgAssignOp () |
| Performs an upcast of a SgAssignOp subtype to a SgAssignOp.
|
|
| newAssignOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgAssignOp ()) |
| Stub for ::SgAssignOp::SgAssignOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newAssignOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgAssignOp ()) |
| Stub for ::SgAssignOp::SgAssignOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| assignOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAssignOp a -> IO () |
| Stub for ::SgAssignOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| assignOpClassName :: Typeable a => SgAssignOp a -> IO String |
| Stub for ::SgAssignOp::class_name of type ::std::string()
|
|
| assignOpGetChildIndex :: (Typeable a, Typeable b) => SgAssignOp a -> SgNode b -> IO CLong |
| Stub for ::SgAssignOp::getChildIndex of type long (class ::SgNode*)
|
|
| assignOpGetChildIndex2 :: (Typeable a, Typeable b) => SgAssignOp a -> SgNode b -> IO CSize |
| Stub for ::SgAssignOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| assignOpGetNumberOfTraversalSuccessors :: Typeable a => SgAssignOp a -> IO CSize |
| Stub for ::SgAssignOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| assignOpGetTraversalSuccessorByIndex :: Typeable a => SgAssignOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgAssignOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| assignOpGetTraversalSuccessorContainer :: Typeable a => SgAssignOp a -> IO [SgNode ()] |
| Stub for ::SgAssignOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| assignOpGetTraversalSuccessorNamesContainer :: Typeable a => SgAssignOp a -> IO [CString] |
| Stub for ::SgAssignOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| assignOpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgAssignOp a -> SgExpression b -> IO Bool |
| Stub for ::SgAssignOp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| assignOpIsInMemoryPool :: Typeable a => SgAssignOp a -> IO Bool |
| Stub for ::SgAssignOp::isInMemoryPool of type bool ()
|
|
| assignOpIsLValue :: Typeable a => SgAssignOp a -> IO Bool |
| Stub for ::SgAssignOp::isLValue of type bool ()
|
|
| assignOpMemoryUsage :: IO CSize |
| Stub for ::SgAssignOp::memoryUsage of type ::size_t()
|
|
| assignOpNumberOfNodes :: IO CSize |
| Stub for ::SgAssignOp::numberOfNodes of type ::size_t()
|
|
| assignOpPostConstructionInitialization :: Typeable a => SgAssignOp a -> IO () |
| Stub for ::SgAssignOp::post_construction_initialization of type void ()
|
|
| assignOpPrecedence :: Typeable a => SgAssignOp a -> IO CInt |
| Stub for ::SgAssignOp::precedence of type int ()
|
|
| assignOpSageClassName :: Typeable a => SgAssignOp a -> IO String |
| Stub for ::SgAssignOp::sage_class_name of type const char *()
|
|
| assignOpVariantT :: Typeable a => SgAssignOp a -> IO VariantT |
| Stub for ::SgAssignOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |