org.jetbrains.jet.lang.types
Interface TypeSubstitution

All Known Implementing Classes:
CompositeTypeSubstitution, TypeSubstitutor.MapToTypeSubstitutionAdapter

public interface TypeSubstitution


Field Summary
static TypeSubstitution EMPTY
           
 
Method Summary
 TypeProjection get(TypeConstructor key)
           
 boolean isEmpty()
           
 

Field Detail

EMPTY

static final TypeSubstitution EMPTY
Method Detail

get

@Nullable
TypeProjection get(TypeConstructor key)

isEmpty

boolean isEmpty()