Package gw.lang.parser
Class RawTypeVarMatcher
- java.lang.Object
-
- gw.lang.parser.RawTypeVarMatcher
-
- All Implemented Interfaces:
TypeVarToTypeMap.ITypeVarMatcher<TypeVariable>
public class RawTypeVarMatcher extends Object implements TypeVarToTypeMap.ITypeVarMatcher<TypeVariable>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RawTypeVarMatcher
instance()
boolean
matches(TypeVariable thisOne, ITypeVariableType thatOne)
-
-
-
Method Detail
-
instance
public static RawTypeVarMatcher instance()
-
matches
public boolean matches(TypeVariable thisOne, ITypeVariableType thatOne)
- Specified by:
matches
in interfaceTypeVarToTypeMap.ITypeVarMatcher<TypeVariable>
-
-