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