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 TypeMethodDescriptionvoidScriptEngine.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. -
Uses of SyntaxError in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that throw SyntaxErrorModifier and TypeMethodDescriptionvoidScriptAgent.checkSyntax(@NotNull String source) Verifies the syntax of a script.