Interface ScriptReaderOptions


public interface ScriptReaderOptions
An interface for script reader options. These influence reader/compiler behavior.
Author:
Matthew Tropiano
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets what to predefine in the preprocessor.
  • Method Details

    • getDefines

      String[] getDefines()
      Gets what to predefine in the preprocessor. This can affect what gets compiled and what doesn't. Must not return null.
      Returns:
      a list of defined tokens.