public class ScriptParser extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static ScriptParser |
createFromFile(Reader scriptReader,
String sourcePackage) |
static ScriptParser |
createFromScriptText(String script,
String sourcePackage) |
OALScripts |
parse() |
public static ScriptParser createFromFile(Reader scriptReader, String sourcePackage) throws IOException
IOExceptionpublic static ScriptParser createFromScriptText(String script, String sourcePackage) throws IOException
IOExceptionpublic OALScripts parse() throws IOException
IOExceptionpublic void close()
Copyright © 2022 The Apache Software Foundation. All rights reserved.