org.eclipse.xtend.backend.compiler.templates.backend
Class BackendJavaCompilerFacade

java.lang.Object
  extended by org.eclipse.xtend.backend.compiler.AbstractBackendCompilerFacade
      extended by org.eclipse.xtend.backend.compiler.templates.backend.BackendJavaCompilerFacade
All Implemented Interfaces:
BackendCompilerFacade

public class BackendJavaCompilerFacade
extends AbstractBackendCompilerFacade


Field Summary
 
Fields inherited from class org.eclipse.xtend.backend.compiler.AbstractBackendCompilerFacade
_languageHandlers, _typeSystem
 
Constructor Summary
BackendJavaCompilerFacade(BackendTypesystem typeSystem)
           
 
Method Summary
protected  void compileInternal(FdcHolder fdcs, BackendTypesystem bts, java.lang.String contributorNamespace, java.lang.String contributorName, java.lang.String outputDir, java.lang.String fileEncoding)
           
 
Methods inherited from class org.eclipse.xtend.backend.compiler.AbstractBackendCompilerFacade
compile, createMiddleEnd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackendJavaCompilerFacade

public BackendJavaCompilerFacade(BackendTypesystem typeSystem)
Method Detail

compileInternal

protected void compileInternal(FdcHolder fdcs,
                               BackendTypesystem bts,
                               java.lang.String contributorNamespace,
                               java.lang.String contributorName,
                               java.lang.String outputDir,
                               java.lang.String fileEncoding)
Specified by:
compileInternal in class AbstractBackendCompilerFacade