|
| ROSE.Sage3.Methods.SgAndOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgAndOp :: Typeable a => SgNode a -> IO (Maybe (SgAndOp ())) |
| Attempts a dynamic cast of the given node to the type SgAndOp.
|
|
| upSgAndOp :: Typeable a => SgAndOp a -> SgAndOp () |
| Performs an upcast of a SgAndOp subtype to a SgAndOp.
|
|
| newAndOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgAndOp ()) |
| Stub for ::SgAndOp::SgAndOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newAndOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgAndOp ()) |
| Stub for ::SgAndOp::SgAndOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| andOpCfgIsIndexInteresting :: Typeable a => SgAndOp a -> CUInt -> IO Bool |
| Stub for ::SgAndOp::cfgIsIndexInteresting of type bool (unsigned int )
|
|
| andOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAndOp a -> IO () |
| Stub for ::SgAndOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| andOpClassName :: Typeable a => SgAndOp a -> IO String |
| Stub for ::SgAndOp::class_name of type ::std::string()
|
|
| andOpGetChildIndex :: (Typeable a, Typeable b) => SgAndOp a -> SgNode b -> IO CLong |
| Stub for ::SgAndOp::getChildIndex of type long (class ::SgNode*)
|
|
| andOpGetChildIndex2 :: (Typeable a, Typeable b) => SgAndOp a -> SgNode b -> IO CSize |
| Stub for ::SgAndOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| andOpGetNumberOfTraversalSuccessors :: Typeable a => SgAndOp a -> IO CSize |
| Stub for ::SgAndOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| andOpGetTraversalSuccessorByIndex :: Typeable a => SgAndOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgAndOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| andOpGetTraversalSuccessorContainer :: Typeable a => SgAndOp a -> IO [SgNode ()] |
| Stub for ::SgAndOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| andOpGetTraversalSuccessorNamesContainer :: Typeable a => SgAndOp a -> IO [CString] |
| Stub for ::SgAndOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| andOpGetType :: Typeable a => SgAndOp a -> IO (SgType ()) |
| Stub for ::SgAndOp::get_type of type class ::SgType*()
|
|
| andOpIsInMemoryPool :: Typeable a => SgAndOp a -> IO Bool |
| Stub for ::SgAndOp::isInMemoryPool of type bool ()
|
|
| andOpMemoryUsage :: IO CSize |
| Stub for ::SgAndOp::memoryUsage of type ::size_t()
|
|
| andOpNumberOfNodes :: IO CSize |
| Stub for ::SgAndOp::numberOfNodes of type ::size_t()
|
|
| andOpPostConstructionInitialization :: Typeable a => SgAndOp a -> IO () |
| Stub for ::SgAndOp::post_construction_initialization of type void ()
|
|
| andOpPrecedence :: Typeable a => SgAndOp a -> IO CInt |
| Stub for ::SgAndOp::precedence of type int ()
|
|
| andOpSageClassName :: Typeable a => SgAndOp a -> IO String |
| Stub for ::SgAndOp::sage_class_name of type const char *()
|
|
| andOpVariantT :: Typeable a => SgAndOp a -> IO VariantT |
| Stub for ::SgAndOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |