public interface CompilerToolkit
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the toolkit name.
|
CompilerConfiguration |
newConfiguration()
Creates a new configurations.
|
FlowPortMap |
newFlowPortMap()
Creates a new flow I/O port map for the compiler.
|
CompilerSession |
newSession(CompilerConfiguration configuration)
Creates a new compiling session.
|
String getName()
FlowPortMap newFlowPortMap()
CompilerConfiguration newConfiguration()
CompilerSession newSession(CompilerConfiguration configuration) throws IOException
configuration
- the compiler configurationIOException
- if I/O error was occurred while starting the sessionCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.