Class FieldSearchIndex.SearchCriteria
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.field.FieldSearchIndex.SearchCriteria
- Enclosing class:
- FieldSearchIndex<T extends NdNode>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsNodeType(short nodeType)create(char[] searchString)char[]booleanbooleanbooleanmatchCase(boolean match)prefix(boolean isPrefixSearch)requireNodeType(short type)boolean
-
Method Details
-
create
-
create
-
requireNodeType
-
allowAnyNodeType
-
matchCase
-
prefix
-
isMatchingParentNodeAddress
public boolean isMatchingParentNodeAddress() -
isMatchingCase
public boolean isMatchingCase() -
isPrefixSearch
public boolean isPrefixSearch() -
getSearchString
public char[] getSearchString() -
acceptsNodeType
public boolean acceptsNodeType(short nodeType) -
requiresSpecificNodeType
public boolean requiresSpecificNodeType()
-