|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.frontend.AbstractExtensionInfo
polyglot.frontend.ParserlessJLExtensionInfo
polyglot.frontend.JLExtensionInfo
public class JLExtensionInfo
This is the default ExtensionInfo
for the Java language.
Compilation passes and visitors:
Field Summary |
---|
Fields inherited from class polyglot.frontend.AbstractExtensionInfo |
---|
compiler, nf, scheduler, source_loader, stats, target_factory, ts |
Constructor Summary | |
---|---|
JLExtensionInfo()
|
Method Summary | |
---|---|
Parser |
parser(java.io.Reader reader,
FileSource source,
ErrorQueue eq)
Return a parser for source using the given
reader . |
Methods inherited from class polyglot.frontend.ParserlessJLExtensionInfo |
---|
compilerName, createNodeFactory, createScheduler, createTypeSystem, defaultFileExtension, getCompileGoal, initTypeSystem, jobExt, makeLoadedClassResolver, version |
Methods inherited from class polyglot.frontend.AbstractExtensionInfo |
---|
compiler, createClassFile, createFileSource, createOptions, defaultFileExtensions, fileExtensions, getOptions, getStats, initCompiler, nodeFactory, scheduler, sourceLoader, targetFactory, toString, typeSystem |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JLExtensionInfo()
Method Detail |
---|
public Parser parser(java.io.Reader reader, FileSource source, ErrorQueue eq)
source
using the given
reader
.
parser
in interface ExtensionInfo
parser
in class ParserlessJLExtensionInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |