|
| ROSE.Sage3.Methods.SgMultiplyOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgMultiplyOp :: Typeable a => SgNode a -> IO (Maybe (SgMultiplyOp ())) |
| Attempts a dynamic cast of the given node to the type SgMultiplyOp.
|
|
| upSgMultiplyOp :: Typeable a => SgMultiplyOp a -> SgMultiplyOp () |
| Performs an upcast of a SgMultiplyOp subtype to a SgMultiplyOp.
|
|
| newMultiplyOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgMultiplyOp ()) |
| Stub for ::SgMultiplyOp::SgMultiplyOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newMultiplyOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgMultiplyOp ()) |
| Stub for ::SgMultiplyOp::SgMultiplyOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| multiplyOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgMultiplyOp a -> IO () |
| Stub for ::SgMultiplyOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| multiplyOpClassName :: Typeable a => SgMultiplyOp a -> IO String |
| Stub for ::SgMultiplyOp::class_name of type ::std::string()
|
|
| multiplyOpGetChildIndex :: (Typeable a, Typeable b) => SgMultiplyOp a -> SgNode b -> IO CLong |
| Stub for ::SgMultiplyOp::getChildIndex of type long (class ::SgNode*)
|
|
| multiplyOpGetChildIndex2 :: (Typeable a, Typeable b) => SgMultiplyOp a -> SgNode b -> IO CSize |
| Stub for ::SgMultiplyOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| multiplyOpGetNumberOfTraversalSuccessors :: Typeable a => SgMultiplyOp a -> IO CSize |
| Stub for ::SgMultiplyOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| multiplyOpGetTraversalSuccessorByIndex :: Typeable a => SgMultiplyOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgMultiplyOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| multiplyOpGetTraversalSuccessorContainer :: Typeable a => SgMultiplyOp a -> IO [SgNode ()] |
| Stub for ::SgMultiplyOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| multiplyOpGetTraversalSuccessorNamesContainer :: Typeable a => SgMultiplyOp a -> IO [CString] |
| Stub for ::SgMultiplyOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| multiplyOpIsInMemoryPool :: Typeable a => SgMultiplyOp a -> IO Bool |
| Stub for ::SgMultiplyOp::isInMemoryPool of type bool ()
|
|
| multiplyOpMemoryUsage :: IO CSize |
| Stub for ::SgMultiplyOp::memoryUsage of type ::size_t()
|
|
| multiplyOpNumberOfNodes :: IO CSize |
| Stub for ::SgMultiplyOp::numberOfNodes of type ::size_t()
|
|
| multiplyOpPostConstructionInitialization :: Typeable a => SgMultiplyOp a -> IO () |
| Stub for ::SgMultiplyOp::post_construction_initialization of type void ()
|
|
| multiplyOpPrecedence :: Typeable a => SgMultiplyOp a -> IO CInt |
| Stub for ::SgMultiplyOp::precedence of type int ()
|
|
| multiplyOpSageClassName :: Typeable a => SgMultiplyOp a -> IO String |
| Stub for ::SgMultiplyOp::sage_class_name of type const char *()
|
|
| multiplyOpVariantT :: Typeable a => SgMultiplyOp a -> IO VariantT |
| Stub for ::SgMultiplyOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |