org.apache.lucene.queryParser.core.nodes
Class PathQueryNode.QueryText
java.lang.Object
org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- PathQueryNode
public static class PathQueryNode.QueryText
- extends Object
- implements Cloneable
PathQueryNode.QueryText
public PathQueryNode.QueryText(CharSequence value,
int begin,
int end)
- Parameters:
value
- - text valuebegin
- - position in the query stringend
- - position in the query string
clone
public PathQueryNode.QueryText clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
getValue
public CharSequence getValue()
- Returns:
- the value
getBegin
public int getBegin()
- Returns:
- the begin
getEnd
public int getEnd()
- Returns:
- the end
toString
public String toString()
- Overrides:
toString
in class Object