org.eclipse.jdt.internal.compiler.lookup
接口 Substitution

所有已知实现类:
ParameterizedGenericMethodBinding, ParameterizedTypeBinding, RawTypeBinding

public interface Substitution


方法摘要
 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.
 

方法详细信息

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



Copyright © 2013. All Rights Reserved.