public interface CompilerAdapter<T extends BinaryCompileSpec> extends Compiler
Named.Namer| Modifier and Type | Method and Description |
|---|---|
Compiler<T> |
createCompiler(Binary binary)
Creates a compiler which can compile the given binary.
|
boolean |
isAvailable()
Returns true if this compiler is available.
|
Compiler<T> createCompiler(Binary binary)
isAvailable() has returned true.boolean isAvailable()
Copyright © 2013. All rights reserved