public interface SetLineColumn_ifc
ZbnfJavaOutput
to determine whether or not
a line and / or column information is necessary.Modifier and Type | Field and Description |
---|---|
static int |
mColumn |
static int |
mFile |
static int |
mLine |
Modifier and Type | Method and Description |
---|---|
void |
setLineColumnFile(int line,
int column,
java.lang.String sFile) |
int |
setLineColumnFileMode()
Returns wheter only the line or only the column should be set.
|
static final int mLine
static final int mColumn
static final int mFile
void setLineColumnFile(int line, int column, java.lang.String sFile)
int setLineColumnFileMode()