|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.types.expressions.ForLoopConventionsChecker
public class ForLoopConventionsChecker
| Constructor Summary | |
|---|---|
ForLoopConventionsChecker()
|
|
| Method Summary | |
|---|---|
boolean |
isVariableIterable(VariableDescriptor variableDescriptor,
JetScope scope)
|
void |
setExpressionTypingServices(ExpressionTypingServices expressionTypingServices)
|
void |
setExpressionTypingUtils(ExpressionTypingUtils expressionTypingUtils)
|
void |
setProject(com.intellij.openapi.project.Project project)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForLoopConventionsChecker()
| Method Detail |
|---|
@Inject
public void setProject(@NotNull
com.intellij.openapi.project.Project project)
@Inject
public void setExpressionTypingUtils(@NotNull
ExpressionTypingUtils expressionTypingUtils)
@Inject
public void setExpressionTypingServices(@NotNull
ExpressionTypingServices expressionTypingServices)
public boolean isVariableIterable(@NotNull
VariableDescriptor variableDescriptor,
@NotNull
JetScope scope)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||