|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.slide.search.basic.QueryTree.TokenizedScope
Helper class to handle the scopes
Field Summary | |
(package private) Scope |
scope
|
Constructor Summary | |
(package private) |
QueryTree.TokenizedScope(Scope scope)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
Method equals |
boolean |
isChildOf(QueryTree.TokenizedScope tScope)
Method isChildOf |
boolean |
isNotExcluded(Scope[] excluded)
Method isNotExcluded |
java.lang.String |
toString()
Method toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
Scope scope
Constructor Detail |
QueryTree.TokenizedScope(Scope scope)
Method Detail |
public boolean equals(java.lang.Object o)
o
- an Object
public java.lang.String toString()
public boolean isChildOf(QueryTree.TokenizedScope tScope)
tScope
- a TokenizedScope
public boolean isNotExcluded(Scope[] excluded)
excluded
- a Scope[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |