org.eclipse.jdt.internal.compiler.lookup
Interface Substitution

All Known Implementing Classes:
ParameterizedGenericMethodBinding, ParameterizedTypeBinding, RawTypeBinding

public interface Substitution


Method Summary
 LookupEnvironment environment()
          Returns the lookup environment
 boolean isRawSubstitution()
          Returns true for raw substitution
 TypeBinding substitute(TypeVariableBinding typeVariable)
          Returns the type substitute for a given type variable, or itself if no substitution got performed.
 

Method Detail

substitute

TypeBinding substitute(TypeVariableBinding typeVariable)
Returns the type substitute for a given type variable, or itself if no substitution got performed.


environment

LookupEnvironment environment()
Returns the lookup environment


isRawSubstitution

boolean isRawSubstitution()
Returns true for raw substitution