public class MissingCodeReportGoal
extends polyglot.frontend.goals.AbstractGoal
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INFOFLOW_CONTEXTS |
static java.lang.String |
INSERT_CHECK |
Modifier and Type | Method and Description |
---|---|
polyglot.frontend.Pass |
createPass(polyglot.frontend.ExtensionInfo extInfo) |
java.util.Collection<polyglot.frontend.goals.Goal> |
prerequisiteGoals(polyglot.frontend.Scheduler scheduler) |
static polyglot.frontend.goals.Goal |
singleton(polyglot.frontend.ExtensionInfo extInfo,
java.lang.String filename) |
public static final java.lang.String INFOFLOW_CONTEXTS
public static final java.lang.String INSERT_CHECK
public static polyglot.frontend.goals.Goal singleton(polyglot.frontend.ExtensionInfo extInfo, java.lang.String filename)
public polyglot.frontend.Pass createPass(polyglot.frontend.ExtensionInfo extInfo)
createPass
in interface polyglot.frontend.goals.Goal
createPass
in class polyglot.frontend.goals.AbstractGoal
public java.util.Collection<polyglot.frontend.goals.Goal> prerequisiteGoals(polyglot.frontend.Scheduler scheduler)
prerequisiteGoals
in interface polyglot.frontend.goals.Goal
prerequisiteGoals
in class polyglot.frontend.goals.AbstractGoal