Class RuntimeCompilerConnector.ForeignCompilerWrapper

java.lang.Object
org.jrd.backend.communication.RuntimeCompilerConnector.ForeignCompilerWrapper
All Implemented Interfaces:
io.github.mkoncek.classpathless.api.ClasspathlessCompiler
Enclosing class:
RuntimeCompilerConnector

public static class RuntimeCompilerConnector.ForeignCompilerWrapper extends Object implements io.github.mkoncek.classpathless.api.ClasspathlessCompiler
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.github.mkoncek.classpathless.api.ClasspathlessCompiler

    io.github.mkoncek.classpathless.api.ClasspathlessCompiler.Arguments
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final DecompilerWrapper
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
    compileClass(io.github.mkoncek.classpathless.api.ClassesProvider provider, Optional<io.github.mkoncek.classpathless.api.MessagesListener> messagesConsumer, io.github.mkoncek.classpathless.api.IdentifiedSource... sources)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ForeignCompilerWrapper

      public ForeignCompilerWrapper(DecompilerWrapper currentDecompiler)
  • Method Details

    • compileClass

      public Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> compileClass(io.github.mkoncek.classpathless.api.ClassesProvider provider, Optional<io.github.mkoncek.classpathless.api.MessagesListener> messagesConsumer, io.github.mkoncek.classpathless.api.IdentifiedSource... sources)
      Specified by:
      compileClass in interface io.github.mkoncek.classpathless.api.ClasspathlessCompiler