Klasse Substitution.NullSubstitution
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Substitution.NullSubstitution
- Alle implementierten Schnittstellen:
Substitution
- Umschließende Schnittstelle:
Substitution
Don't substitute any type variables.
Enables the use of
Scope.Substitutor for other purposes.-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Substitution
Substitution.NullSubstitution -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns 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.
-
Konstruktordetails
-
NullSubstitution
-
-
Methodendetails
-
substitute
Beschreibung aus Schnittstelle kopiert:SubstitutionReturns the type substitute for a given type variable, or itself if no substitution got performed.- Angegeben von:
substitutein SchnittstelleSubstitution
-
isRawSubstitution
public boolean isRawSubstitution()Beschreibung aus Schnittstelle kopiert:SubstitutionReturns true for raw substitution- Angegeben von:
isRawSubstitutionin SchnittstelleSubstitution
-
environment
Beschreibung aus Schnittstelle kopiert:SubstitutionReturns the lookup environment- Angegeben von:
environmentin SchnittstelleSubstitution
-