protobuf-kotlin-schemadocument
0.2.0
common
protobuf-kotlin-schemadocument
/
pro.felixo.protobuf.schemadocument
/
Token
/
StringLiteral
String
Literal
data
class
StringLiteral
(
val
text
:
String
)
:
Token
Members
Constructors
String
Literal
Link copied to clipboard
constructor
(
text
:
String
)
Properties
text
Link copied to clipboard
open
override
val
text
:
String
value
Link copied to clipboard
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String