Interface CompilerOptions

All Known Implementing Classes:
DefaultCompilerOptions

public interface CompilerOptions
Allows options to be set to control the compilation of a specific RootNode, without creating a dependency on the specific compiler used. Options can be tested for support before setting.
  • Method Details

    • supportsOption

      boolean supportsOption(String name)
    • setOption

      void setOption(String name, Object value)