|
| ROSE.Sage3.Methods.SgBitOrOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgBitOrOp :: Typeable a => SgNode a -> IO (Maybe (SgBitOrOp ())) |
| Attempts a dynamic cast of the given node to the type SgBitOrOp.
|
|
| upSgBitOrOp :: Typeable a => SgBitOrOp a -> SgBitOrOp () |
| Performs an upcast of a SgBitOrOp subtype to a SgBitOrOp.
|
|
| newBitOrOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgBitOrOp ()) |
| Stub for ::SgBitOrOp::SgBitOrOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newBitOrOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgBitOrOp ()) |
| Stub for ::SgBitOrOp::SgBitOrOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| bitOrOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgBitOrOp a -> IO () |
| Stub for ::SgBitOrOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| bitOrOpClassName :: Typeable a => SgBitOrOp a -> IO String |
| Stub for ::SgBitOrOp::class_name of type ::std::string()
|
|
| bitOrOpGetChildIndex :: (Typeable a, Typeable b) => SgBitOrOp a -> SgNode b -> IO CLong |
| Stub for ::SgBitOrOp::getChildIndex of type long (class ::SgNode*)
|
|
| bitOrOpGetChildIndex2 :: (Typeable a, Typeable b) => SgBitOrOp a -> SgNode b -> IO CSize |
| Stub for ::SgBitOrOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| bitOrOpGetNumberOfTraversalSuccessors :: Typeable a => SgBitOrOp a -> IO CSize |
| Stub for ::SgBitOrOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| bitOrOpGetTraversalSuccessorByIndex :: Typeable a => SgBitOrOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgBitOrOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| bitOrOpGetTraversalSuccessorContainer :: Typeable a => SgBitOrOp a -> IO [SgNode ()] |
| Stub for ::SgBitOrOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| bitOrOpGetTraversalSuccessorNamesContainer :: Typeable a => SgBitOrOp a -> IO [CString] |
| Stub for ::SgBitOrOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| bitOrOpIsInMemoryPool :: Typeable a => SgBitOrOp a -> IO Bool |
| Stub for ::SgBitOrOp::isInMemoryPool of type bool ()
|
|
| bitOrOpMemoryUsage :: IO CSize |
| Stub for ::SgBitOrOp::memoryUsage of type ::size_t()
|
|
| bitOrOpNumberOfNodes :: IO CSize |
| Stub for ::SgBitOrOp::numberOfNodes of type ::size_t()
|
|
| bitOrOpPostConstructionInitialization :: Typeable a => SgBitOrOp a -> IO () |
| Stub for ::SgBitOrOp::post_construction_initialization of type void ()
|
|
| bitOrOpPrecedence :: Typeable a => SgBitOrOp a -> IO CInt |
| Stub for ::SgBitOrOp::precedence of type int ()
|
|
| bitOrOpSageClassName :: Typeable a => SgBitOrOp a -> IO String |
| Stub for ::SgBitOrOp::sage_class_name of type const char *()
|
|
| bitOrOpVariantT :: Typeable a => SgBitOrOp a -> IO VariantT |
| Stub for ::SgBitOrOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |