public abstract static class FullTextVisitor.FullTextVisitorBase extends Object implements FullTextVisitor
FullTextVisitor.FullTextVisitorBase| Constructor and Description |
|---|
FullTextVisitorBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(FullTextAnd and)
Visit an "and" expression.
|
boolean |
visit(FullTextContains contains)
Visit an "contains" expression.
|
boolean |
visit(FullTextOr or)
Visit an "or" expression.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitpublic boolean visit(FullTextContains contains)
FullTextVisitorvisit in interface FullTextVisitorcontains - the "contains" expressionpublic boolean visit(FullTextAnd and)
FullTextVisitorvisit in interface FullTextVisitorand - the "and" expressionpublic boolean visit(FullTextOr or)
FullTextVisitorvisit in interface FullTextVisitoror - the "or" expressionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.