Interface ScriptReaderOptions
public interface ScriptReaderOptions
An interface for script reader options.
These influence reader/compiler behavior.
- Author:
- Matthew Tropiano
-
Method Summary
-
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.
-