public class ScriptParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptParser.State |
| Constructor and Description |
|---|
ScriptParser(String script,
ParserHandler handler)
Creates a new
ScriptParser instance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
error(int line,
int pos,
String msg) |
void |
parseScript() |
public ScriptParser(String script, ParserHandler handler)
ScriptParser instance.protected void error(int line,
int pos,
String msg)
public void parseScript()
throws IOException
IOExceptionCopyright © 2005–2019 "Tigase, Inc.". All rights reserved.