|
| ROSE.Sage3.Methods.SgIsOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgIsOp :: Typeable a => SgNode a -> IO (Maybe (SgIsOp ())) |
| Attempts a dynamic cast of the given node to the type SgIsOp.
|
|
| upSgIsOp :: Typeable a => SgIsOp a -> SgIsOp () |
| Performs an upcast of a SgIsOp subtype to a SgIsOp.
|
|
| newIsOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgIsOp ()) |
| Stub for ::SgIsOp::SgIsOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newIsOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgIsOp ()) |
| Stub for ::SgIsOp::SgIsOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| isOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgIsOp a -> IO () |
| Stub for ::SgIsOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| isOpClassName :: Typeable a => SgIsOp a -> IO String |
| Stub for ::SgIsOp::class_name of type ::std::string()
|
|
| isOpGetChildIndex :: (Typeable a, Typeable b) => SgIsOp a -> SgNode b -> IO CLong |
| Stub for ::SgIsOp::getChildIndex of type long (class ::SgNode*)
|
|
| isOpGetChildIndex2 :: (Typeable a, Typeable b) => SgIsOp a -> SgNode b -> IO CSize |
| Stub for ::SgIsOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| isOpGetNumberOfTraversalSuccessors :: Typeable a => SgIsOp a -> IO CSize |
| Stub for ::SgIsOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| isOpGetTraversalSuccessorByIndex :: Typeable a => SgIsOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgIsOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| isOpGetTraversalSuccessorContainer :: Typeable a => SgIsOp a -> IO [SgNode ()] |
| Stub for ::SgIsOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| isOpGetTraversalSuccessorNamesContainer :: Typeable a => SgIsOp a -> IO [CString] |
| Stub for ::SgIsOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| isOpGetType :: Typeable a => SgIsOp a -> IO (SgType ()) |
| Stub for ::SgIsOp::get_type of type class ::SgType*()
|
|
| isOpIsInMemoryPool :: Typeable a => SgIsOp a -> IO Bool |
| Stub for ::SgIsOp::isInMemoryPool of type bool ()
|
|
| isOpMemoryUsage :: IO CSize |
| Stub for ::SgIsOp::memoryUsage of type ::size_t()
|
|
| isOpNumberOfNodes :: IO CSize |
| Stub for ::SgIsOp::numberOfNodes of type ::size_t()
|
|
| isOpPostConstructionInitialization :: Typeable a => SgIsOp a -> IO () |
| Stub for ::SgIsOp::post_construction_initialization of type void ()
|
|
| isOpPrecedence :: Typeable a => SgIsOp a -> IO CInt |
| Stub for ::SgIsOp::precedence of type int ()
|
|
| isOpSageClassName :: Typeable a => SgIsOp a -> IO String |
| Stub for ::SgIsOp::sage_class_name of type const char *()
|
|
| isOpVariantT :: Typeable a => SgIsOp a -> IO VariantT |
| Stub for ::SgIsOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |