AnalyseToken

case class AnalyseToken(token: String, startOffset: Int, endOffset: Int, tokenType: String, position: Int, hexBytes: Option[String], positionLength: Option[Int], termFrequency: Option[Int], keyword: Option[Boolean])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product