protocol-buffers-descriptor-2.4.12: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.FieldOptions.JSType

Documentation

data JSType Source #

Constructors

JS_NORMAL 
JS_STRING 
JS_NUMBER 
Instances
Bounded JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Enum JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Eq JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Methods

(==) :: JSType -> JSType -> Bool #

(/=) :: JSType -> JSType -> Bool #

Data JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Methods

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

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

toConstr :: JSType -> Constr #

dataTypeOf :: JSType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Read JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Show JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Generic JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Associated Types

type Rep JSType :: Type -> Type #

Methods

from :: JSType -> Rep JSType x #

to :: Rep JSType x -> JSType #

GPB JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Wire JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

TextType JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Methods

tellT :: String -> JSType -> Output #

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

ReflectEnum JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Mergeable JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

Default JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

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

Defined in Text.DescriptorProtos.FieldOptions.JSType

Methods

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

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

type Rep JSType Source # 
Instance details

Defined in Text.DescriptorProtos.FieldOptions.JSType

type Rep JSType = D1 (MetaData "JSType" "Text.DescriptorProtos.FieldOptions.JSType" "protocol-buffers-descriptor-2.4.12-HPd6oL5RJxSELceK7oLJsl" False) (C1 (MetaCons "JS_NORMAL" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JS_STRING" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JS_NUMBER" PrefixI False) (U1 :: Type -> Type)))