Class SourceExecutableScript

Direct Known Subclasses:
ResourceExecutableScript

public class SourceExecutableScript extends CompiledExecutableScript
A script which is provided as source code.
Author:
Daniel Meyer
  • Field Details

    • scriptSource

      protected String scriptSource
      The source of the script.
    • shouldBeCompiled

      protected boolean shouldBeCompiled
      Flag to signal if the script should be compiled
  • Constructor Details

    • SourceExecutableScript

      public SourceExecutableScript(String language, String source)
  • Method Details