public class RegisterDeclsGoal
extends polyglot.frontend.goals.Barrier
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<polyglot.types.FieldInstance,polyglot.ast.Node> |
decls |
Modifier | Constructor and Description |
---|---|
protected |
RegisterDeclsGoal(polyglot.frontend.Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<polyglot.types.FieldInstance,polyglot.ast.Node> |
decls() |
polyglot.frontend.goals.Goal |
goalForJob(polyglot.frontend.Job job) |
static RegisterDeclsGoal |
singleton(polyglot.frontend.ExtensionInfo extInfo) |
createPass, equals, hashCode, jobs, toString
protected RegisterDeclsGoal(polyglot.frontend.Scheduler scheduler)
public java.util.Map<polyglot.types.FieldInstance,polyglot.ast.Node> decls()
public polyglot.frontend.goals.Goal goalForJob(polyglot.frontend.Job job)
goalForJob
in class polyglot.frontend.goals.Barrier
public static RegisterDeclsGoal singleton(polyglot.frontend.ExtensionInfo extInfo)