public abstract class IterableTraversal
extends java.lang.Object
IteratorDeclaration
,
ForEachCollectionTraversal
Modifier and Type | Field and Description |
---|---|
protected boolean |
myCollection |
protected PsiExpression |
myIterable |
Modifier and Type | Method and Description |
---|---|
PsiExpression |
getIterable() |
boolean |
isCollection() |
abstract boolean |
isRemoveCall(PsiExpression candidate) |
protected final PsiExpression myIterable
protected final boolean myCollection
public final PsiExpression getIterable()
public final boolean isCollection()
public abstract boolean isRemoveCall(PsiExpression candidate)
candidate
- element to check