|
| ROSE.Sage3.Methods.SgNotOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgNotOp :: Typeable a => SgNode a -> IO (Maybe (SgNotOp ())) |
| Attempts a dynamic cast of the given node to the type SgNotOp.
|
|
| upSgNotOp :: Typeable a => SgNotOp a -> SgNotOp () |
| Performs an upcast of a SgNotOp subtype to a SgNotOp.
|
|
| newNotOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgNotOp ()) |
| Stub for ::SgNotOp::SgNotOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newNotOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgNotOp ()) |
| Stub for ::SgNotOp::SgNotOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| notOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgNotOp a -> IO () |
| Stub for ::SgNotOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| notOpClassName :: Typeable a => SgNotOp a -> IO String |
| Stub for ::SgNotOp::class_name of type ::std::string()
|
|
| notOpGetChildIndex :: (Typeable a, Typeable b) => SgNotOp a -> SgNode b -> IO CLong |
| Stub for ::SgNotOp::getChildIndex of type long (class ::SgNode*)
|
|
| notOpGetChildIndex2 :: (Typeable a, Typeable b) => SgNotOp a -> SgNode b -> IO CSize |
| Stub for ::SgNotOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| notOpGetNumberOfTraversalSuccessors :: Typeable a => SgNotOp a -> IO CSize |
| Stub for ::SgNotOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| notOpGetTraversalSuccessorByIndex :: Typeable a => SgNotOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgNotOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| notOpGetTraversalSuccessorContainer :: Typeable a => SgNotOp a -> IO [SgNode ()] |
| Stub for ::SgNotOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| notOpGetTraversalSuccessorNamesContainer :: Typeable a => SgNotOp a -> IO [CString] |
| Stub for ::SgNotOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| notOpGetType :: Typeable a => SgNotOp a -> IO (SgType ()) |
| Stub for ::SgNotOp::get_type of type class ::SgType*()
|
|
| notOpIsInMemoryPool :: Typeable a => SgNotOp a -> IO Bool |
| Stub for ::SgNotOp::isInMemoryPool of type bool ()
|
|
| notOpMemoryUsage :: IO CSize |
| Stub for ::SgNotOp::memoryUsage of type ::size_t()
|
|
| notOpNumberOfNodes :: IO CSize |
| Stub for ::SgNotOp::numberOfNodes of type ::size_t()
|
|
| notOpPostConstructionInitialization :: Typeable a => SgNotOp a -> IO () |
| Stub for ::SgNotOp::post_construction_initialization of type void ()
|
|
| notOpPrecedence :: Typeable a => SgNotOp a -> IO CInt |
| Stub for ::SgNotOp::precedence of type int ()
|
|
| notOpSageClassName :: Typeable a => SgNotOp a -> IO String |
| Stub for ::SgNotOp::sage_class_name of type const char *()
|
|
| notOpVariantT :: Typeable a => SgNotOp a -> IO VariantT |
| Stub for ::SgNotOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |