lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
test-framework
/
org.gnit.lucenekmp.tests.analysis
/
TokenStreamToDot
Token
Stream
To
Dot
class
TokenStreamToDot
(
inputText
:
String
,
in
:
TokenStream
,
out
:
PrintWriter
)
Consumes a TokenStream and outputs the dot (graphviz) string (graph).
Members
Constructors
Token
Stream
To
Dot
Link copied to clipboard
constructor
(
inputText
:
String
,
in
:
TokenStream
,
out
:
PrintWriter
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
Dot
Link copied to clipboard
fun
toDot
(
)