|
| ROSE.Sage3.Methods.SgVarArgEndOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgVarArgEndOp :: Typeable a => SgNode a -> IO (Maybe (SgVarArgEndOp ())) |
| Attempts a dynamic cast of the given node to the type SgVarArgEndOp.
|
|
| upSgVarArgEndOp :: Typeable a => SgVarArgEndOp a -> SgVarArgEndOp () |
| Performs an upcast of a SgVarArgEndOp subtype to a SgVarArgEndOp.
|
|
| newVarArgEndOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgVarArgEndOp ()) |
| Stub for ::SgVarArgEndOp::SgVarArgEndOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newVarArgEndOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgVarArgEndOp ()) |
| Stub for ::SgVarArgEndOp::SgVarArgEndOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| varArgEndOpCfgIndexForEnd :: Typeable a => SgVarArgEndOp a -> IO CUInt |
| Stub for ::SgVarArgEndOp::cfgIndexForEnd of type unsigned int ()
|
|
| varArgEndOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgVarArgEndOp a -> IO () |
| Stub for ::SgVarArgEndOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| varArgEndOpClassName :: Typeable a => SgVarArgEndOp a -> IO String |
| Stub for ::SgVarArgEndOp::class_name of type ::std::string()
|
|
| varArgEndOpGetChildIndex :: (Typeable a, Typeable b) => SgVarArgEndOp a -> SgNode b -> IO CLong |
| Stub for ::SgVarArgEndOp::getChildIndex of type long (class ::SgNode*)
|
|
| varArgEndOpGetChildIndex2 :: (Typeable a, Typeable b) => SgVarArgEndOp a -> SgNode b -> IO CSize |
| Stub for ::SgVarArgEndOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| varArgEndOpGetExpressionType :: Typeable a => SgVarArgEndOp a -> IO (SgType ()) |
| Stub for ::SgVarArgEndOp::get_expression_type of type class ::SgType*()
|
|
| varArgEndOpGetNumberOfTraversalSuccessors :: Typeable a => SgVarArgEndOp a -> IO CSize |
| Stub for ::SgVarArgEndOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| varArgEndOpGetOperandExpr :: Typeable a => SgVarArgEndOp a -> IO (SgExpression ()) |
| Stub for ::SgVarArgEndOp::get_operand_expr of type class ::SgExpression*()
|
|
| varArgEndOpGetTraversalSuccessorByIndex :: Typeable a => SgVarArgEndOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgVarArgEndOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| varArgEndOpGetTraversalSuccessorContainer :: Typeable a => SgVarArgEndOp a -> IO [SgNode ()] |
| Stub for ::SgVarArgEndOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| varArgEndOpGetTraversalSuccessorNamesContainer :: Typeable a => SgVarArgEndOp a -> IO [CString] |
| Stub for ::SgVarArgEndOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| varArgEndOpGetType :: Typeable a => SgVarArgEndOp a -> IO (SgType ()) |
| Stub for ::SgVarArgEndOp::get_type of type class ::SgType*()
|
|
| varArgEndOpIsInMemoryPool :: Typeable a => SgVarArgEndOp a -> IO Bool |
| Stub for ::SgVarArgEndOp::isInMemoryPool of type bool ()
|
|
| varArgEndOpMemoryUsage :: IO CSize |
| Stub for ::SgVarArgEndOp::memoryUsage of type ::size_t()
|
|
| varArgEndOpNumberOfNodes :: IO CSize |
| Stub for ::SgVarArgEndOp::numberOfNodes of type ::size_t()
|
|
| varArgEndOpPostConstructionInitialization :: Typeable a => SgVarArgEndOp a -> IO () |
| Stub for ::SgVarArgEndOp::post_construction_initialization of type void ()
|
|
| varArgEndOpReplaceExpression :: (Typeable a, Typeable b, Typeable c) => SgVarArgEndOp a -> SgExpression b -> SgExpression c -> IO CInt |
| Stub for ::SgVarArgEndOp::replace_expression of type int (class ::SgExpression*, class ::SgExpression*)
|
|
| varArgEndOpSageClassName :: Typeable a => SgVarArgEndOp a -> IO String |
| Stub for ::SgVarArgEndOp::sage_class_name of type const char *()
|
|
| varArgEndOpSetExpressionType :: (Typeable a, Typeable b) => SgVarArgEndOp a -> SgType b -> IO () |
| Stub for ::SgVarArgEndOp::set_expression_type of type void (class ::SgType*)
|
|
| varArgEndOpSetOperandExpr :: (Typeable a, Typeable b) => SgVarArgEndOp a -> SgExpression b -> IO () |
| Stub for ::SgVarArgEndOp::set_operand_expr of type void (class ::SgExpression*)
|
|
| varArgEndOpVariantT :: Typeable a => SgVarArgEndOp a -> IO VariantT |
| Stub for ::SgVarArgEndOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |