protocol-buffers-descriptor-2.4.9: 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 # 
Enum JSType Source # 
Eq JSType Source # 

Methods

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

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

Data JSType Source # 

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 # 
Read JSType Source # 
Show JSType Source # 
GPB JSType Source # 
Wire JSType Source # 
TextType JSType Source # 

Methods

tellT :: String -> JSType -> Output #

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

ReflectEnum JSType Source # 
Mergeable JSType Source # 
Default JSType Source # 
MessageAPI msg' (msg' -> JSType) JSType Source # 

Methods

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

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