|
| ROSE.Sage3.Methods.SgIsNotOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgIsNotOp :: Typeable a => SgNode a -> IO (Maybe (SgIsNotOp ())) |
| Attempts a dynamic cast of the given node to the type SgIsNotOp.
|
|
| upSgIsNotOp :: Typeable a => SgIsNotOp a -> SgIsNotOp () |
| Performs an upcast of a SgIsNotOp subtype to a SgIsNotOp.
|
|
| newIsNotOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgIsNotOp ()) |
| Stub for ::SgIsNotOp::SgIsNotOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newIsNotOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgIsNotOp ()) |
| Stub for ::SgIsNotOp::SgIsNotOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| isNotOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgIsNotOp a -> IO () |
| Stub for ::SgIsNotOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| isNotOpClassName :: Typeable a => SgIsNotOp a -> IO String |
| Stub for ::SgIsNotOp::class_name of type ::std::string()
|
|
| isNotOpGetChildIndex :: (Typeable a, Typeable b) => SgIsNotOp a -> SgNode b -> IO CLong |
| Stub for ::SgIsNotOp::getChildIndex of type long (class ::SgNode*)
|
|
| isNotOpGetChildIndex2 :: (Typeable a, Typeable b) => SgIsNotOp a -> SgNode b -> IO CSize |
| Stub for ::SgIsNotOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| isNotOpGetNumberOfTraversalSuccessors :: Typeable a => SgIsNotOp a -> IO CSize |
| Stub for ::SgIsNotOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| isNotOpGetTraversalSuccessorByIndex :: Typeable a => SgIsNotOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgIsNotOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| isNotOpGetTraversalSuccessorContainer :: Typeable a => SgIsNotOp a -> IO [SgNode ()] |
| Stub for ::SgIsNotOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| isNotOpGetTraversalSuccessorNamesContainer :: Typeable a => SgIsNotOp a -> IO [CString] |
| Stub for ::SgIsNotOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| isNotOpGetType :: Typeable a => SgIsNotOp a -> IO (SgType ()) |
| Stub for ::SgIsNotOp::get_type of type class ::SgType*()
|
|
| isNotOpIsInMemoryPool :: Typeable a => SgIsNotOp a -> IO Bool |
| Stub for ::SgIsNotOp::isInMemoryPool of type bool ()
|
|
| isNotOpMemoryUsage :: IO CSize |
| Stub for ::SgIsNotOp::memoryUsage of type ::size_t()
|
|
| isNotOpNumberOfNodes :: IO CSize |
| Stub for ::SgIsNotOp::numberOfNodes of type ::size_t()
|
|
| isNotOpPostConstructionInitialization :: Typeable a => SgIsNotOp a -> IO () |
| Stub for ::SgIsNotOp::post_construction_initialization of type void ()
|
|
| isNotOpPrecedence :: Typeable a => SgIsNotOp a -> IO CInt |
| Stub for ::SgIsNotOp::precedence of type int ()
|
|
| isNotOpSageClassName :: Typeable a => SgIsNotOp a -> IO String |
| Stub for ::SgIsNotOp::sage_class_name of type const char *()
|
|
| isNotOpVariantT :: Typeable a => SgIsNotOp a -> IO VariantT |
| Stub for ::SgIsNotOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |