|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.pldt.common.util.SourceInfo
public class SourceInfo
Class encapsulates locational information for creating markers representing Artifacts.
| Constructor Summary | |
|---|---|
SourceInfo()
explicit default constructor with no info; assumed to be filled in with set methods. |
|
SourceInfo(int startLine,
int start,
int end,
int construct)
ctor with info already filled in |
|
| Method Summary | |
|---|---|
int |
getConstructType()
|
int |
getEnd()
|
int |
getStart()
|
int |
getStartingLine()
|
void |
setConstructType(int constructType)
|
void |
setEnd(int end)
|
void |
setStart(int start)
|
void |
setStartingLine(int startingLine)
|
java.lang.String |
toString()
A string representation of the object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SourceInfo()
public SourceInfo(int startLine,
int start,
int end,
int construct)
| Method Detail |
|---|
public int getEnd()
public void setEnd(int end)
end - The end to set.public int getStart()
public void setStart(int start)
start - The start to set.public int getStartingLine()
public void setStartingLine(int startingLine)
startingLine - The startingLine to set.public int getConstructType()
public void setConstructType(int constructType)
constructType - The constructType to set.public java.lang.String toString()
toString in class java.lang.Object
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||