public class Indicator extends Object
| Constructor and Description |
|---|
Indicator(int lineNumber,
Object hint,
int reason)
An error indicator that points to a given line number in the file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Returns the column number.
|
Object |
getHint()
Returns the error hint.
|
int |
getLineNumber()
Returns the line number.
|
int |
getReason()
Returns the error category.
|
public Indicator(int lineNumber,
Object hint,
int reason)
lineNumber - The line number that contains the error.hint - Part of the file that has the error.reason - The error category.public int getLineNumber()
public int getColumnNumber()
public Object getHint()
public int getReason()
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.