Package gw.lang.parser
Class AsmTypeVarMatcher
java.lang.Object
gw.lang.parser.AsmTypeVarMatcher
- All Implemented Interfaces:
TypeVarToTypeMap.ITypeVarMatcher<IAsmType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AsmTypeVarMatcher
instance()
boolean
matches
(IAsmType thisOne, ITypeVariableType thatOne)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AsmTypeVarMatcher
private AsmTypeVarMatcher()
-
-
Method Details
-
instance
-
matches
- Specified by:
matches
in interfaceTypeVarToTypeMap.ITypeVarMatcher<IAsmType>
-