public interface CompilerCommandPlugin
java.lang.Compiler.command(Object). Use
RuntimeSupport.addCommandPlugin(CompilerCommandPlugin) to register a new command binding.| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Object[] args)
Exercises the functionality represented by this plugin.
|
String |
name()
Gets the name of this plugin.
|