|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.visit.PrettyPrinter
polyglot.visit.Translator
jif.visit.JifTranslator
public class JifTranslator
The Jif translator is used to generate Java files from the current ASTs.
Field Summary |
---|
Fields inherited from class polyglot.visit.Translator |
---|
context, job, nf, outerClass, tf, ts |
Fields inherited from class polyglot.visit.PrettyPrinter |
---|
appendSemicolon, printType |
Constructor Summary | |
---|---|
JifTranslator(polyglot.frontend.Job job,
polyglot.types.TypeSystem ts,
polyglot.ast.NodeFactory nf,
polyglot.frontend.TargetFactory tf)
|
Method Summary | |
---|---|
protected boolean |
translateSource(polyglot.ast.SourceFile sfn)
|
Methods inherited from class polyglot.visit.Translator |
---|
context, context, copy, exports, job, nodeFactory, outerClass, print, setOuterClass, toString, translate, typeSystem, writeHeader |
Methods inherited from class polyglot.visit.PrettyPrinter |
---|
appendSemicolon, appendSemicolon, printAst, printType, printType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JifTranslator(polyglot.frontend.Job job, polyglot.types.TypeSystem ts, polyglot.ast.NodeFactory nf, polyglot.frontend.TargetFactory tf)
Method Detail |
---|
protected boolean translateSource(polyglot.ast.SourceFile sfn)
translateSource
in class polyglot.visit.Translator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |