Package tigase.test.util
Class ScriptParser
- java.lang.Object
-
- tigase.test.util.ScriptParser
-
public class ScriptParser extends Object
Describe class ScriptParser here. Created: Sat May 28 07:47:46 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScriptParser.State
-
Constructor Summary
Constructors Constructor Description ScriptParser(String script, ParserHandler handler)Creates a newScriptParserinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiderror(int line, int pos, String msg)voidparseScript()
-
-
-
Constructor Detail
-
ScriptParser
public ScriptParser(String script, ParserHandler handler)
Creates a newScriptParserinstance.
-
-
Method Detail
-
error
protected void error(int line, int pos, String msg)
-
parseScript
public void parseScript() throws IOException- Throws:
IOException
-
-