Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bec8fbe92c
commit
937519fad5
@ -157,7 +157,7 @@ public final class FormulaParser {
|
|||||||
* the scope of the name will be ignored and the parser will match names only by name
|
* 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)
|
* @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.
|
* 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.
|
* does not contain structured references.
|
||||||
*
|
*
|
||||||
* @return array of parsed tokens
|
* @return array of parsed tokens
|
||||||
@ -605,7 +605,7 @@ public final class FormulaParser {
|
|||||||
* Table1[ [col1]:[col2] ]
|
* Table1[ [col1]:[col2] ]
|
||||||
* </pre>
|
* </pre>
|
||||||
* @param tableName
|
* @param tableName
|
||||||
* @return
|
* @return Area Reference for the given table
|
||||||
*/
|
*/
|
||||||
private ParseNode parseStructuredReference(String tableName) {
|
private ParseNode parseStructuredReference(String tableName) {
|
||||||
|
|
||||||
@ -810,7 +810,6 @@ public final class FormulaParser {
|
|||||||
/**
|
/**
|
||||||
* Tries to parse the next as column - can contain whitespace
|
* Tries to parse the next as column - can contain whitespace
|
||||||
* Caller should save pointer.
|
* Caller should save pointer.
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
private String parseAsColumnQuantifier() {
|
private String parseAsColumnQuantifier() {
|
||||||
if ( look != '[') {
|
if ( look != '[') {
|
||||||
@ -834,7 +833,6 @@ public final class FormulaParser {
|
|||||||
/**
|
/**
|
||||||
* Tries to parse the next as special quantifier
|
* Tries to parse the next as special quantifier
|
||||||
* Caller should save pointer.
|
* Caller should save pointer.
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
private String parseAsSpecialQuantifier(){
|
private String parseAsSpecialQuantifier(){
|
||||||
if ( look != '[') {
|
if ( look != '[') {
|
||||||
|
Loading…
Reference in New Issue
Block a user