public class MibFileRef extends FileLocation
Modifier and Type | Field and Description |
---|---|
protected int |
lineCommentStart
The line number for the initial (prefixing) comment.
|
protected int |
lineEnd
The line number for the last line of the symbol declaration.
|
column, file, line
Constructor and Description |
---|
MibFileRef()
Creates a void MIB file reference.
|
MibFileRef(java.io.File file,
int line,
int column)
Creates a new MIB file reference.
|
getColumnNumber, getFile, getLineNumber, readLine
protected int lineCommentStart
protected int lineEnd
public MibFileRef()
public MibFileRef(java.io.File file, int line, int column)
file
- the file nameline
- the start line numbercolumn
- the start column number