|
| ROSE.Sage3.Methods.SgBitComplementOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgBitComplementOp :: Typeable a => SgNode a -> IO (Maybe (SgBitComplementOp ())) |
| Attempts a dynamic cast of the given node to the type SgBitComplementOp.
|
|
| upSgBitComplementOp :: Typeable a => SgBitComplementOp a -> SgBitComplementOp () |
| Performs an upcast of a SgBitComplementOp subtype to a SgBitComplementOp.
|
|
| newBitComplementOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgBitComplementOp ()) |
| Stub for ::SgBitComplementOp::SgBitComplementOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newBitComplementOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgBitComplementOp ()) |
| Stub for ::SgBitComplementOp::SgBitComplementOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| bitComplementOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgBitComplementOp a -> IO () |
| Stub for ::SgBitComplementOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| bitComplementOpClassName :: Typeable a => SgBitComplementOp a -> IO String |
| Stub for ::SgBitComplementOp::class_name of type ::std::string()
|
|
| bitComplementOpGetChildIndex :: (Typeable a, Typeable b) => SgBitComplementOp a -> SgNode b -> IO CLong |
| Stub for ::SgBitComplementOp::getChildIndex of type long (class ::SgNode*)
|
|
| bitComplementOpGetChildIndex2 :: (Typeable a, Typeable b) => SgBitComplementOp a -> SgNode b -> IO CSize |
| Stub for ::SgBitComplementOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| bitComplementOpGetNumberOfTraversalSuccessors :: Typeable a => SgBitComplementOp a -> IO CSize |
| Stub for ::SgBitComplementOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| bitComplementOpGetTraversalSuccessorByIndex :: Typeable a => SgBitComplementOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgBitComplementOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| bitComplementOpGetTraversalSuccessorContainer :: Typeable a => SgBitComplementOp a -> IO [SgNode ()] |
| Stub for ::SgBitComplementOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| bitComplementOpGetTraversalSuccessorNamesContainer :: Typeable a => SgBitComplementOp a -> IO [CString] |
| Stub for ::SgBitComplementOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| bitComplementOpIsInMemoryPool :: Typeable a => SgBitComplementOp a -> IO Bool |
| Stub for ::SgBitComplementOp::isInMemoryPool of type bool ()
|
|
| bitComplementOpMemoryUsage :: IO CSize |
| Stub for ::SgBitComplementOp::memoryUsage of type ::size_t()
|
|
| bitComplementOpNumberOfNodes :: IO CSize |
| Stub for ::SgBitComplementOp::numberOfNodes of type ::size_t()
|
|
| bitComplementOpPostConstructionInitialization :: Typeable a => SgBitComplementOp a -> IO () |
| Stub for ::SgBitComplementOp::post_construction_initialization of type void ()
|
|
| bitComplementOpPrecedence :: Typeable a => SgBitComplementOp a -> IO CInt |
| Stub for ::SgBitComplementOp::precedence of type int ()
|
|
| bitComplementOpSageClassName :: Typeable a => SgBitComplementOp a -> IO String |
| Stub for ::SgBitComplementOp::sage_class_name of type const char *()
|
|
| bitComplementOpVariantT :: Typeable a => SgBitComplementOp a -> IO VariantT |
| Stub for ::SgBitComplementOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |