public interface FullTextVisitor
Modifier and Type | Interface and Description |
---|---|
static class |
FullTextVisitor.FullTextVisitorBase
The base implementation of a full-text visitor.
|
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.
|
boolean |
visit(FullTextTerm term)
Visit a term
|
boolean visit(FullTextContains contains)
contains
- the "contains" expressionboolean visit(FullTextAnd and)
and
- the "and" expressionboolean visit(FullTextOr or)
or
- the "or" expressionboolean visit(FullTextTerm term)
term
- the termCopyright © 2010 - 2020 Adobe. All Rights Reserved