toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-schemadocument
/
pro.felixo.protobuf.schemadocument
/
SchemaDocumentTokenizer
Schema
Document
Tokenizer
class
SchemaDocumentTokenizer
Converts .proto syntax into sequences of tokens.
Members
Constructors
Schema
Document
Tokenizer
Link copied to clipboard
constructor
(
)
Functions
tokenize
Link copied to clipboard
fun
tokenize
(
input
:
String
)
:
Sequence
<
Token
>