Class ParsePosition
java.lang.Object
org.pentaho.reporting.libraries.formula.lvalues.ParsePosition
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParsePosition
public ParsePosition(int startLine, int startColumn, int endLine, int endColumn)
-
-
Method Details
-
getEndColumn
public int getEndColumn() -
getEndLine
public int getEndLine() -
getStartColumn
public int getStartColumn() -
getStartLine
public int getStartLine() -
toString
-