java.lang.Object
com.blackbuild.klum.ast.compiler.internal.validation.OverwriteStrategiesCheck
- All Implemented Interfaces:
com.blackbuild.klum.cast.spi.Check
public class OverwriteStrategiesCheck
extends Object
implements com.blackbuild.klum.cast.spi.Check
-
Constructor Summary
Constructors
-
Method Summary
List<com.blackbuild.klum.cast.spi.Diagnostic>
check(com.blackbuild.klum.cast.spi.CheckContext context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.blackbuild.klum.cast.spi.Check
getDiagnosticDefinitions
-
Constructor Details
-
OverwriteStrategiesCheck
public OverwriteStrategiesCheck()
-
Method Details
-
check
public List<com.blackbuild.klum.cast.spi.Diagnostic> check(com.blackbuild.klum.cast.spi.CheckContext context)
- Specified by:
check in interface com.blackbuild.klum.cast.spi.Check