|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.frontend.AbstractPass
polyglot.frontend.OutputPass
public class OutputPass
An output pass generates output code from the processed AST.
Field Summary | |
---|---|
protected Translator |
translator
|
Fields inherited from class polyglot.frontend.AbstractPass |
---|
exclusive_time, goal, inclusive_time |
Constructor Summary | |
---|---|
OutputPass(Goal goal,
Translator translator)
Create a Translator. |
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 Translator translator
Constructor Detail |
---|
public OutputPass(Goal goal, Translator translator)
outputFiles
.
Method Detail |
---|
public boolean run()
AbstractPass
run
in interface Pass
run
in class AbstractPass
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |