|
| ROSE.Sage3.Methods.SgNotEqualOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgNotEqualOp :: Typeable a => SgNode a -> IO (Maybe (SgNotEqualOp ())) |
| Attempts a dynamic cast of the given node to the type SgNotEqualOp.
|
|
| upSgNotEqualOp :: Typeable a => SgNotEqualOp a -> SgNotEqualOp () |
| Performs an upcast of a SgNotEqualOp subtype to a SgNotEqualOp.
|
|
| newNotEqualOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgNotEqualOp ()) |
| Stub for ::SgNotEqualOp::SgNotEqualOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newNotEqualOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgNotEqualOp ()) |
| Stub for ::SgNotEqualOp::SgNotEqualOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| notEqualOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgNotEqualOp a -> IO () |
| Stub for ::SgNotEqualOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| notEqualOpClassName :: Typeable a => SgNotEqualOp a -> IO String |
| Stub for ::SgNotEqualOp::class_name of type ::std::string()
|
|
| notEqualOpGetChildIndex :: (Typeable a, Typeable b) => SgNotEqualOp a -> SgNode b -> IO CLong |
| Stub for ::SgNotEqualOp::getChildIndex of type long (class ::SgNode*)
|
|
| notEqualOpGetChildIndex2 :: (Typeable a, Typeable b) => SgNotEqualOp a -> SgNode b -> IO CSize |
| Stub for ::SgNotEqualOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| notEqualOpGetNumberOfTraversalSuccessors :: Typeable a => SgNotEqualOp a -> IO CSize |
| Stub for ::SgNotEqualOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| notEqualOpGetTraversalSuccessorByIndex :: Typeable a => SgNotEqualOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgNotEqualOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| notEqualOpGetTraversalSuccessorContainer :: Typeable a => SgNotEqualOp a -> IO [SgNode ()] |
| Stub for ::SgNotEqualOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| notEqualOpGetTraversalSuccessorNamesContainer :: Typeable a => SgNotEqualOp a -> IO [CString] |
| Stub for ::SgNotEqualOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| notEqualOpGetType :: Typeable a => SgNotEqualOp a -> IO (SgType ()) |
| Stub for ::SgNotEqualOp::get_type of type class ::SgType*()
|
|
| notEqualOpIsInMemoryPool :: Typeable a => SgNotEqualOp a -> IO Bool |
| Stub for ::SgNotEqualOp::isInMemoryPool of type bool ()
|
|
| notEqualOpMemoryUsage :: IO CSize |
| Stub for ::SgNotEqualOp::memoryUsage of type ::size_t()
|
|
| notEqualOpNumberOfNodes :: IO CSize |
| Stub for ::SgNotEqualOp::numberOfNodes of type ::size_t()
|
|
| notEqualOpPostConstructionInitialization :: Typeable a => SgNotEqualOp a -> IO () |
| Stub for ::SgNotEqualOp::post_construction_initialization of type void ()
|
|
| notEqualOpPrecedence :: Typeable a => SgNotEqualOp a -> IO CInt |
| Stub for ::SgNotEqualOp::precedence of type int ()
|
|
| notEqualOpSageClassName :: Typeable a => SgNotEqualOp a -> IO String |
| Stub for ::SgNotEqualOp::sage_class_name of type const char *()
|
|
| notEqualOpVariantT :: Typeable a => SgNotEqualOp a -> IO VariantT |
| Stub for ::SgNotEqualOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |