Package org.ek9lang.compiler.phase1
Class CheckOuterGenericsUse
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase1.CheckOuterGenericsUse
Only use when code being checked prohibits use in outer generic context.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolAndScopeManagement
-
Constructor Summary
ConstructorsConstructorDescriptionCheckOuterGenericsUse
(SymbolAndScopeManagement symbolAndScopeManagement, ErrorListener errorListener, ErrorListener.SemanticClassification errorClassification) Checks if this token is being used within a generic type/function - directly or indirectly. -
Method Summary
-
Constructor Details
-
CheckOuterGenericsUse
CheckOuterGenericsUse(SymbolAndScopeManagement symbolAndScopeManagement, ErrorListener errorListener, ErrorListener.SemanticClassification errorClassification) Checks if this token is being used within a generic type/function - directly or indirectly. If it is being run within a generic type/function the configured error is issued.
-
-
Method Details