|
| ROSE.Sage3.Methods.SgTypeIdOp |
|
|
|
| Synopsis |
|
| isSgTypeIdOp :: Typeable a => SgNode a -> IO (Maybe (SgTypeIdOp ())) | | | upSgTypeIdOp :: Typeable a => SgTypeIdOp a -> SgTypeIdOp () | | | newTypeIdOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgType c -> SgType d -> IO (SgTypeIdOp ()) | | | newTypeIdOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgType b -> SgType c -> IO (SgTypeIdOp ()) | | | typeIdOpCfgIndexForEnd :: Typeable a => SgTypeIdOp a -> IO CUInt | | | typeIdOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeIdOp a -> IO () | | | typeIdOpClassName :: Typeable a => SgTypeIdOp a -> IO String | | | typeIdOpGetChildIndex :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgNode b -> IO CLong | | | typeIdOpGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgNode b -> IO CSize | | | typeIdOpGetGlobalQualificationRequired :: Typeable a => SgTypeIdOp a -> IO Bool | | | typeIdOpGetNameQualificationLength :: Typeable a => SgTypeIdOp a -> IO CInt | | | typeIdOpGetNumberOfTraversalSuccessors :: Typeable a => SgTypeIdOp a -> IO CSize | | | typeIdOpGetOperandExpr :: Typeable a => SgTypeIdOp a -> IO (SgExpression ()) | | | typeIdOpGetOperandType :: Typeable a => SgTypeIdOp a -> IO (SgType ()) | | | typeIdOpGetTraversalSuccessorByIndex :: Typeable a => SgTypeIdOp a -> CSize -> IO (SgNode ()) | | | typeIdOpGetTraversalSuccessorContainer :: Typeable a => SgTypeIdOp a -> IO [SgNode ()] | | | typeIdOpGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeIdOp a -> IO [CString] | | | typeIdOpGetType :: Typeable a => SgTypeIdOp a -> IO (SgType ()) | | | typeIdOpGetTypeElaborationRequired :: Typeable a => SgTypeIdOp a -> IO Bool | | | typeIdOpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgExpression b -> IO Bool | | | typeIdOpIsInMemoryPool :: Typeable a => SgTypeIdOp a -> IO Bool | | | typeIdOpIsLValue :: Typeable a => SgTypeIdOp a -> IO Bool | | | typeIdOpMemoryUsage :: IO CSize | | | typeIdOpNumberOfNodes :: IO CSize | | | typeIdOpPostConstructionInitialization :: Typeable a => SgTypeIdOp a -> IO () | | | typeIdOpSageClassName :: Typeable a => SgTypeIdOp a -> IO String | | | typeIdOpSetGlobalQualificationRequired :: Typeable a => SgTypeIdOp a -> Bool -> IO () | | | typeIdOpSetNameQualificationLength :: Typeable a => SgTypeIdOp a -> CInt -> IO () | | | typeIdOpSetOperandExpr :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgExpression b -> IO () | | | typeIdOpSetOperandType :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgType b -> IO () | | | typeIdOpSetTypeElaborationRequired :: Typeable a => SgTypeIdOp a -> Bool -> IO () | | | typeIdOpVariantT :: Typeable a => SgTypeIdOp a -> IO VariantT |
|
|
| Documentation |
|
| isSgTypeIdOp :: Typeable a => SgNode a -> IO (Maybe (SgTypeIdOp ())) |
| Attempts a dynamic cast of the given node to the type SgTypeIdOp.
|
|
| upSgTypeIdOp :: Typeable a => SgTypeIdOp a -> SgTypeIdOp () |
| Performs an upcast of a SgTypeIdOp subtype to a SgTypeIdOp.
|
|
| newTypeIdOp :: (Typeable a, Typeable b, Typeable c, Typeable d) => Sg_File_Info a -> SgExpression b -> SgType c -> SgType d -> IO (SgTypeIdOp ()) |
| Stub for ::SgTypeIdOp::SgTypeIdOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*, class ::SgType*)
|
|
| newTypeIdOp2 :: (Typeable a, Typeable b, Typeable c) => SgExpression a -> SgType b -> SgType c -> IO (SgTypeIdOp ()) |
| Stub for ::SgTypeIdOp::SgTypeIdOp of type void (class ::SgExpression*, class ::SgType*, class ::SgType*)
|
|
| typeIdOpCfgIndexForEnd :: Typeable a => SgTypeIdOp a -> IO CUInt |
| Stub for ::SgTypeIdOp::cfgIndexForEnd of type unsigned int ()
|
|
| typeIdOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeIdOp a -> IO () |
| Stub for ::SgTypeIdOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| typeIdOpClassName :: Typeable a => SgTypeIdOp a -> IO String |
| Stub for ::SgTypeIdOp::class_name of type ::std::string()
|
|
| typeIdOpGetChildIndex :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgNode b -> IO CLong |
| Stub for ::SgTypeIdOp::getChildIndex of type long (class ::SgNode*)
|
|
| typeIdOpGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgNode b -> IO CSize |
| Stub for ::SgTypeIdOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| typeIdOpGetGlobalQualificationRequired :: Typeable a => SgTypeIdOp a -> IO Bool |
| Stub for ::SgTypeIdOp::get_global_qualification_required of type bool ()
|
|
| typeIdOpGetNameQualificationLength :: Typeable a => SgTypeIdOp a -> IO CInt |
| Stub for ::SgTypeIdOp::get_name_qualification_length of type int ()
|
|
| typeIdOpGetNumberOfTraversalSuccessors :: Typeable a => SgTypeIdOp a -> IO CSize |
| Stub for ::SgTypeIdOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| typeIdOpGetOperandExpr :: Typeable a => SgTypeIdOp a -> IO (SgExpression ()) |
| Stub for ::SgTypeIdOp::get_operand_expr of type class ::SgExpression*()
|
|
| typeIdOpGetOperandType :: Typeable a => SgTypeIdOp a -> IO (SgType ()) |
| Stub for ::SgTypeIdOp::get_operand_type of type class ::SgType*()
|
|
| typeIdOpGetTraversalSuccessorByIndex :: Typeable a => SgTypeIdOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTypeIdOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| typeIdOpGetTraversalSuccessorContainer :: Typeable a => SgTypeIdOp a -> IO [SgNode ()] |
| Stub for ::SgTypeIdOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| typeIdOpGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeIdOp a -> IO [CString] |
| Stub for ::SgTypeIdOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| typeIdOpGetType :: Typeable a => SgTypeIdOp a -> IO (SgType ()) |
| Stub for ::SgTypeIdOp::get_type of type class ::SgType*()
|
|
| typeIdOpGetTypeElaborationRequired :: Typeable a => SgTypeIdOp a -> IO Bool |
| Stub for ::SgTypeIdOp::get_type_elaboration_required of type bool ()
|
|
| typeIdOpIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgExpression b -> IO Bool |
| Stub for ::SgTypeIdOp::isChildUsedAsLValue of type bool (const class ::SgExpression*)
|
|
| typeIdOpIsInMemoryPool :: Typeable a => SgTypeIdOp a -> IO Bool |
| Stub for ::SgTypeIdOp::isInMemoryPool of type bool ()
|
|
| typeIdOpIsLValue :: Typeable a => SgTypeIdOp a -> IO Bool |
| Stub for ::SgTypeIdOp::isLValue of type bool ()
|
|
| typeIdOpMemoryUsage :: IO CSize |
| Stub for ::SgTypeIdOp::memoryUsage of type ::size_t()
|
|
| typeIdOpNumberOfNodes :: IO CSize |
| Stub for ::SgTypeIdOp::numberOfNodes of type ::size_t()
|
|
| typeIdOpPostConstructionInitialization :: Typeable a => SgTypeIdOp a -> IO () |
| Stub for ::SgTypeIdOp::post_construction_initialization of type void ()
|
|
| typeIdOpSageClassName :: Typeable a => SgTypeIdOp a -> IO String |
| Stub for ::SgTypeIdOp::sage_class_name of type const char *()
|
|
| typeIdOpSetGlobalQualificationRequired :: Typeable a => SgTypeIdOp a -> Bool -> IO () |
| Stub for ::SgTypeIdOp::set_global_qualification_required of type void (bool )
|
|
| typeIdOpSetNameQualificationLength :: Typeable a => SgTypeIdOp a -> CInt -> IO () |
| Stub for ::SgTypeIdOp::set_name_qualification_length of type void (int )
|
|
| typeIdOpSetOperandExpr :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgExpression b -> IO () |
| Stub for ::SgTypeIdOp::set_operand_expr of type void (class ::SgExpression*)
|
|
| typeIdOpSetOperandType :: (Typeable a, Typeable b) => SgTypeIdOp a -> SgType b -> IO () |
| Stub for ::SgTypeIdOp::set_operand_type of type void (class ::SgType*)
|
|
| typeIdOpSetTypeElaborationRequired :: Typeable a => SgTypeIdOp a -> Bool -> IO () |
| Stub for ::SgTypeIdOp::set_type_elaboration_required of type void (bool )
|
|
| typeIdOpVariantT :: Typeable a => SgTypeIdOp a -> IO VariantT |
| Stub for ::SgTypeIdOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |