|
| ROSE.Sage3.Methods.SgJavaInstanceOfOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgJavaInstanceOfOp :: Typeable a => SgNode a -> IO (Maybe (SgJavaInstanceOfOp ())) |
| Attempts a dynamic cast of the given node to the type SgJavaInstanceOfOp.
|
|
| upSgJavaInstanceOfOp :: Typeable a => SgJavaInstanceOfOp a -> SgJavaInstanceOfOp () |
| Performs an upcast of a SgJavaInstanceOfOp subtype to a SgJavaInstanceOfOp.
|
|
| newJavaInstanceOfOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgType c -> SgType d -> IO (SgJavaInstanceOfOp ()) |
| Stub for ::SgJavaInstanceOfOp::SgJavaInstanceOfOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*, class ::SgType*)
|
|
| newJavaInstanceOfOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgType b -> SgType c -> IO (SgJavaInstanceOfOp ()) |
| Stub for ::SgJavaInstanceOfOp::SgJavaInstanceOfOp of type void (class ::SgExpression*, class ::SgType*, class ::SgType*)
|
|
| javaInstanceOfOpCfgIndexForEnd :: Typeable a => SgJavaInstanceOfOp a -> IO CUInt |
| Stub for ::SgJavaInstanceOfOp::cfgIndexForEnd of type unsigned int ()
|
|
| javaInstanceOfOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgJavaInstanceOfOp a -> IO () |
| Stub for ::SgJavaInstanceOfOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| javaInstanceOfOpClassName :: Typeable a => SgJavaInstanceOfOp a -> IO String |
| Stub for ::SgJavaInstanceOfOp::class_name of type ::std::string()
|
|
| javaInstanceOfOpGetChildIndex :: (Typeable a, Typeable b) => SgJavaInstanceOfOp a -> SgNode b -> IO CLong |
| Stub for ::SgJavaInstanceOfOp::getChildIndex of type long (class ::SgNode*)
|
|
| javaInstanceOfOpGetChildIndex2 :: (Typeable a, Typeable b) => SgJavaInstanceOfOp a -> SgNode b -> IO CSize |
| Stub for ::SgJavaInstanceOfOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| javaInstanceOfOpGetNumberOfTraversalSuccessors :: Typeable a => SgJavaInstanceOfOp a -> IO CSize |
| Stub for ::SgJavaInstanceOfOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| javaInstanceOfOpGetOperandExpr :: Typeable a => SgJavaInstanceOfOp a -> IO (SgExpression ()) |
| Stub for ::SgJavaInstanceOfOp::get_operand_expr of type class ::SgExpression*()
|
|
| javaInstanceOfOpGetOperandType :: Typeable a => SgJavaInstanceOfOp a -> IO (SgType ()) |
| Stub for ::SgJavaInstanceOfOp::get_operand_type of type class ::SgType*()
|
|
| javaInstanceOfOpGetTraversalSuccessorByIndex :: Typeable a => SgJavaInstanceOfOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgJavaInstanceOfOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| javaInstanceOfOpGetTraversalSuccessorContainer :: Typeable a => SgJavaInstanceOfOp a -> IO [SgNode ()] |
| Stub for ::SgJavaInstanceOfOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| javaInstanceOfOpGetTraversalSuccessorNamesContainer :: Typeable a => SgJavaInstanceOfOp a -> IO [CString] |
| Stub for ::SgJavaInstanceOfOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| javaInstanceOfOpGetType :: Typeable a => SgJavaInstanceOfOp a -> IO (SgType ()) |
| Stub for ::SgJavaInstanceOfOp::get_type of type class ::SgType*()
|
|
| javaInstanceOfOpIsInMemoryPool :: Typeable a => SgJavaInstanceOfOp a -> IO Bool |
| Stub for ::SgJavaInstanceOfOp::isInMemoryPool of type bool ()
|
|
| javaInstanceOfOpMemoryUsage :: IO CSize |
| Stub for ::SgJavaInstanceOfOp::memoryUsage of type ::size_t()
|
|
| javaInstanceOfOpNumberOfNodes :: IO CSize |
| Stub for ::SgJavaInstanceOfOp::numberOfNodes of type ::size_t()
|
|
| javaInstanceOfOpPostConstructionInitialization :: Typeable a => SgJavaInstanceOfOp a -> IO () |
| Stub for ::SgJavaInstanceOfOp::post_construction_initialization of type void ()
|
|
| javaInstanceOfOpSageClassName :: Typeable a => SgJavaInstanceOfOp a -> IO String |
| Stub for ::SgJavaInstanceOfOp::sage_class_name of type const char *()
|
|
| javaInstanceOfOpSetOperandExpr :: (Typeable a, Typeable b) => SgJavaInstanceOfOp a -> SgExpression b -> IO () |
| Stub for ::SgJavaInstanceOfOp::set_operand_expr of type void (class ::SgExpression*)
|
|
| javaInstanceOfOpSetOperandType :: (Typeable a, Typeable b) => SgJavaInstanceOfOp a -> SgType b -> IO () |
| Stub for ::SgJavaInstanceOfOp::set_operand_type of type void (class ::SgType*)
|
|
| javaInstanceOfOpVariantT :: Typeable a => SgJavaInstanceOfOp a -> IO VariantT |
| Stub for ::SgJavaInstanceOfOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |