|
| ROSE.Sage3.Methods.SgAndAssignOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgAndAssignOp :: Typeable a => SgNode a -> IO (Maybe (SgAndAssignOp ())) |
| Attempts a dynamic cast of the given node to the type SgAndAssignOp.
|
|
| upSgAndAssignOp :: Typeable a => SgAndAssignOp a -> SgAndAssignOp () |
| Performs an upcast of a SgAndAssignOp subtype to a SgAndAssignOp.
|
|
| newAndAssignOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgAndAssignOp ()) |
| Stub for ::SgAndAssignOp::SgAndAssignOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newAndAssignOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgAndAssignOp ()) |
| Stub for ::SgAndAssignOp::SgAndAssignOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| andAssignOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAndAssignOp a -> IO () |
| Stub for ::SgAndAssignOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| andAssignOpClassName :: Typeable a => SgAndAssignOp a -> IO String |
| Stub for ::SgAndAssignOp::class_name of type ::std::string()
|
|
| andAssignOpGetChildIndex :: (Typeable a, Typeable b) => SgAndAssignOp a -> SgNode b -> IO CLong |
| Stub for ::SgAndAssignOp::getChildIndex of type long (class ::SgNode*)
|
|
| andAssignOpGetChildIndex2 :: (Typeable a, Typeable b) => SgAndAssignOp a -> SgNode b -> IO CSize |
| Stub for ::SgAndAssignOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| andAssignOpGetNumberOfTraversalSuccessors :: Typeable a => SgAndAssignOp a -> IO CSize |
| Stub for ::SgAndAssignOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| andAssignOpGetTraversalSuccessorByIndex :: Typeable a => SgAndAssignOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgAndAssignOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| andAssignOpGetTraversalSuccessorContainer :: Typeable a => SgAndAssignOp a -> IO [SgNode ()] |
| Stub for ::SgAndAssignOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| andAssignOpGetTraversalSuccessorNamesContainer :: Typeable a => SgAndAssignOp a -> IO [CString] |
| Stub for ::SgAndAssignOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| andAssignOpIsInMemoryPool :: Typeable a => SgAndAssignOp a -> IO Bool |
| Stub for ::SgAndAssignOp::isInMemoryPool of type bool ()
|
|
| andAssignOpMemoryUsage :: IO CSize |
| Stub for ::SgAndAssignOp::memoryUsage of type ::size_t()
|
|
| andAssignOpNumberOfNodes :: IO CSize |
| Stub for ::SgAndAssignOp::numberOfNodes of type ::size_t()
|
|
| andAssignOpPostConstructionInitialization :: Typeable a => SgAndAssignOp a -> IO () |
| Stub for ::SgAndAssignOp::post_construction_initialization of type void ()
|
|
| andAssignOpPrecedence :: Typeable a => SgAndAssignOp a -> IO CInt |
| Stub for ::SgAndAssignOp::precedence of type int ()
|
|
| andAssignOpSageClassName :: Typeable a => SgAndAssignOp a -> IO String |
| Stub for ::SgAndAssignOp::sage_class_name of type const char *()
|
|
| andAssignOpVariantT :: Typeable a => SgAndAssignOp a -> IO VariantT |
| Stub for ::SgAndAssignOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |