|
ROSE.Sage3.Methods.SgBitAndOp |
|
|
|
Synopsis |
|
|
|
Documentation |
|
isSgBitAndOp :: Typeable a => SgNode a -> IO (Maybe (SgBitAndOp ())) |
Attempts a dynamic cast of the given node to the type SgBitAndOp.
|
|
upSgBitAndOp :: Typeable a => SgBitAndOp a -> SgBitAndOp () |
Performs an upcast of a SgBitAndOp subtype to a SgBitAndOp.
|
|
newBitAndOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgBitAndOp ()) |
Stub for ::SgBitAndOp::SgBitAndOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
newBitAndOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgBitAndOp ()) |
Stub for ::SgBitAndOp::SgBitAndOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
bitAndOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgBitAndOp a -> IO () |
Stub for ::SgBitAndOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
bitAndOpClassName :: Typeable a => SgBitAndOp a -> IO String |
Stub for ::SgBitAndOp::class_name of type ::std::string()
|
|
bitAndOpGetChildIndex :: (Typeable a, Typeable b) => SgBitAndOp a -> SgNode b -> IO CLong |
Stub for ::SgBitAndOp::getChildIndex of type long (class ::SgNode*)
|
|
bitAndOpGetChildIndex2 :: (Typeable a, Typeable b) => SgBitAndOp a -> SgNode b -> IO CSize |
Stub for ::SgBitAndOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
bitAndOpGetNumberOfTraversalSuccessors :: Typeable a => SgBitAndOp a -> IO CSize |
Stub for ::SgBitAndOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
bitAndOpGetTraversalSuccessorByIndex :: Typeable a => SgBitAndOp a -> CSize -> IO (SgNode ()) |
Stub for ::SgBitAndOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
bitAndOpGetTraversalSuccessorContainer :: Typeable a => SgBitAndOp a -> IO [SgNode ()] |
Stub for ::SgBitAndOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
bitAndOpGetTraversalSuccessorNamesContainer :: Typeable a => SgBitAndOp a -> IO [CString] |
Stub for ::SgBitAndOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
bitAndOpIsInMemoryPool :: Typeable a => SgBitAndOp a -> IO Bool |
Stub for ::SgBitAndOp::isInMemoryPool of type bool ()
|
|
bitAndOpMemoryUsage :: IO CSize |
Stub for ::SgBitAndOp::memoryUsage of type ::size_t()
|
|
bitAndOpNumberOfNodes :: IO CSize |
Stub for ::SgBitAndOp::numberOfNodes of type ::size_t()
|
|
bitAndOpPostConstructionInitialization :: Typeable a => SgBitAndOp a -> IO () |
Stub for ::SgBitAndOp::post_construction_initialization of type void ()
|
|
bitAndOpPrecedence :: Typeable a => SgBitAndOp a -> IO CInt |
Stub for ::SgBitAndOp::precedence of type int ()
|
|
bitAndOpSageClassName :: Typeable a => SgBitAndOp a -> IO String |
Stub for ::SgBitAndOp::sage_class_name of type const char *()
|
|
bitAndOpVariantT :: Typeable a => SgBitAndOp a -> IO VariantT |
Stub for ::SgBitAndOp::variantT of type enum ::VariantT()
|
|
Produced by Haddock version 2.4.2 |