toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-protoscope
/
pro.felixo.protobuf.protoscope
/
Token
/
IntegerLiteral
Integer
Literal
data
class
IntegerLiteral
(
val
value
:
Long
,
val
type
:
Token.IntegerLiteral.Type
)
:
Token
Members
Constructors
Integer
Literal
Link copied to clipboard
constructor
(
value
:
Long
,
type
:
Token.IntegerLiteral.Type
)
Types
Companion
Link copied to clipboard
object
Companion
Type
Link copied to clipboard
enum
Type
:
Enum
<
Token.IntegerLiteral.Type
>
Properties
type
Link copied to clipboard
val
type
:
Token.IntegerLiteral.Type
value
Link copied to clipboard
val
value
:
Long