org.jetbrains.jet.lang.types.expressions
Class ExpressionTypingComponents
java.lang.Object
org.jetbrains.jet.lang.types.expressions.ExpressionTypingComponents
public class ExpressionTypingComponents
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionTypingComponents
public ExpressionTypingComponents()
setGlobalContext
@Inject
public void setGlobalContext(@NotNull
GlobalContext globalContext)
setExpressionTypingServices
@Inject
public void setExpressionTypingServices(@NotNull
ExpressionTypingServices expressionTypingServices)
setCallResolver
@Inject
public void setCallResolver(@NotNull
CallResolver callResolver)
setPlatformToKotlinClassMap
@Inject
public void setPlatformToKotlinClassMap(@NotNull
PlatformToKotlinClassMap platformToKotlinClassMap)
setExpressionTypingUtils
@Inject
public void setExpressionTypingUtils(@NotNull
ExpressionTypingUtils expressionTypingUtils)
setControlStructureTypingUtils
@Inject
public void setControlStructureTypingUtils(@NotNull
ControlStructureTypingUtils controlStructureTypingUtils)
setForLoopConventionsChecker
@Inject
public void setForLoopConventionsChecker(@NotNull
ForLoopConventionsChecker forLoopConventionsChecker)
setReflectionTypes
@Inject
public void setReflectionTypes(@NotNull
ReflectionTypes reflectionTypes)
setAdditionalCheckerProvider
@Inject
public void setAdditionalCheckerProvider(AdditionalCheckerProvider additionalCheckerProvider)
getForLoopConventionsChecker
@NotNull
public ForLoopConventionsChecker getForLoopConventionsChecker()