public static class Substitution.NullSubstitution extends java.lang.Object implements Substitution
Scope.Substitutor for other purposes.Substitution.NullSubstitution| Constructor and Description |
|---|
NullSubstitution(LookupEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public NullSubstitution(LookupEnvironment environment)
public TypeBinding substitute(TypeVariableBinding typeVariable)
Substitutionsubstitute in interface Substitutionpublic boolean isRawSubstitution()
SubstitutionisRawSubstitution in interface Substitutionpublic LookupEnvironment environment()
Substitutionenvironment in interface Substitution