|
| ROSE.Sage3.Methods.SgUnaryOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgUnaryOp :: Typeable a => SgNode a -> IO (Maybe (SgUnaryOp ())) |
| Attempts a dynamic cast of the given node to the type SgUnaryOp.
|
|
| upSgUnaryOp :: Typeable a => SgUnaryOp a -> SgUnaryOp () |
| Performs an upcast of a SgUnaryOp subtype to a SgUnaryOp.
|
|
| newUnaryOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgUnaryOp ()) |
| Stub for ::SgUnaryOp::SgUnaryOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newUnaryOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgUnaryOp ()) |
| Stub for ::SgUnaryOp::SgUnaryOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| unaryOpCfgIndexForEnd :: Typeable a => SgUnaryOp a -> IO CUInt |
| Stub for ::SgUnaryOp::cfgIndexForEnd of type unsigned int ()
|
|
| unaryOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUnaryOp a -> IO () |
| Stub for ::SgUnaryOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| unaryOpClassName :: Typeable a => SgUnaryOp a -> IO String |
| Stub for ::SgUnaryOp::class_name of type ::std::string()
|
|
| unaryOpEmpty :: Typeable a => SgUnaryOp a -> IO Bool |
| Stub for ::SgUnaryOp::empty of type bool ()
|
|
| unaryOpGetChildIndex :: (Typeable a, Typeable b) => SgUnaryOp a -> SgNode b -> IO CLong |
| Stub for ::SgUnaryOp::getChildIndex of type long (class ::SgNode*)
|
|
| unaryOpGetChildIndex2 :: (Typeable a, Typeable b) => SgUnaryOp a -> SgNode b -> IO CSize |
| Stub for ::SgUnaryOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| unaryOpGetNext :: Typeable a => SgUnaryOp a -> Ptr CInt -> IO (SgExpression ()) |
| Stub for ::SgUnaryOp::get_next of type class ::SgExpression*(int &)
|
|
| unaryOpGetNumberOfTraversalSuccessors :: Typeable a => SgUnaryOp a -> IO CSize |
| Stub for ::SgUnaryOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| unaryOpGetOperand :: Typeable a => SgUnaryOp a -> IO (SgExpression ()) |
| Stub for ::SgUnaryOp::get_operand of type class ::SgExpression*()
|
|
| unaryOpGetOperandI :: Typeable a => SgUnaryOp a -> IO (SgExpression ()) |
| Stub for ::SgUnaryOp::get_operand_i of type class ::SgExpression*()
|
|
| unaryOpGetTraversalSuccessorByIndex :: Typeable a => SgUnaryOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgUnaryOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| unaryOpGetTraversalSuccessorContainer :: Typeable a => SgUnaryOp a -> IO [SgNode ()] |
| Stub for ::SgUnaryOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| unaryOpGetTraversalSuccessorNamesContainer :: Typeable a => SgUnaryOp a -> IO [CString] |
| Stub for ::SgUnaryOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| unaryOpGetType :: Typeable a => SgUnaryOp a -> IO (SgType ()) |
| Stub for ::SgUnaryOp::get_type of type class ::SgType*()
|
|
| unaryOpIsInMemoryPool :: Typeable a => SgUnaryOp a -> IO Bool |
| Stub for ::SgUnaryOp::isInMemoryPool of type bool ()
|
|
| unaryOpLength :: Typeable a => SgUnaryOp a -> IO CInt |
| Stub for ::SgUnaryOp::length of type int ()
|
|
| unaryOpMemoryUsage :: IO CSize |
| Stub for ::SgUnaryOp::memoryUsage of type ::size_t()
|
|
| unaryOpNumberOfNodes :: IO CSize |
| Stub for ::SgUnaryOp::numberOfNodes of type ::size_t()
|
|
| unaryOpPostConstructionInitialization :: Typeable a => SgUnaryOp a -> IO () |
| Stub for ::SgUnaryOp::post_construction_initialization of type void ()
|
|
| unaryOpReplaceExpression :: (Typeable a, Typeable b, Typeable c) => SgUnaryOp a -> SgExpression b -> SgExpression c -> IO CInt |
| Stub for ::SgUnaryOp::replace_expression of type int (class ::SgExpression*, class ::SgExpression*)
|
|
| unaryOpSageClassName :: Typeable a => SgUnaryOp a -> IO String |
| Stub for ::SgUnaryOp::sage_class_name of type const char *()
|
|
| unaryOpSetOperand :: (Typeable a, Typeable b) => SgUnaryOp a -> SgExpression b -> IO () |
| Stub for ::SgUnaryOp::set_operand of type void (class ::SgExpression*)
|
|
| unaryOpSetOperandI :: (Typeable a, Typeable b) => SgUnaryOp a -> SgExpression b -> IO () |
| Stub for ::SgUnaryOp::set_operand_i of type void (class ::SgExpression*)
|
|
| unaryOpVariantT :: Typeable a => SgUnaryOp a -> IO VariantT |
| Stub for ::SgUnaryOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |