|
| ROSE.Sage3.Methods.SgLessOrEqualOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgLessOrEqualOp :: Typeable a => SgNode a -> IO (Maybe (SgLessOrEqualOp ())) |
| Attempts a dynamic cast of the given node to the type SgLessOrEqualOp.
|
|
| upSgLessOrEqualOp :: Typeable a => SgLessOrEqualOp a -> SgLessOrEqualOp () |
| Performs an upcast of a SgLessOrEqualOp subtype to a SgLessOrEqualOp.
|
|
| newLessOrEqualOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgLessOrEqualOp ()) |
| Stub for ::SgLessOrEqualOp::SgLessOrEqualOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newLessOrEqualOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgLessOrEqualOp ()) |
| Stub for ::SgLessOrEqualOp::SgLessOrEqualOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| lessOrEqualOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgLessOrEqualOp a -> IO () |
| Stub for ::SgLessOrEqualOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| lessOrEqualOpClassName :: Typeable a => SgLessOrEqualOp a -> IO String |
| Stub for ::SgLessOrEqualOp::class_name of type ::std::string()
|
|
| lessOrEqualOpGetChildIndex :: (Typeable a, Typeable b) => SgLessOrEqualOp a -> SgNode b -> IO CLong |
| Stub for ::SgLessOrEqualOp::getChildIndex of type long (class ::SgNode*)
|
|
| lessOrEqualOpGetChildIndex2 :: (Typeable a, Typeable b) => SgLessOrEqualOp a -> SgNode b -> IO CSize |
| Stub for ::SgLessOrEqualOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| lessOrEqualOpGetNumberOfTraversalSuccessors :: Typeable a => SgLessOrEqualOp a -> IO CSize |
| Stub for ::SgLessOrEqualOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| lessOrEqualOpGetTraversalSuccessorByIndex :: Typeable a => SgLessOrEqualOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgLessOrEqualOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| lessOrEqualOpGetTraversalSuccessorContainer :: Typeable a => SgLessOrEqualOp a -> IO [SgNode ()] |
| Stub for ::SgLessOrEqualOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| lessOrEqualOpGetTraversalSuccessorNamesContainer :: Typeable a => SgLessOrEqualOp a -> IO [CString] |
| Stub for ::SgLessOrEqualOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| lessOrEqualOpGetType :: Typeable a => SgLessOrEqualOp a -> IO (SgType ()) |
| Stub for ::SgLessOrEqualOp::get_type of type class ::SgType*()
|
|
| lessOrEqualOpIsInMemoryPool :: Typeable a => SgLessOrEqualOp a -> IO Bool |
| Stub for ::SgLessOrEqualOp::isInMemoryPool of type bool ()
|
|
| lessOrEqualOpMemoryUsage :: IO CSize |
| Stub for ::SgLessOrEqualOp::memoryUsage of type ::size_t()
|
|
| lessOrEqualOpNumberOfNodes :: IO CSize |
| Stub for ::SgLessOrEqualOp::numberOfNodes of type ::size_t()
|
|
| lessOrEqualOpPostConstructionInitialization :: Typeable a => SgLessOrEqualOp a -> IO () |
| Stub for ::SgLessOrEqualOp::post_construction_initialization of type void ()
|
|
| lessOrEqualOpPrecedence :: Typeable a => SgLessOrEqualOp a -> IO CInt |
| Stub for ::SgLessOrEqualOp::precedence of type int ()
|
|
| lessOrEqualOpSageClassName :: Typeable a => SgLessOrEqualOp a -> IO String |
| Stub for ::SgLessOrEqualOp::sage_class_name of type const char *()
|
|
| lessOrEqualOpVariantT :: Typeable a => SgLessOrEqualOp a -> IO VariantT |
| Stub for ::SgLessOrEqualOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |