org.apache.lucene.queryParser.core.nodes
Class PathQueryNode.QueryText

java.lang.Object
  extended by org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
All Implemented Interfaces:
Cloneable
Enclosing class:
PathQueryNode

public static class PathQueryNode.QueryText
extends Object
implements Cloneable


Constructor Summary
PathQueryNode.QueryText(CharSequence value, int begin, int end)
           
 
Method Summary
 PathQueryNode.QueryText clone()
           
 int getBegin()
           
 int getEnd()
           
 CharSequence getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathQueryNode.QueryText

public PathQueryNode.QueryText(CharSequence value,
                               int begin,
                               int end)
Parameters:
value - - text value
begin - - position in the query string
end - - position in the query string
Method Detail

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


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.