org.pentaho.reporting.libraries.formula.lvalues
public class ParsePosition extends Object implements Serializable
| Constructor Summary | |
|---|---|
| ParsePosition(int startLine, int startColumn, int endLine, int endColumn) | |
| Method Summary | |
|---|---|
| int | getEndColumn() |
| int | getEndLine() |
| int | getStartColumn() |
| int | getStartLine() |
| String | toString() |