tigase.test.util
Class ScriptParser

java.lang.Object
  extended by tigase.test.util.ScriptParser

public class ScriptParser
extends Object

Describe class ScriptParser here. Created: Sat May 28 07:47:46 2005

Version:
$Rev: 135 $
Author:
Artur Hefczyc

Nested Class Summary
static class ScriptParser.State
           
 
Constructor Summary
ScriptParser(String script, ParserHandler handler)
          Creates a new ScriptParser instance.
 
Method Summary
protected  void error(int line, int pos, String msg)
           
 void parseScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptParser

public ScriptParser(String script,
                    ParserHandler handler)
Creates a new ScriptParser instance.

Method Detail

error

protected void error(int line,
                     int pos,
                     String msg)

parseScript

public void parseScript()
                 throws IOException
Throws:
IOException


Copyright © 2005-2012 Tigase. All Rights Reserved.