|
| ROSE.Sage3.Methods.SgDotExp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgDotExp :: Typeable a => SgNode a -> IO (Maybe (SgDotExp ())) |
| Attempts a dynamic cast of the given node to the type SgDotExp.
|
|
| upSgDotExp :: Typeable a => SgDotExp a -> SgDotExp () |
| Performs an upcast of a SgDotExp subtype to a SgDotExp.
|
|
| newDotExp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> IO (SgDotExp ()) |
| Stub for ::SgDotExp::SgDotExp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| newDotExp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgExpression b -> SgType c -> IO (SgDotExp ()) |
| Stub for ::SgDotExp::SgDotExp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*)
|
|
| dotExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDotExp a -> IO () |
| Stub for ::SgDotExp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| dotExpClassName :: Typeable a => SgDotExp a -> IO String |
| Stub for ::SgDotExp::class_name of type ::std::string()
|
|
| dotExpGetChildIndex :: (Typeable a, Typeable b) => SgDotExp a -> SgNode b -> IO CLong |
| Stub for ::SgDotExp::getChildIndex of type long (class ::SgNode*)
|
|
| dotExpGetChildIndex2 :: (Typeable a, Typeable b) => SgDotExp a -> SgNode b -> IO CSize |
| Stub for ::SgDotExp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| dotExpGetNumberOfTraversalSuccessors :: Typeable a => SgDotExp a -> IO CSize |
| Stub for ::SgDotExp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| dotExpGetTraversalSuccessorByIndex :: Typeable a => SgDotExp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgDotExp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| dotExpGetTraversalSuccessorContainer :: Typeable a => SgDotExp a -> IO [SgNode ()] |
| Stub for ::SgDotExp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| dotExpGetTraversalSuccessorNamesContainer :: Typeable a => SgDotExp a -> IO [CString] |
| Stub for ::SgDotExp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| dotExpGetType :: Typeable a => SgDotExp a -> IO (SgType ()) |
| Stub for ::SgDotExp::get_type of type class ::SgType*()
|
|
| dotExpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgDotExp a -> SgExpression b -> IO Bool |
| Stub for ::SgDotExp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| dotExpIsInMemoryPool :: Typeable a => SgDotExp a -> IO Bool |
| Stub for ::SgDotExp::isInMemoryPool of type bool ()
|
|
| dotExpIsLValue :: Typeable a => SgDotExp a -> IO Bool |
| Stub for ::SgDotExp::isLValue of type bool ()
|
|
| dotExpMemoryUsage :: IO CSize |
| Stub for ::SgDotExp::memoryUsage of type ::size_t()
|
|
| dotExpNumberOfNodes :: IO CSize |
| Stub for ::SgDotExp::numberOfNodes of type ::size_t()
|
|
| dotExpPostConstructionInitialization :: Typeable a => SgDotExp a -> IO () |
| Stub for ::SgDotExp::post_construction_initialization of type void ()
|
|
| dotExpPrecedence :: Typeable a => SgDotExp a -> IO CInt |
| Stub for ::SgDotExp::precedence of type int ()
|
|
| dotExpSageClassName :: Typeable a => SgDotExp a -> IO String |
| Stub for ::SgDotExp::sage_class_name of type const char *()
|
|
| dotExpVariantT :: Typeable a => SgDotExp a -> IO VariantT |
| Stub for ::SgDotExp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |