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

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.FieldOptions.JSType

Documentation

data JSType #

Constructors

JS_NORMAL 
JS_STRING 
JS_NUMBER 

Instances

Bounded JSType # 
Enum JSType # 
Eq JSType # 

Methods

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

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

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

Methods

tellT :: String -> JSType -> Output #

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

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

Methods

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

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