public class LocationReference
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Constructor and Description |
---|
LocationReference()
object holding identifers for a classifier reference
any field may be null
|
LocationReference(java.lang.String fn,
int ln)
object holding identifers for a classifier reference
any field may be null
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilename() |
int |
getLength() |
int |
getLine() |
int |
getOffset() |
void |
setFilename(java.lang.String in) |
void |
setLength(int length) |
void |
setLine(int in) |
void |
setOffset(int offset) |
public static final java.lang.String copyright
public LocationReference()
public LocationReference(java.lang.String fn, int ln)
public int getOffset()
public void setOffset(int offset)
public int getLength()
public void setLength(int length)
public void setFilename(java.lang.String in)
public void setLine(int in)
public java.lang.String getFilename()
public int getLine()