Package org.openl.rules.tbasic
Class RowParser
- java.lang.Object
-
- org.openl.rules.tbasic.RowParser
-
- All Implemented Interfaces:
IRowParser
public class RowParser extends Object implements IRowParser
-
-
Constructor Summary
Constructors Constructor Description RowParser(List<AlgorithmRow> rows, TableParserSpecificationBean[] specifications)
-
-
-
Constructor Detail
-
RowParser
public RowParser(List<AlgorithmRow> rows, TableParserSpecificationBean[] specifications)
-
-
Method Detail
-
parse
public List<AlgorithmTreeNode> parse() throws SyntaxNodeException
- Specified by:
parsein interfaceIRowParser- Throws:
SyntaxNodeException
-
-