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 JetType reconstructBareType(JetTypeReference right, PossiblyBareType possiblyBareTarget, JetType 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 JetType reconstructBareType(@NotNull
                                                  JetTypeReference right,
                                                  @NotNull
                                                  PossiblyBareType possiblyBareTarget,
                                                  @Nullable
                                                  JetType subjectType,
                                                  @NotNull
                                                  BindingTrace trace,
                                                  @NotNull
                                                  KotlinBuiltIns builtIns)

getTypeNameAndStarProjectionsString

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