|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_bremen.st.rcf.model.Entry
de.uni_bremen.st.rcf.model.SourcePosition
public final class SourcePosition
Method Summary | |
---|---|
int |
getColumn()
Get the column value. |
int |
getColumn(int defaultValue)
Get the column value. |
File |
getFile()
Get the file value. |
File |
getFile(File defaultValue)
Get the file value. |
int |
getLine()
Get the line value. |
int |
getLine(int defaultValue)
Get the line value. |
int |
getOffset()
Get the offset value. |
int |
getOffset(int defaultValue)
Get the offset value. |
Relation<SourcePosition> |
getRelation()
Get the relation this entry belongs to |
boolean |
isColumnSet()
Tells wether the column value is set or not. |
boolean |
isFileSet()
Tells wether the file value is set or not. |
boolean |
isLineSet()
Tells wether the line value is set or not. |
boolean |
isOffsetSet()
Tells wether the offset value is set or not. |
void |
setColumn(int i)
Set the column value. |
void |
setFile(File entry)
Set the file value. |
void |
setLine(int i)
Set the line value. |
void |
setOffset(int i)
Set the offset value. |
Methods inherited from class de.uni_bremen.st.rcf.model.Entry |
---|
copy, equals, getBool, getBool, getBool, getBool, getBoolList, getBoolList, getEntry, getEntry, getEntry, getEntry, getEntryList, getEntryList, getEntryType, getFloat, getFloat, getFloat, getFloat, getFloatList, getFloatList, getId, getInt, getInt, getInt, getInt, getIntList, getIntList, getString, getString, getString, getString, getStringList, getStringList, hashCode, isSet, isSet, setBool, setBool, setEntry, setEntry, setFloat, setFloat, setInt, setInt, setString, setString, store, unset, unset |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Relation<SourcePosition> getRelation()
Entry
getRelation
in class Entry
public File getFile()
public File getFile(File defaultValue)
public void setFile(File entry)
f
- the valuepublic boolean isFileSet()
public int getLine()
public int getLine(int defaultValue)
public void setLine(int i)
i
- the valuepublic boolean isLineSet()
public int getColumn()
public int getColumn(int defaultValue)
public void setColumn(int i)
i
- the valuepublic boolean isColumnSet()
public int getOffset()
public int getOffset(int defaultValue)
public void setOffset(int i)
i
- the valuepublic boolean isOffsetSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |