org.jetbrains.kotlin.types.expressions
Class TypeReconstructionUtil

java.lang.Object
  extended by org.jetbrains.kotlin.types.expressions.TypeReconstructionUtil

public class TypeReconstructionUtil
extends java.lang.Object


Constructor Summary
TypeReconstructionUtil()
           
 
Method Summary
static java.lang.String getTypeNameAndStarProjectionsString(java.lang.String name, int size)
           
static KotlinType reconstructBareType(KtTypeReference right, PossiblyBareType possiblyBareTarget, KotlinType subjectType, BindingTrace trace, KotlinBuiltIns builtIns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeReconstructionUtil

public TypeReconstructionUtil()
Method Detail

reconstructBareType

@NotNull
public static KotlinType reconstructBareType(@NotNull
                                                     KtTypeReference right,
                                                     @NotNull
                                                     PossiblyBareType possiblyBareTarget,
                                                     @Nullable
                                                     KotlinType subjectType,
                                                     @NotNull
                                                     BindingTrace trace,
                                                     @NotNull
                                                     KotlinBuiltIns builtIns)

getTypeNameAndStarProjectionsString

@NotNull
public static java.lang.String getTypeNameAndStarProjectionsString(@NotNull
                                                                           java.lang.String name,
                                                                           int size)