|
| ROSE.Sage3.Methods.SgSizeOfOp |
|
|
|
| Synopsis |
|
| isSgSizeOfOp :: Typeable a => SgNode a -> IO (Maybe (SgSizeOfOp ())) | | | upSgSizeOfOp :: Typeable a => SgSizeOfOp a -> SgSizeOfOp () | | | newSizeOfOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgType c -> SgType d -> IO (SgSizeOfOp ()) | | | newSizeOfOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgType b -> SgType c -> IO (SgSizeOfOp ()) | | | sizeOfOpCfgIndexForEnd :: Typeable a => SgSizeOfOp a -> IO CUInt | | | sizeOfOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgSizeOfOp a -> IO () | | | sizeOfOpClassName :: Typeable a => SgSizeOfOp a -> IO String | | | sizeOfOpGetChildIndex :: (Typeable a, Typeable b) => SgSizeOfOp a -> SgNode b -> IO CLong | | | sizeOfOpGetChildIndex2 :: (Typeable a, Typeable b) => SgSizeOfOp a -> SgNode b -> IO CSize | | | sizeOfOpGetGlobalQualificationRequired :: Typeable a => SgSizeOfOp a -> IO Bool | | | sizeOfOpGetNameQualificationLength :: Typeable a => SgSizeOfOp a -> IO CInt | | | sizeOfOpGetNumberOfTraversalSuccessors :: Typeable a => SgSizeOfOp a -> IO CSize | | | sizeOfOpGetOperandExpr :: Typeable a => SgSizeOfOp a -> IO (SgExpression ()) | | | sizeOfOpGetOperandType :: Typeable a => SgSizeOfOp a -> IO (SgType ()) | | | sizeOfOpGetTraversalSuccessorByIndex :: Typeable a => SgSizeOfOp a -> CSize -> IO (SgNode ()) | | | sizeOfOpGetTraversalSuccessorContainer :: Typeable a => SgSizeOfOp a -> IO [SgNode ()] | | | sizeOfOpGetTraversalSuccessorNamesContainer :: Typeable a => SgSizeOfOp a -> IO [CString] | | | sizeOfOpGetType :: Typeable a => SgSizeOfOp a -> IO (SgType ()) | | | sizeOfOpGetTypeElaborationRequired :: Typeable a => SgSizeOfOp a -> IO Bool | | | sizeOfOpIsInMemoryPool :: Typeable a => SgSizeOfOp a -> IO Bool | | | sizeOfOpMemoryUsage :: IO CSize | | | sizeOfOpNumberOfNodes :: IO CSize | | | sizeOfOpPostConstructionInitialization :: Typeable a => SgSizeOfOp a -> IO () | | | sizeOfOpReplaceExpression :: (Typeable a, Typeable b, Typeable c) => SgSizeOfOp a -> SgExpression b -> SgExpression c -> IO CInt | | | sizeOfOpSageClassName :: Typeable a => SgSizeOfOp a -> IO String | | | sizeOfOpSetGlobalQualificationRequired :: Typeable a => SgSizeOfOp a -> Bool -> IO () | | | sizeOfOpSetNameQualificationLength :: Typeable a => SgSizeOfOp a -> CInt -> IO () | | | sizeOfOpSetOperandExpr :: (Typeable a, Typeable b) => SgSizeOfOp a -> SgExpression b -> IO () | | | sizeOfOpSetOperandType :: (Typeable a, Typeable b) => SgSizeOfOp a -> SgType b -> IO () | | | sizeOfOpSetTypeElaborationRequired :: Typeable a => SgSizeOfOp a -> Bool -> IO () | | | sizeOfOpVariantT :: Typeable a => SgSizeOfOp a -> IO VariantT |
|
|
| Documentation |
|
| isSgSizeOfOp :: Typeable a => SgNode a -> IO (Maybe (SgSizeOfOp ())) |
| Attempts a dynamic cast of the given node to the type SgSizeOfOp.
|
|
| upSgSizeOfOp :: Typeable a => SgSizeOfOp a -> SgSizeOfOp () |
| Performs an upcast of a SgSizeOfOp subtype to a SgSizeOfOp.
|
|
| newSizeOfOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgType c -> SgType d -> IO (SgSizeOfOp ()) |
| Stub for ::SgSizeOfOp::SgSizeOfOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*, class ::SgType*)
|
|
| newSizeOfOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgType b -> SgType c -> IO (SgSizeOfOp ()) |
| Stub for ::SgSizeOfOp::SgSizeOfOp of type void (class ::SgExpression*, class ::SgType*, class ::SgType*)
|
|
| sizeOfOpCfgIndexForEnd :: Typeable a => SgSizeOfOp a -> IO CUInt |
| Stub for ::SgSizeOfOp::cfgIndexForEnd of type unsigned int ()
|
|
| sizeOfOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgSizeOfOp a -> IO () |
| Stub for ::SgSizeOfOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| sizeOfOpClassName :: Typeable a => SgSizeOfOp a -> IO String |
| Stub for ::SgSizeOfOp::class_name of type ::std::string()
|
|
| sizeOfOpGetChildIndex :: (Typeable a, Typeable b) => SgSizeOfOp a -> SgNode b -> IO CLong |
| Stub for ::SgSizeOfOp::getChildIndex of type long (class ::SgNode*)
|
|
| sizeOfOpGetChildIndex2 :: (Typeable a, Typeable b) => SgSizeOfOp a -> SgNode b -> IO CSize |
| Stub for ::SgSizeOfOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| sizeOfOpGetGlobalQualificationRequired :: Typeable a => SgSizeOfOp a -> IO Bool |
| Stub for ::SgSizeOfOp::get_global_qualification_required of type bool ()
|
|
| sizeOfOpGetNameQualificationLength :: Typeable a => SgSizeOfOp a -> IO CInt |
| Stub for ::SgSizeOfOp::get_name_qualification_length of type int ()
|
|
| sizeOfOpGetNumberOfTraversalSuccessors :: Typeable a => SgSizeOfOp a -> IO CSize |
| Stub for ::SgSizeOfOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| sizeOfOpGetOperandExpr :: Typeable a => SgSizeOfOp a -> IO (SgExpression ()) |
| Stub for ::SgSizeOfOp::get_operand_expr of type class ::SgExpression*()
|
|
| sizeOfOpGetOperandType :: Typeable a => SgSizeOfOp a -> IO (SgType ()) |
| Stub for ::SgSizeOfOp::get_operand_type of type class ::SgType*()
|
|
| sizeOfOpGetTraversalSuccessorByIndex :: Typeable a => SgSizeOfOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgSizeOfOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| sizeOfOpGetTraversalSuccessorContainer :: Typeable a => SgSizeOfOp a -> IO [SgNode ()] |
| Stub for ::SgSizeOfOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| sizeOfOpGetTraversalSuccessorNamesContainer :: Typeable a => SgSizeOfOp a -> IO [CString] |
| Stub for ::SgSizeOfOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| sizeOfOpGetType :: Typeable a => SgSizeOfOp a -> IO (SgType ()) |
| Stub for ::SgSizeOfOp::get_type of type class ::SgType*()
|
|
| sizeOfOpGetTypeElaborationRequired :: Typeable a => SgSizeOfOp a -> IO Bool |
| Stub for ::SgSizeOfOp::get_type_elaboration_required of type bool ()
|
|
| sizeOfOpIsInMemoryPool :: Typeable a => SgSizeOfOp a -> IO Bool |
| Stub for ::SgSizeOfOp::isInMemoryPool of type bool ()
|
|
| sizeOfOpMemoryUsage :: IO CSize |
| Stub for ::SgSizeOfOp::memoryUsage of type ::size_t()
|
|
| sizeOfOpNumberOfNodes :: IO CSize |
| Stub for ::SgSizeOfOp::numberOfNodes of type ::size_t()
|
|
| sizeOfOpPostConstructionInitialization :: Typeable a => SgSizeOfOp a -> IO () |
| Stub for ::SgSizeOfOp::post_construction_initialization of type void ()
|
|
| sizeOfOpReplaceExpression :: (Typeable a, Typeable b, Typeable c) => SgSizeOfOp a -> SgExpression b -> SgExpression c -> IO CInt |
| Stub for ::SgSizeOfOp::replace_expression of type int (class ::SgExpression*, class ::SgExpression*)
|
|
| sizeOfOpSageClassName :: Typeable a => SgSizeOfOp a -> IO String |
| Stub for ::SgSizeOfOp::sage_class_name of type const char *()
|
|
| sizeOfOpSetGlobalQualificationRequired :: Typeable a => SgSizeOfOp a -> Bool -> IO () |
| Stub for ::SgSizeOfOp::set_global_qualification_required of type void (bool )
|
|
| sizeOfOpSetNameQualificationLength :: Typeable a => SgSizeOfOp a -> CInt -> IO () |
| Stub for ::SgSizeOfOp::set_name_qualification_length of type void (int )
|
|
| sizeOfOpSetOperandExpr :: (Typeable a, Typeable b) => SgSizeOfOp a -> SgExpression b -> IO () |
| Stub for ::SgSizeOfOp::set_operand_expr of type void (class ::SgExpression*)
|
|
| sizeOfOpSetOperandType :: (Typeable a, Typeable b) => SgSizeOfOp a -> SgType b -> IO () |
| Stub for ::SgSizeOfOp::set_operand_type of type void (class ::SgType*)
|
|
| sizeOfOpSetTypeElaborationRequired :: Typeable a => SgSizeOfOp a -> Bool -> IO () |
| Stub for ::SgSizeOfOp::set_type_elaboration_required of type void (bool )
|
|
| sizeOfOpVariantT :: Typeable a => SgSizeOfOp a -> IO VariantT |
| Stub for ::SgSizeOfOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |