{- ORMOLU_DISABLE -}
{- HLINT ignore -}
-- THIS IS A GENERATED FILE, DO NOT EDIT

{-# OPTIONS_GHC -Wno-unused-imports #-}
{-# OPTIONS_GHC -Wno-unused-matches #-}
{-# OPTIONS_GHC -Wno-deprecations #-}
module Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams where

import Control.DeepSeq
import Data.Hashable
import GHC.Generics
import Language.LSP.Protocol.Utils.Misc
import Prettyprinter
import qualified Data.Aeson as Aeson
import qualified Data.Row.Aeson as Aeson
import qualified Data.Row.Hashable as Hashable
import qualified Language.LSP.Protocol.Internal.Types.Position
import qualified Language.LSP.Protocol.Internal.Types.ProgressToken
import qualified Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier
import qualified Language.LSP.Protocol.Types.Common

{-|
The parameter of a `textDocument/prepareTypeHierarchy` request.

@since 3.17.0
-}
data TypeHierarchyPrepareParams = TypeHierarchyPrepareParams 
  { {-|
  The text document.
  -}
  TypeHierarchyPrepareParams -> TextDocumentIdentifier
_textDocument :: Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  , {-|
  The position inside the text document.
  -}
  TypeHierarchyPrepareParams -> Position
_position :: Language.LSP.Protocol.Internal.Types.Position.Position
  , {-|
  An optional token that a server can use to report work done progress.
  -}
  TypeHierarchyPrepareParams -> Maybe ProgressToken
_workDoneToken :: (Maybe Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken)
  }
  deriving stock (Int -> TypeHierarchyPrepareParams -> ShowS
[TypeHierarchyPrepareParams] -> ShowS
TypeHierarchyPrepareParams -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [TypeHierarchyPrepareParams] -> ShowS
$cshowList :: [TypeHierarchyPrepareParams] -> ShowS
show :: TypeHierarchyPrepareParams -> String
$cshow :: TypeHierarchyPrepareParams -> String
showsPrec :: Int -> TypeHierarchyPrepareParams -> ShowS
$cshowsPrec :: Int -> TypeHierarchyPrepareParams -> ShowS
Show, TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
$c/= :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
== :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
$c== :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
Eq, Eq TypeHierarchyPrepareParams
TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
TypeHierarchyPrepareParams
-> TypeHierarchyPrepareParams -> Ordering
TypeHierarchyPrepareParams
-> TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams
forall a.
Eq a
-> (a -> a -> Ordering)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> a)
-> (a -> a -> a)
-> Ord a
min :: TypeHierarchyPrepareParams
-> TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams
$cmin :: TypeHierarchyPrepareParams
-> TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams
max :: TypeHierarchyPrepareParams
-> TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams
$cmax :: TypeHierarchyPrepareParams
-> TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams
>= :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
$c>= :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
> :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
$c> :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
<= :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
$c<= :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
< :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
$c< :: TypeHierarchyPrepareParams -> TypeHierarchyPrepareParams -> Bool
compare :: TypeHierarchyPrepareParams
-> TypeHierarchyPrepareParams -> Ordering
$ccompare :: TypeHierarchyPrepareParams
-> TypeHierarchyPrepareParams -> Ordering
Ord, forall x.
Rep TypeHierarchyPrepareParams x -> TypeHierarchyPrepareParams
forall x.
TypeHierarchyPrepareParams -> Rep TypeHierarchyPrepareParams x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep TypeHierarchyPrepareParams x -> TypeHierarchyPrepareParams
$cfrom :: forall x.
TypeHierarchyPrepareParams -> Rep TypeHierarchyPrepareParams x
Generic)
  deriving anyclass (TypeHierarchyPrepareParams -> ()
forall a. (a -> ()) -> NFData a
rnf :: TypeHierarchyPrepareParams -> ()
$crnf :: TypeHierarchyPrepareParams -> ()
NFData, Eq TypeHierarchyPrepareParams
Int -> TypeHierarchyPrepareParams -> Int
TypeHierarchyPrepareParams -> Int
forall a. Eq a -> (Int -> a -> Int) -> (a -> Int) -> Hashable a
hash :: TypeHierarchyPrepareParams -> Int
$chash :: TypeHierarchyPrepareParams -> Int
hashWithSalt :: Int -> TypeHierarchyPrepareParams -> Int
$chashWithSalt :: Int -> TypeHierarchyPrepareParams -> Int
Hashable)
  deriving forall ann. [TypeHierarchyPrepareParams] -> Doc ann
forall ann. TypeHierarchyPrepareParams -> Doc ann
forall a.
(forall ann. a -> Doc ann)
-> (forall ann. [a] -> Doc ann) -> Pretty a
prettyList :: forall ann. [TypeHierarchyPrepareParams] -> Doc ann
$cprettyList :: forall ann. [TypeHierarchyPrepareParams] -> Doc ann
pretty :: forall ann. TypeHierarchyPrepareParams -> Doc ann
$cpretty :: forall ann. TypeHierarchyPrepareParams -> Doc ann
Pretty via (ViaJSON TypeHierarchyPrepareParams)

instance Aeson.ToJSON TypeHierarchyPrepareParams where
  toJSON :: TypeHierarchyPrepareParams -> Value
toJSON (TypeHierarchyPrepareParams TextDocumentIdentifier
arg0 Position
arg1 Maybe ProgressToken
arg2) = [Pair] -> Value
Aeson.object forall a b. (a -> b) -> a -> b
$ forall (t :: * -> *) a. Foldable t => t [a] -> [a]
concat forall a b. (a -> b) -> a -> b
$  [[Key
"textDocument" forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
Aeson..= TextDocumentIdentifier
arg0]
    ,[Key
"position" forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
Aeson..= Position
arg1]
    ,String
"workDoneToken" forall kv v. (KeyValue kv, ToJSON v) => String -> Maybe v -> [kv]
Language.LSP.Protocol.Types.Common..=? Maybe ProgressToken
arg2]

instance Aeson.FromJSON TypeHierarchyPrepareParams where
  parseJSON :: Value -> Parser TypeHierarchyPrepareParams
parseJSON = forall a. String -> (Object -> Parser a) -> Value -> Parser a
Aeson.withObject String
"TypeHierarchyPrepareParams" forall a b. (a -> b) -> a -> b
$ \Object
arg -> TextDocumentIdentifier
-> Position -> Maybe ProgressToken -> TypeHierarchyPrepareParams
TypeHierarchyPrepareParams forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
<$> Object
arg forall a. FromJSON a => Object -> Key -> Parser a
Aeson..: Key
"textDocument" forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
<*> Object
arg forall a. FromJSON a => Object -> Key -> Parser a
Aeson..: Key
"position" forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
<*> Object
arg forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Aeson..:! Key
"workDoneToken"