|
| ROSE.Sage3.Methods.SgUserDefinedBinaryOp |
|
|
|
| Synopsis |
|
| isSgUserDefinedBinaryOp :: Typeable a => SgNode a -> IO (Maybe (SgUserDefinedBinaryOp ())) | | | upSgUserDefinedBinaryOp :: Typeable a => SgUserDefinedBinaryOp a -> SgUserDefinedBinaryOp () | | | newUserDefinedBinaryOp :: (Typeable a, Typeable b, Typeable c, Typeable d, Typeable e) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> String -> SgFunctionSymbol e -> IO (SgUserDefinedBinaryOp ()) | | | newUserDefinedBinaryOp2 :: (Typeable a, Typeable b, Typeable c, Typeable d) => SgExpression a -> SgExpression b -> SgType c -> String -> SgFunctionSymbol d -> IO (SgUserDefinedBinaryOp ()) | | | userDefinedBinaryOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUserDefinedBinaryOp a -> IO () | | | userDefinedBinaryOpClassName :: Typeable a => SgUserDefinedBinaryOp a -> IO String | | | userDefinedBinaryOpGetChildIndex :: (Typeable a, Typeable b) => SgUserDefinedBinaryOp a -> SgNode b -> IO CLong | | | userDefinedBinaryOpGetChildIndex2 :: (Typeable a, Typeable b) => SgUserDefinedBinaryOp a -> SgNode b -> IO CSize | | | userDefinedBinaryOpGetNumberOfTraversalSuccessors :: Typeable a => SgUserDefinedBinaryOp a -> IO CSize | | | userDefinedBinaryOpGetOperatorName :: Typeable a => SgUserDefinedBinaryOp a -> IO String | | | userDefinedBinaryOpGetSymbol :: Typeable a => SgUserDefinedBinaryOp a -> IO (SgFunctionSymbol ()) | | | userDefinedBinaryOpGetTraversalSuccessorByIndex :: Typeable a => SgUserDefinedBinaryOp a -> CSize -> IO (SgNode ()) | | | userDefinedBinaryOpGetTraversalSuccessorContainer :: Typeable a => SgUserDefinedBinaryOp a -> IO [SgNode ()] | | | userDefinedBinaryOpGetTraversalSuccessorNamesContainer :: Typeable a => SgUserDefinedBinaryOp a -> IO [CString] | | | userDefinedBinaryOpGetType :: Typeable a => SgUserDefinedBinaryOp a -> IO (SgType ()) | | | userDefinedBinaryOpIsInMemoryPool :: Typeable a => SgUserDefinedBinaryOp a -> IO Bool | | | userDefinedBinaryOpMemoryUsage :: IO CSize | | | userDefinedBinaryOpNumberOfNodes :: IO CSize | | | userDefinedBinaryOpPostConstructionInitialization :: Typeable a => SgUserDefinedBinaryOp a -> IO () | | | userDefinedBinaryOpPrecedence :: Typeable a => SgUserDefinedBinaryOp a -> IO CInt | | | userDefinedBinaryOpSageClassName :: Typeable a => SgUserDefinedBinaryOp a -> IO String | | | userDefinedBinaryOpSetOperatorName :: Typeable a => SgUserDefinedBinaryOp a -> String -> IO () | | | userDefinedBinaryOpSetSymbol :: (Typeable a, Typeable b) => SgUserDefinedBinaryOp a -> SgFunctionSymbol b -> IO () | | | userDefinedBinaryOpVariantT :: Typeable a => SgUserDefinedBinaryOp a -> IO VariantT |
|
|
| Documentation |
|
| isSgUserDefinedBinaryOp :: Typeable a => SgNode a -> IO (Maybe (SgUserDefinedBinaryOp ())) |
| Attempts a dynamic cast of the given node to the type SgUserDefinedBinaryOp.
|
|
| upSgUserDefinedBinaryOp :: Typeable a => SgUserDefinedBinaryOp a -> SgUserDefinedBinaryOp () |
| Performs an upcast of a SgUserDefinedBinaryOp subtype to a SgUserDefinedBinaryOp.
|
|
| newUserDefinedBinaryOp :: (Typeable a, Typeable b, Typeable c, Typeable d, Typeable e) => Sg_File_Info a -> SgExpression b -> SgExpression c -> SgType d -> String -> SgFunctionSymbol e -> IO (SgUserDefinedBinaryOp ()) |
| Stub for ::SgUserDefinedBinaryOp::SgUserDefinedBinaryOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgExpression*, class ::SgType*, class ::SgName, class ::SgFunctionSymbol*)
|
|
| newUserDefinedBinaryOp2 :: (Typeable a, Typeable b, Typeable c, Typeable d) => SgExpression a -> SgExpression b -> SgType c -> String -> SgFunctionSymbol d -> IO (SgUserDefinedBinaryOp ()) |
| Stub for ::SgUserDefinedBinaryOp::SgUserDefinedBinaryOp of type void (class ::SgExpression*, class ::SgExpression*, class ::SgType*, class ::SgName, class ::SgFunctionSymbol*)
|
|
| userDefinedBinaryOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUserDefinedBinaryOp a -> IO () |
| Stub for ::SgUserDefinedBinaryOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| userDefinedBinaryOpClassName :: Typeable a => SgUserDefinedBinaryOp a -> IO String |
| Stub for ::SgUserDefinedBinaryOp::class_name of type ::std::string()
|
|
| userDefinedBinaryOpGetChildIndex :: (Typeable a, Typeable b) => SgUserDefinedBinaryOp a -> SgNode b -> IO CLong |
| Stub for ::SgUserDefinedBinaryOp::getChildIndex of type long (class ::SgNode*)
|
|
| userDefinedBinaryOpGetChildIndex2 :: (Typeable a, Typeable b) => SgUserDefinedBinaryOp a -> SgNode b -> IO CSize |
| Stub for ::SgUserDefinedBinaryOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| userDefinedBinaryOpGetNumberOfTraversalSuccessors :: Typeable a => SgUserDefinedBinaryOp a -> IO CSize |
| Stub for ::SgUserDefinedBinaryOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| userDefinedBinaryOpGetOperatorName :: Typeable a => SgUserDefinedBinaryOp a -> IO String |
| Stub for ::SgUserDefinedBinaryOp::get_operator_name of type class ::SgName()
|
|
| userDefinedBinaryOpGetSymbol :: Typeable a => SgUserDefinedBinaryOp a -> IO (SgFunctionSymbol ()) |
| Stub for ::SgUserDefinedBinaryOp::get_symbol of type class ::SgFunctionSymbol*()
|
|
| userDefinedBinaryOpGetTraversalSuccessorByIndex :: Typeable a => SgUserDefinedBinaryOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgUserDefinedBinaryOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| userDefinedBinaryOpGetTraversalSuccessorContainer :: Typeable a => SgUserDefinedBinaryOp a -> IO [SgNode ()] |
| Stub for ::SgUserDefinedBinaryOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| userDefinedBinaryOpGetTraversalSuccessorNamesContainer :: Typeable a => SgUserDefinedBinaryOp a -> IO [CString] |
| Stub for ::SgUserDefinedBinaryOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| userDefinedBinaryOpGetType :: Typeable a => SgUserDefinedBinaryOp a -> IO (SgType ()) |
| Stub for ::SgUserDefinedBinaryOp::get_type of type class ::SgType*()
|
|
| userDefinedBinaryOpIsInMemoryPool :: Typeable a => SgUserDefinedBinaryOp a -> IO Bool |
| Stub for ::SgUserDefinedBinaryOp::isInMemoryPool of type bool ()
|
|
| userDefinedBinaryOpMemoryUsage :: IO CSize |
| Stub for ::SgUserDefinedBinaryOp::memoryUsage of type ::size_t()
|
|
| userDefinedBinaryOpNumberOfNodes :: IO CSize |
| Stub for ::SgUserDefinedBinaryOp::numberOfNodes of type ::size_t()
|
|
| userDefinedBinaryOpPostConstructionInitialization :: Typeable a => SgUserDefinedBinaryOp a -> IO () |
| Stub for ::SgUserDefinedBinaryOp::post_construction_initialization of type void ()
|
|
| userDefinedBinaryOpPrecedence :: Typeable a => SgUserDefinedBinaryOp a -> IO CInt |
| Stub for ::SgUserDefinedBinaryOp::precedence of type int ()
|
|
| userDefinedBinaryOpSageClassName :: Typeable a => SgUserDefinedBinaryOp a -> IO String |
| Stub for ::SgUserDefinedBinaryOp::sage_class_name of type const char *()
|
|
| userDefinedBinaryOpSetOperatorName :: Typeable a => SgUserDefinedBinaryOp a -> String -> IO () |
| Stub for ::SgUserDefinedBinaryOp::set_operator_name of type void (class ::SgName)
|
|
| userDefinedBinaryOpSetSymbol :: (Typeable a, Typeable b) => SgUserDefinedBinaryOp a -> SgFunctionSymbol b -> IO () |
| Stub for ::SgUserDefinedBinaryOp::set_symbol of type void (class ::SgFunctionSymbol*)
|
|
| userDefinedBinaryOpVariantT :: Typeable a => SgUserDefinedBinaryOp a -> IO VariantT |
| Stub for ::SgUserDefinedBinaryOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |