|
ROSE.Sage3.Methods.SgIntegerDivideOp |
|
|
|
Synopsis |
|
|
|
Documentation |
|
isSgIntegerDivideOp :: Typeable a => SgNode a -> IO (Maybe (SgIntegerDivideOp ())) |
Attempts a dynamic cast of the given node to the type SgIntegerDivideOp.
|
|
upSgIntegerDivideOp :: Typeable a => SgIntegerDivideOp a -> SgIntegerDivideOp () |
Performs an upcast of a SgIntegerDivideOp subtype to a SgIntegerDivideOp.
|
|
newIntegerDivideOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgIntegerDivideOp ()) |
Stub for ::SgIntegerDivideOp::SgIntegerDivideOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
newIntegerDivideOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgIntegerDivideOp ()) |
Stub for ::SgIntegerDivideOp::SgIntegerDivideOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
integerDivideOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgIntegerDivideOp a -> IO () |
Stub for ::SgIntegerDivideOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
integerDivideOpClassName :: Typeable a => SgIntegerDivideOp a -> IO String |
Stub for ::SgIntegerDivideOp::class_name of type ::std::string()
|
|
integerDivideOpGetChildIndex :: (Typeable a, Typeable b) => SgIntegerDivideOp a -> SgNode b -> IO CLong |
Stub for ::SgIntegerDivideOp::getChildIndex of type long (class ::SgNode*)
|
|
integerDivideOpGetChildIndex2 :: (Typeable a, Typeable b) => SgIntegerDivideOp a -> SgNode b -> IO CSize |
Stub for ::SgIntegerDivideOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
integerDivideOpGetNumberOfTraversalSuccessors :: Typeable a => SgIntegerDivideOp a -> IO CSize |
Stub for ::SgIntegerDivideOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
integerDivideOpGetTraversalSuccessorByIndex :: Typeable a => SgIntegerDivideOp a -> CSize -> IO (SgNode ()) |
Stub for ::SgIntegerDivideOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
integerDivideOpGetTraversalSuccessorContainer :: Typeable a => SgIntegerDivideOp a -> IO [SgNode ()] |
Stub for ::SgIntegerDivideOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
integerDivideOpGetTraversalSuccessorNamesContainer :: Typeable a => SgIntegerDivideOp a -> IO [CString] |
Stub for ::SgIntegerDivideOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
integerDivideOpIsInMemoryPool :: Typeable a => SgIntegerDivideOp a -> IO Bool |
Stub for ::SgIntegerDivideOp::isInMemoryPool of type bool ()
|
|
integerDivideOpMemoryUsage :: IO CSize |
Stub for ::SgIntegerDivideOp::memoryUsage of type ::size_t()
|
|
integerDivideOpNumberOfNodes :: IO CSize |
Stub for ::SgIntegerDivideOp::numberOfNodes of type ::size_t()
|
|
integerDivideOpPostConstructionInitialization :: Typeable a => SgIntegerDivideOp a -> IO () |
Stub for ::SgIntegerDivideOp::post_construction_initialization of type void ()
|
|
integerDivideOpPrecedence :: Typeable a => SgIntegerDivideOp a -> IO CInt |
Stub for ::SgIntegerDivideOp::precedence of type int ()
|
|
integerDivideOpSageClassName :: Typeable a => SgIntegerDivideOp a -> IO String |
Stub for ::SgIntegerDivideOp::sage_class_name of type const char *()
|
|
integerDivideOpVariantT :: Typeable a => SgIntegerDivideOp a -> IO VariantT |
Stub for ::SgIntegerDivideOp::variantT of type enum ::VariantT()
|
|
Produced by Haddock version 2.4.2 |