Minor. Unused methods removed
This commit is contained in:
-30
@@ -67,36 +67,6 @@ public class ExpressionTypingComponents {
|
|||||||
this.forLoopConventionsChecker = forLoopConventionsChecker;
|
this.forLoopConventionsChecker = forLoopConventionsChecker;
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public GlobalContext getGlobalContext() {
|
|
||||||
return globalContext;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public ExpressionTypingServices getExpressionTypingServices() {
|
|
||||||
return expressionTypingServices;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public CallResolver getCallResolver() {
|
|
||||||
return callResolver;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public PlatformToKotlinClassMap getPlatformToKotlinClassMap() {
|
|
||||||
return platformToKotlinClassMap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public ExpressionTypingUtils getExpressionTypingUtils() {
|
|
||||||
return expressionTypingUtils;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public ControlStructureTypingUtils getControlStructureTypingUtils() {
|
|
||||||
return controlStructureTypingUtils;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public ForLoopConventionsChecker getForLoopConventionsChecker() {
|
public ForLoopConventionsChecker getForLoopConventionsChecker() {
|
||||||
return forLoopConventionsChecker;
|
return forLoopConventionsChecker;
|
||||||
|
|||||||
Reference in New Issue
Block a user