|
| ROSE.Sage3.Methods.SgConcatenationOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgConcatenationOp :: Typeable a => SgNode a -> IO (Maybe (SgConcatenationOp ())) |
| Attempts a dynamic cast of the given node to the type SgConcatenationOp.
|
|
| upSgConcatenationOp :: Typeable a => SgConcatenationOp a -> SgConcatenationOp () |
| Performs an upcast of a SgConcatenationOp subtype to a SgConcatenationOp.
|
|
| newConcatenationOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgConcatenationOp ()) |
| Stub for ::SgConcatenationOp::SgConcatenationOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newConcatenationOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgConcatenationOp ()) |
| Stub for ::SgConcatenationOp::SgConcatenationOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| concatenationOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgConcatenationOp a -> IO () |
| Stub for ::SgConcatenationOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| concatenationOpClassName :: Typeable a => SgConcatenationOp a -> IO String |
| Stub for ::SgConcatenationOp::class_name of type ::std::string()
|
|
| concatenationOpGetChildIndex :: (Typeable a, Typeable b) => SgConcatenationOp a -> SgNode b -> IO CLong |
| Stub for ::SgConcatenationOp::getChildIndex of type long (class ::SgNode*)
|
|
| concatenationOpGetChildIndex2 :: (Typeable a, Typeable b) => SgConcatenationOp a -> SgNode b -> IO CSize |
| Stub for ::SgConcatenationOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| concatenationOpGetNumberOfTraversalSuccessors :: Typeable a => SgConcatenationOp a -> IO CSize |
| Stub for ::SgConcatenationOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| concatenationOpGetTraversalSuccessorByIndex :: Typeable a => SgConcatenationOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgConcatenationOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| concatenationOpGetTraversalSuccessorContainer :: Typeable a => SgConcatenationOp a -> IO [SgNode ()] |
| Stub for ::SgConcatenationOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| concatenationOpGetTraversalSuccessorNamesContainer :: Typeable a => SgConcatenationOp a -> IO [CString] |
| Stub for ::SgConcatenationOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| concatenationOpIsInMemoryPool :: Typeable a => SgConcatenationOp a -> IO Bool |
| Stub for ::SgConcatenationOp::isInMemoryPool of type bool ()
|
|
| concatenationOpMemoryUsage :: IO CSize |
| Stub for ::SgConcatenationOp::memoryUsage of type ::size_t()
|
|
| concatenationOpNumberOfNodes :: IO CSize |
| Stub for ::SgConcatenationOp::numberOfNodes of type ::size_t()
|
|
| concatenationOpPostConstructionInitialization :: Typeable a => SgConcatenationOp a -> IO () |
| Stub for ::SgConcatenationOp::post_construction_initialization of type void ()
|
|
| concatenationOpPrecedence :: Typeable a => SgConcatenationOp a -> IO CInt |
| Stub for ::SgConcatenationOp::precedence of type int ()
|
|
| concatenationOpSageClassName :: Typeable a => SgConcatenationOp a -> IO String |
| Stub for ::SgConcatenationOp::sage_class_name of type const char *()
|
|
| concatenationOpVariantT :: Typeable a => SgConcatenationOp a -> IO VariantT |
| Stub for ::SgConcatenationOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |