public static class GavoCSVTableParser.RecursiveDescentParser extends Object
Constructor and Description |
---|
RecursiveDescentParser()
Creates a new instance of RecursiveDescentParser
|
RecursiveDescentParser(String line)
Creates a new instance of RecursiveDescentParser
|
Modifier and Type | Method and Description |
---|---|
String |
getDelimiter()
Getter for property delimiter.
|
String |
getLine()
Getter for property line.
|
List<String> |
parse()
Parses a line previously set
|
List<String> |
parse(String line)
Parses the given line of text
|
void |
setDelimiter(String delimiter)
Setter for property delimiter.
|
void |
setLine(String line)
Setter for property line.
|
public RecursiveDescentParser()
public RecursiveDescentParser(String line)
line
- the line to parsepublic void setDelimiter(String delimiter)
delimiter
- New value of property delimiter.public String getDelimiter()
public void setLine(String line)
line
- New value of property line.public String getLine()
public List<String> parse(String line)
line
- a String with delimiters and double quotespublic List<String> parse()
setLine(java.lang.String)
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.