QueryText

class QueryText(var value: CharSequence, var begin: Int, var end: Int) : Cloneable<PathQueryNode.QueryText>

Term text with a beginning and end position

Constructors

Link copied to clipboard
constructor(value: CharSequence, begin: Int, end: Int)

Properties

Link copied to clipboard
var begin: Int

!= null The term's begin position.

Link copied to clipboard
var end: Int

The term's end position.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun clone(): PathQueryNode.QueryText
Link copied to clipboard
open override fun toString(): String