Uses of Interface
org.ujmp.core.text.TextToken
-
Packages that use TextToken Package Description org.ujmp.core.text -
-
Uses of TextToken in org.ujmp.core.text
Classes in org.ujmp.core.text that implement TextToken Modifier and Type Class Description class
DefaultTextToken
Methods in org.ujmp.core.text that return types with arguments of type TextToken Modifier and Type Method Description static java.util.Collection<TextToken>
TextUtil. convertSentenceToTextTokens(java.lang.String sentence)
Constructors in org.ujmp.core.text with parameters of type TextToken Constructor Description DefaultTextSentence(TextToken... textTokens)
Constructor parameters in org.ujmp.core.text with type arguments of type TextToken Constructor Description DefaultTextSentence(java.util.Collection<TextToken> textTokens)
-