Class AbstractCheckResult<N,​E,​S>

java.lang.Object
de.monochromata.anaphors.cog.transform.AbstractCheckResult<N,​E,​S>
Type Parameters:
N - The node type in the AST
E - The expression type
S - The scope type (optional)
All Implemented Interfaces:
CheckResult<N,​E,​S>

public abstract class AbstractCheckResult<N,​E,​S>
extends Object
implements CheckResult<N,​E,​S>