org.finra.jtaf.core.parsing
Class StatementParser

java.lang.Object
  extended by org.finra.jtaf.core.parsing.StatementParser

public class StatementParser
extends Object

Responsible for parsing statement in test script.


Constructor Summary
StatementParser()
           
 
Method Summary
 InvocationList processStatementList(Element elem, MessageCollector mc)
           
 Object processString(Element elem, MessageCollector mc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementParser

public StatementParser()
Method Detail

processStatementList

public final InvocationList processStatementList(Element elem,
                                                 MessageCollector mc)
                                          throws ParsingException
Throws:
ParsingException

processString

public Object processString(Element elem,
                            MessageCollector mc)
                     throws ParsingException
Throws:
ParsingException


Copyright © 2014. All rights reserved.