|
| ROSE.Sage3.Methods.SgExponentiationOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgExponentiationOp :: Typeable a => SgNode a -> IO (Maybe (SgExponentiationOp ())) |
| Attempts a dynamic cast of the given node to the type SgExponentiationOp.
|
|
| upSgExponentiationOp :: Typeable a => SgExponentiationOp a -> SgExponentiationOp () |
| Performs an upcast of a SgExponentiationOp subtype to a SgExponentiationOp.
|
|
| newExponentiationOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgExponentiationOp ()) |
| Stub for ::SgExponentiationOp::SgExponentiationOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newExponentiationOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgExponentiationOp ()) |
| Stub for ::SgExponentiationOp::SgExponentiationOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| exponentiationOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgExponentiationOp a -> IO () |
| Stub for ::SgExponentiationOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| exponentiationOpClassName :: Typeable a => SgExponentiationOp a -> IO String |
| Stub for ::SgExponentiationOp::class_name of type ::std::string()
|
|
| exponentiationOpGetChildIndex :: (Typeable a, Typeable b) => SgExponentiationOp a -> SgNode b -> IO CLong |
| Stub for ::SgExponentiationOp::getChildIndex of type long (class ::SgNode*)
|
|
| exponentiationOpGetChildIndex2 :: (Typeable a, Typeable b) => SgExponentiationOp a -> SgNode b -> IO CSize |
| Stub for ::SgExponentiationOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| exponentiationOpGetNumberOfTraversalSuccessors :: Typeable a => SgExponentiationOp a -> IO CSize |
| Stub for ::SgExponentiationOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| exponentiationOpGetTraversalSuccessorByIndex :: Typeable a => SgExponentiationOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgExponentiationOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| exponentiationOpGetTraversalSuccessorContainer :: Typeable a => SgExponentiationOp a -> IO [SgNode ()] |
| Stub for ::SgExponentiationOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| exponentiationOpGetTraversalSuccessorNamesContainer :: Typeable a => SgExponentiationOp a -> IO [CString] |
| Stub for ::SgExponentiationOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| exponentiationOpIsInMemoryPool :: Typeable a => SgExponentiationOp a -> IO Bool |
| Stub for ::SgExponentiationOp::isInMemoryPool of type bool ()
|
|
| exponentiationOpMemoryUsage :: IO CSize |
| Stub for ::SgExponentiationOp::memoryUsage of type ::size_t()
|
|
| exponentiationOpNumberOfNodes :: IO CSize |
| Stub for ::SgExponentiationOp::numberOfNodes of type ::size_t()
|
|
| exponentiationOpPostConstructionInitialization :: Typeable a => SgExponentiationOp a -> IO () |
| Stub for ::SgExponentiationOp::post_construction_initialization of type void ()
|
|
| exponentiationOpPrecedence :: Typeable a => SgExponentiationOp a -> IO CInt |
| Stub for ::SgExponentiationOp::precedence of type int ()
|
|
| exponentiationOpSageClassName :: Typeable a => SgExponentiationOp a -> IO String |
| Stub for ::SgExponentiationOp::sage_class_name of type const char *()
|
|
| exponentiationOpVariantT :: Typeable a => SgExponentiationOp a -> IO VariantT |
| Stub for ::SgExponentiationOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |