public class ExpressionOccurrenceManager extends BaseOccurrenceManager
myFilter
Constructor and Description |
---|
ExpressionOccurrenceManager(PsiExpression mainOccurence,
PsiElement scope,
OccurrenceFilter filter) |
ExpressionOccurrenceManager(PsiExpression mainOccurence,
PsiElement scope,
OccurrenceFilter filter,
boolean maintainStaticContext) |
Modifier and Type | Method and Description |
---|---|
protected PsiExpression [] |
defaultOccurrences() |
PsiExpression [] |
findExpressionOccurrences() |
protected PsiExpression [] |
findOccurrences() |
PsiExpression |
getMainOccurence() |
PsiElement |
getScope() |
getAnchorStatementForAll, getAnchorStatementForAllInScope, getOccurrences, isInFinalContext
public ExpressionOccurrenceManager(PsiExpression mainOccurence, PsiElement scope, OccurrenceFilter filter)
public ExpressionOccurrenceManager(PsiExpression mainOccurence, PsiElement scope, OccurrenceFilter filter, boolean maintainStaticContext)
protected PsiExpression [] defaultOccurrences()
defaultOccurrences
in class BaseOccurrenceManager
public PsiExpression getMainOccurence()
protected PsiExpression [] findOccurrences()
findOccurrences
in class BaseOccurrenceManager
public PsiElement getScope()
public PsiExpression [] findExpressionOccurrences()