|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpolyglot.frontend.AbstractPass
polyglot.frontend.passes.ClassFilePass
polyglot.frontend.passes.TypeExistsPass
public class TypeExistsPass
| Field Summary | |
|---|---|
protected TypeExists |
goal
|
protected Scheduler |
scheduler
|
protected TypeSystem |
ts
|
| Fields inherited from class polyglot.frontend.AbstractPass |
|---|
exclusive_time, inclusive_time |
| Constructor Summary | |
|---|---|
TypeExistsPass(Scheduler scheduler,
TypeSystem ts,
TypeExists goal)
|
|
| Method Summary | |
|---|---|
boolean |
run()
Run the pass, returning true on success. |
| Methods inherited from class polyglot.frontend.AbstractPass |
|---|
exclusiveTime, goal, inclusiveTime, name, resetTimers, toggleTimers, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Scheduler scheduler
protected TypeExists goal
protected TypeSystem ts
| Constructor Detail |
|---|
public TypeExistsPass(Scheduler scheduler,
TypeSystem ts,
TypeExists goal)
| Method Detail |
|---|
public boolean run()
AbstractPass
run in interface Passrun in class AbstractPass
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||