|
| ROSE.Sage3.Methods.SgLessThanOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgLessThanOp :: Typeable a => SgNode a -> IO (Maybe (SgLessThanOp ())) |
| Attempts a dynamic cast of the given node to the type SgLessThanOp.
|
|
| upSgLessThanOp :: Typeable a => SgLessThanOp a -> SgLessThanOp () |
| Performs an upcast of a SgLessThanOp subtype to a SgLessThanOp.
|
|
| newLessThanOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgLessThanOp ()) |
| Stub for ::SgLessThanOp::SgLessThanOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newLessThanOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgLessThanOp ()) |
| Stub for ::SgLessThanOp::SgLessThanOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| lessThanOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgLessThanOp a -> IO () |
| Stub for ::SgLessThanOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| lessThanOpClassName :: Typeable a => SgLessThanOp a -> IO String |
| Stub for ::SgLessThanOp::class_name of type ::std::string()
|
|
| lessThanOpGetChildIndex :: (Typeable a, Typeable b) => SgLessThanOp a -> SgNode b -> IO CLong |
| Stub for ::SgLessThanOp::getChildIndex of type long (class ::SgNode*)
|
|
| lessThanOpGetChildIndex2 :: (Typeable a, Typeable b) => SgLessThanOp a -> SgNode b -> IO CSize |
| Stub for ::SgLessThanOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| lessThanOpGetNumberOfTraversalSuccessors :: Typeable a => SgLessThanOp a -> IO CSize |
| Stub for ::SgLessThanOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| lessThanOpGetTraversalSuccessorByIndex :: Typeable a => SgLessThanOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgLessThanOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| lessThanOpGetTraversalSuccessorContainer :: Typeable a => SgLessThanOp a -> IO [SgNode ()] |
| Stub for ::SgLessThanOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| lessThanOpGetTraversalSuccessorNamesContainer :: Typeable a => SgLessThanOp a -> IO [CString] |
| Stub for ::SgLessThanOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| lessThanOpGetType :: Typeable a => SgLessThanOp a -> IO (SgType ()) |
| Stub for ::SgLessThanOp::get_type of type class ::SgType*()
|
|
| lessThanOpIsInMemoryPool :: Typeable a => SgLessThanOp a -> IO Bool |
| Stub for ::SgLessThanOp::isInMemoryPool of type bool ()
|
|
| lessThanOpMemoryUsage :: IO CSize |
| Stub for ::SgLessThanOp::memoryUsage of type ::size_t()
|
|
| lessThanOpNumberOfNodes :: IO CSize |
| Stub for ::SgLessThanOp::numberOfNodes of type ::size_t()
|
|
| lessThanOpPostConstructionInitialization :: Typeable a => SgLessThanOp a -> IO () |
| Stub for ::SgLessThanOp::post_construction_initialization of type void ()
|
|
| lessThanOpPrecedence :: Typeable a => SgLessThanOp a -> IO CInt |
| Stub for ::SgLessThanOp::precedence of type int ()
|
|
| lessThanOpSageClassName :: Typeable a => SgLessThanOp a -> IO String |
| Stub for ::SgLessThanOp::sage_class_name of type const char *()
|
|
| lessThanOpVariantT :: Typeable a => SgLessThanOp a -> IO VariantT |
| Stub for ::SgLessThanOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |