public class PsiSearchRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
caseSensitive |
java.lang.String |
containerName |
RequestResultProcessor |
processor |
short |
searchContext |
SearchScope |
searchScope |
java.lang.String |
word |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final SearchScope searchScope
public final java.lang.String word
public final short searchContext
public final boolean caseSensitive
public final RequestResultProcessor processor
public final java.lang.String containerName