Package bsh

Class PreparsedScript

java.lang.Object
bsh.PreparsedScript

public class PreparsedScript extends Object
With this class the script source is only parsed once and the resulting AST is used for every invocation. This class is designed to be thread-safe.