* the scope of the name will be ignored and the parser will match names only by name
* @param rowIndex - the related cell's row index in 0-based form (-1 if the formula is not cell related)
* used to handle structured references that have the "#This Row" quantifier.
- * Use rowIndex=-1 or {@link #parseStructuredReference(String, FormulaParsingWorkbook, int, int) if formula
+ * Use rowIndex=-1 or {@link #parseStructuredReference(String, FormulaParsingWorkbook, int, int)} if formula
* does not contain structured references.
*
* @return array of parsed tokens
* Table1[ [col1]:[col2] ]
* </pre>
* @param tableName
- * @return
+ * @return Area Reference for the given table
*/
private ParseNode parseStructuredReference(String tableName) {
/**
* Tries to parse the next as column - can contain whitespace
* Caller should save pointer.
- * @return
*/
private String parseAsColumnQuantifier() {
if ( look != '[') {
/**
* Tries to parse the next as special quantifier
* Caller should save pointer.
- * @return
*/
private String parseAsSpecialQuantifier(){
if ( look != '[') {