protocol-buffers-descriptor-2.4.13: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification
Text.DescriptorProtos.FieldOptions.JSType
data JSType Source #
Constructors
Defined in Text.DescriptorProtos.FieldOptions.JSType
Methods
minBound :: JSType #
maxBound :: JSType #
succ :: JSType -> JSType #
pred :: JSType -> JSType #
toEnum :: Int -> JSType #
fromEnum :: JSType -> Int #
enumFrom :: JSType -> [JSType] #
enumFromThen :: JSType -> JSType -> [JSType] #
enumFromTo :: JSType -> JSType -> [JSType] #
enumFromThenTo :: JSType -> JSType -> JSType -> [JSType] #
(==) :: JSType -> JSType -> Bool #
(/=) :: JSType -> JSType -> Bool #
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 #
compare :: JSType -> JSType -> Ordering #
(<) :: JSType -> JSType -> Bool #
(<=) :: JSType -> JSType -> Bool #
(>) :: JSType -> JSType -> Bool #
(>=) :: JSType -> JSType -> Bool #
max :: JSType -> JSType -> JSType #
min :: JSType -> JSType -> JSType #
readsPrec :: Int -> ReadS JSType #
readList :: ReadS [JSType] #
readPrec :: ReadPrec JSType #
readListPrec :: ReadPrec [JSType] #
showsPrec :: Int -> JSType -> ShowS #
show :: JSType -> String #
showList :: [JSType] -> ShowS #
Associated Types
type Rep JSType :: Type -> Type #
from :: JSType -> Rep JSType x #
to :: Rep JSType x -> JSType #
wireSize :: FieldType -> JSType -> WireSize #
wirePut :: FieldType -> JSType -> Put #
wirePutWithSize :: FieldType -> JSType -> PutM WireSize #
wireGet :: FieldType -> Get JSType #
wireGetPacked :: FieldType -> Get (Seq JSType) #
tellT :: String -> JSType -> Output #
getT :: Stream s Identity Char => String -> Parsec s () JSType #
reflectEnum :: EnumInfoApp JSType #
reflectEnumInfo :: JSType -> EnumInfo #
parentOfEnum :: JSType -> Maybe DescriptorInfo #
mergeAppend :: JSType -> JSType -> JSType #
mergeConcat :: Foldable t => t JSType -> JSType #
defaultValue :: JSType #
getVal :: msg' -> (msg' -> JSType) -> JSType #
isSet :: msg' -> (msg' -> JSType) -> Bool #