Package org.openl.rules.tbasic
Interface IRowParser
-
- All Known Implementing Classes:
RowParser
public interface IRowParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AlgorithmTreeNode>parse()
-
-
-
Method Detail
-
parse
List<AlgorithmTreeNode> parse() throws SyntaxNodeException
- Throws:
SyntaxNodeException
-
-