org.apache.lucene.queryParser.core.nodes
Class PathQueryNode.QueryText
java.lang.Object
org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- PathQueryNode
public static class PathQueryNode.QueryText
- extends java.lang.Object
- implements java.lang.Cloneable
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PathQueryNode.QueryText
public PathQueryNode.QueryText(java.lang.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 java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
getValue
public java.lang.CharSequence getValue()
- Returns:
- the value
getBegin
public int getBegin()
- Returns:
- the begin
getEnd
public int getEnd()
- Returns:
- the end
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.