Package gw.lang.parser
Class RawTypeVarMatcher
- java.lang.Object
-
- gw.lang.parser.RawTypeVarMatcher
-
- All Implemented Interfaces:
TypeVarToTypeMap.ITypeVarMatcher<java.lang.reflect.TypeVariable>
public class RawTypeVarMatcher extends java.lang.Object implements TypeVarToTypeMap.ITypeVarMatcher<java.lang.reflect.TypeVariable>
-
-
Field Summary
Fields Modifier and Type Field Description private static RawTypeVarMatcherINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateRawTypeVarMatcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RawTypeVarMatcherinstance()booleanmatches(java.lang.reflect.TypeVariable thisOne, ITypeVariableType thatOne)
-
-
-
Field Detail
-
INSTANCE
private static final RawTypeVarMatcher INSTANCE
-
-
Method Detail
-
instance
public static RawTypeVarMatcher instance()
-
matches
public boolean matches(java.lang.reflect.TypeVariable thisOne, ITypeVariableType thatOne)- Specified by:
matchesin interfaceTypeVarToTypeMap.ITypeVarMatcher<java.lang.reflect.TypeVariable>
-
-