Class Substitution.NullSubstitution
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Substitution.NullSubstitution
- All Implemented Interfaces:
Substitution
- Enclosing interface:
Substitution
Don't substitute any type variables.
Enables the use of
Scope.Substitutor for other purposes.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Substitution
Substitution.NullSubstitution -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the lookup environmentbooleanReturns true for raw substitutionsubstitute(TypeVariableBinding typeVariable) Returns the type substitute for a given type variable, or itself if no substitution got performed.
-
Constructor Details
-
NullSubstitution
-
-
Method Details
-
substitute
Description copied from interface:SubstitutionReturns the type substitute for a given type variable, or itself if no substitution got performed.- Specified by:
substitutein interfaceSubstitution
-
isRawSubstitution
public boolean isRawSubstitution()Description copied from interface:SubstitutionReturns true for raw substitution- Specified by:
isRawSubstitutionin interfaceSubstitution
-
environment
Description copied from interface:SubstitutionReturns the lookup environment- Specified by:
environmentin interfaceSubstitution
-