Uses of Class
de.espirit.firstspirit.access.script.SyntaxError
Packages that use SyntaxError
-
Uses of SyntaxError in de.espirit.firstspirit.access.script
Methods in de.espirit.firstspirit.access.script that throw SyntaxErrorModifier and TypeMethodDescriptionvoid
ScriptEngine.checkSyntax
(String scriptSource) Allows to check the syntax of the given script source code.ScriptEngine.getExecutable
(String scriptSource) Creates an executable from the given script source code.