protocol-buffers-descriptor-2.4.17: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification
Safe HaskellNone
LanguageHaskell2010

Text.DescriptorProtos.SourceCodeInfo.Location

Documentation

data Location Source #

Instances

Instances details
Eq Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Data Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Location -> c Location #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Location #

toConstr :: Location -> Constr #

dataTypeOf :: Location -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Location) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Location) #

gmapT :: (forall b. Data b => b -> b) -> Location -> Location #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Location -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Location -> r #

gmapQ :: (forall d. Data d => d -> u) -> Location -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Location -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Location -> m Location #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Location -> m Location #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Location -> m Location #

Ord Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Show Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Generic Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Associated Types

type Rep Location :: Type -> Type #

Methods

from :: Location -> Rep Location x #

to :: Rep Location x -> Location #

GPB Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

UnknownMessage Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Wire Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

TextMsg Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Methods

textPut :: Location -> Output #

textGet :: Stream s Identity Char => Parsec s () Location #

TextType Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Methods

tellT :: String -> Location -> Output #

getT :: Stream s Identity Char => String -> Parsec s () Location #

ReflectDescriptor Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Mergeable Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Default Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

MessageAPI msg' (msg' -> Location) Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

Methods

getVal :: msg' -> (msg' -> Location) -> Location #

isSet :: msg' -> (msg' -> Location) -> Bool #

type Rep Location Source # 
Instance details

Defined in Text.DescriptorProtos.SourceCodeInfo.Location

type Rep Location = D1 ('MetaData "Location" "Text.DescriptorProtos.SourceCodeInfo.Location" "protocol-buffers-descriptor-2.4.17-dUuNU0c4nW5bf5yw2qmJV" 'False) (C1 ('MetaCons "Location" 'PrefixI 'True) ((S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Seq Int32)) :*: (S1 ('MetaSel ('Just "span") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Seq Int32)) :*: S1 ('MetaSel ('Just "leading_comments") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Utf8)))) :*: (S1 ('MetaSel ('Just "trailing_comments") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Utf8)) :*: (S1 ('MetaSel ('Just "leading_detached_comments") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Seq Utf8)) :*: S1 ('MetaSel ('Just "unknown'field") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UnknownField)))))