Class HasTypeOfGeneric

java.lang.Object
org.ek9lang.compiler.phase5.HasTypeOfGeneric
All Implemented Interfaces:
Predicate<ISymbol>

final class HasTypeOfGeneric extends Object implements Predicate<ISymbol>
  • Constructor Details

    • HasTypeOfGeneric

      HasTypeOfGeneric(ISymbol matchType)
      Constructor to check if symbol has a type that matches the use of the match generic type.
  • Method Details