Method Summary |
|
final public ErrorReporter | getErrorReporter() |
final public int | getLanguageVersion() |
final public int | getOptimizationLevel() |
public void | initFromContext(Context cx) |
final public boolean | isAllowMemberExprAsFunctionName() |
final public boolean | isGenerateDebugInfo() |
public boolean | isGenerateObserverCount() |
final public boolean | isGeneratingSource() |
final public boolean | isReservedKeywordAsIdentifier() |
final public boolean | isStrictMode() |
final public boolean | isUseDynamicScope() |
final public boolean | isXmlAvailable() |
final public boolean | reportWarningAsError() |
public void | setAllowMemberExprAsFunctionName(boolean flag) |
public void | setErrorReporter(ErrorReporter errorReporter) |
public void | setGenerateDebugInfo(boolean flag) |
public void | setGenerateObserverCount(boolean generateObserverCount) Turn on or off generation of code with callbacks to
track the count of executed instructions.
Currently only affects JVM byte code generation: this slows down the
generated code, but code generated without the callbacks will not
be counted toward instruction thresholds. |
public void | setGeneratingSource(boolean generatingSource) Specify whether or not source information should be generated. |
public void | setLanguageVersion(int languageVersion) |
public void | setOptimizationLevel(int level) |
public void | setReservedKeywordAsIdentifier(boolean flag) |
public void | setXmlAvailable(boolean flag) |