Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
Method | |
|
data MethodType Source #
Constructor | Constructs an instance of the parent type |
MemberFunction | A function in the namespace |
OrdinaryMethod | A function taking the parent instance as first argument. |
Instances
Eq MethodType Source # | |
Defined in Data.GI.GIR.Method (==) :: MethodType -> MethodType -> Bool # (/=) :: MethodType -> MethodType -> Bool # | |
Show MethodType Source # | |
Defined in Data.GI.GIR.Method showsPrec :: Int -> MethodType -> ShowS # show :: MethodType -> String # showList :: [MethodType] -> ShowS # |
parseMethod :: MethodType -> Parser Method Source #