Package gw.lang.parser
Interface TypeVarToTypeMap.ITypeVarMatcher<E>
-
- All Known Implementing Classes:
AsmTypeVarMatcher
,JavaClassTypeVarMatcher
,RawTypeVarMatcher
- Enclosing class:
- TypeVarToTypeMap
public static interface TypeVarToTypeMap.ITypeVarMatcher<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(E thisOne, ITypeVariableType thatOne)
-
-
-
Method Detail
-
matches
boolean matches(E thisOne, ITypeVariableType thatOne)
-
-