Class Parser
- java.lang.Object
-
- org.wso2.carbon.module.csv.util.parser.Parser
-
public class Parser extends Object
Column selection expression parser.
-
-
Constructor Summary
Constructors Constructor Description Parser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>parseAndGetValues(List<Token> tokens, int maxValue)Parse and get indices.
-