|
| ROSE.Sage3.Methods.SgGreaterThanOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgGreaterThanOp :: Typeable a => SgNode a -> IO (Maybe (SgGreaterThanOp ())) |
| Attempts a dynamic cast of the given node to the type SgGreaterThanOp.
|
|
| upSgGreaterThanOp :: Typeable a => SgGreaterThanOp a -> SgGreaterThanOp () |
| Performs an upcast of a SgGreaterThanOp subtype to a SgGreaterThanOp.
|
|
| newGreaterThanOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgGreaterThanOp ()) |
| Stub for ::SgGreaterThanOp::SgGreaterThanOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newGreaterThanOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgGreaterThanOp ()) |
| Stub for ::SgGreaterThanOp::SgGreaterThanOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| greaterThanOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgGreaterThanOp a -> IO () |
| Stub for ::SgGreaterThanOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| greaterThanOpClassName :: Typeable a => SgGreaterThanOp a -> IO String |
| Stub for ::SgGreaterThanOp::class_name of type ::std::string()
|
|
| greaterThanOpGetChildIndex :: (Typeable a, Typeable b) => SgGreaterThanOp a -> SgNode b -> IO CLong |
| Stub for ::SgGreaterThanOp::getChildIndex of type long (class ::SgNode*)
|
|
| greaterThanOpGetChildIndex2 :: (Typeable a, Typeable b) => SgGreaterThanOp a -> SgNode b -> IO CSize |
| Stub for ::SgGreaterThanOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| greaterThanOpGetNumberOfTraversalSuccessors :: Typeable a => SgGreaterThanOp a -> IO CSize |
| Stub for ::SgGreaterThanOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| greaterThanOpGetTraversalSuccessorByIndex :: Typeable a => SgGreaterThanOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgGreaterThanOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| greaterThanOpGetTraversalSuccessorContainer :: Typeable a => SgGreaterThanOp a -> IO [SgNode ()] |
| Stub for ::SgGreaterThanOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| greaterThanOpGetTraversalSuccessorNamesContainer :: Typeable a => SgGreaterThanOp a -> IO [CString] |
| Stub for ::SgGreaterThanOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| greaterThanOpGetType :: Typeable a => SgGreaterThanOp a -> IO (SgType ()) |
| Stub for ::SgGreaterThanOp::get_type of type class ::SgType*()
|
|
| greaterThanOpIsInMemoryPool :: Typeable a => SgGreaterThanOp a -> IO Bool |
| Stub for ::SgGreaterThanOp::isInMemoryPool of type bool ()
|
|
| greaterThanOpMemoryUsage :: IO CSize |
| Stub for ::SgGreaterThanOp::memoryUsage of type ::size_t()
|
|
| greaterThanOpNumberOfNodes :: IO CSize |
| Stub for ::SgGreaterThanOp::numberOfNodes of type ::size_t()
|
|
| greaterThanOpPostConstructionInitialization :: Typeable a => SgGreaterThanOp a -> IO () |
| Stub for ::SgGreaterThanOp::post_construction_initialization of type void ()
|
|
| greaterThanOpPrecedence :: Typeable a => SgGreaterThanOp a -> IO CInt |
| Stub for ::SgGreaterThanOp::precedence of type int ()
|
|
| greaterThanOpSageClassName :: Typeable a => SgGreaterThanOp a -> IO String |
| Stub for ::SgGreaterThanOp::sage_class_name of type const char *()
|
|
| greaterThanOpVariantT :: Typeable a => SgGreaterThanOp a -> IO VariantT |
| Stub for ::SgGreaterThanOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |