public class FormulaToken
extends Object
The token where the event took place in the Formula
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
void
void
void
-
Constructor Details
-
FormulaToken
public FormulaToken()
-
Method Details
-
-
getColumn
Get column
- Returns:
- column
-
setColumn
public void setColumn(Integer column)
-
-
getLine
Get line
- Returns:
- line
-
-
-
getText
Get text
- Returns:
- text
-
setText
public void setText(String text)
-
-
-