org.jetbrains.jet.lang.types
Class ErrorUtils.UninferredParameterType

java.lang.Object
  extended by org.jetbrains.jet.lang.types.ErrorUtils.UninferredParameterType
All Implemented Interfaces:
Annotated, JetType
Enclosing class:
ErrorUtils

public static class ErrorUtils.UninferredParameterType
extends java.lang.Object


Method Summary
 TypeParameterDescriptor getTypeParameterDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jetbrains.jet.lang.types.JetType
equals
 

Method Detail

getTypeParameterDescriptor

@NotNull
public TypeParameterDescriptor getTypeParameterDescriptor()