|
| ROSE.Sage3.Methods.SgEqualityOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgEqualityOp :: Typeable a => SgNode a -> IO (Maybe (SgEqualityOp ())) |
| Attempts a dynamic cast of the given node to the type SgEqualityOp.
|
|
| upSgEqualityOp :: Typeable a => SgEqualityOp a -> SgEqualityOp () |
| Performs an upcast of a SgEqualityOp subtype to a SgEqualityOp.
|
|
| newEqualityOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgEqualityOp ()) |
| Stub for ::SgEqualityOp::SgEqualityOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newEqualityOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgEqualityOp ()) |
| Stub for ::SgEqualityOp::SgEqualityOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| equalityOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgEqualityOp a -> IO () |
| Stub for ::SgEqualityOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| equalityOpClassName :: Typeable a => SgEqualityOp a -> IO String |
| Stub for ::SgEqualityOp::class_name of type ::std::string()
|
|
| equalityOpGetChildIndex :: (Typeable a, Typeable b) => SgEqualityOp a -> SgNode b -> IO CLong |
| Stub for ::SgEqualityOp::getChildIndex of type long (class ::SgNode*)
|
|
| equalityOpGetChildIndex2 :: (Typeable a, Typeable b) => SgEqualityOp a -> SgNode b -> IO CSize |
| Stub for ::SgEqualityOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| equalityOpGetNumberOfTraversalSuccessors :: Typeable a => SgEqualityOp a -> IO CSize |
| Stub for ::SgEqualityOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| equalityOpGetTraversalSuccessorByIndex :: Typeable a => SgEqualityOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgEqualityOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| equalityOpGetTraversalSuccessorContainer :: Typeable a => SgEqualityOp a -> IO [SgNode ()] |
| Stub for ::SgEqualityOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| equalityOpGetTraversalSuccessorNamesContainer :: Typeable a => SgEqualityOp a -> IO [CString] |
| Stub for ::SgEqualityOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| equalityOpGetType :: Typeable a => SgEqualityOp a -> IO (SgType ()) |
| Stub for ::SgEqualityOp::get_type of type class ::SgType*()
|
|
| equalityOpIsInMemoryPool :: Typeable a => SgEqualityOp a -> IO Bool |
| Stub for ::SgEqualityOp::isInMemoryPool of type bool ()
|
|
| equalityOpMemoryUsage :: IO CSize |
| Stub for ::SgEqualityOp::memoryUsage of type ::size_t()
|
|
| equalityOpNumberOfNodes :: IO CSize |
| Stub for ::SgEqualityOp::numberOfNodes of type ::size_t()
|
|
| equalityOpPostConstructionInitialization :: Typeable a => SgEqualityOp a -> IO () |
| Stub for ::SgEqualityOp::post_construction_initialization of type void ()
|
|
| equalityOpPrecedence :: Typeable a => SgEqualityOp a -> IO CInt |
| Stub for ::SgEqualityOp::precedence of type int ()
|
|
| equalityOpSageClassName :: Typeable a => SgEqualityOp a -> IO String |
| Stub for ::SgEqualityOp::sage_class_name of type const char *()
|
|
| equalityOpVariantT :: Typeable a => SgEqualityOp a -> IO VariantT |
| Stub for ::SgEqualityOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |