public abstract static class FullTextVisitor.FullTextVisitorBase extends java.lang.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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visit
public boolean visit(FullTextContains contains)
FullTextVisitor
visit
in interface FullTextVisitor
contains
- the "contains" expressionpublic boolean visit(FullTextAnd and)
FullTextVisitor
visit
in interface FullTextVisitor
and
- the "and" expressionpublic boolean visit(FullTextOr or)
FullTextVisitor
visit
in interface FullTextVisitor
or
- the "or" expressionCopyright © 2010 - 2023 Adobe. All Rights Reserved