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