|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceInfo | |
|---|---|
| org.eclipse.ptp.pldt.common | |
| Uses of SourceInfo in org.eclipse.ptp.pldt.common |
|---|
| Methods in org.eclipse.ptp.pldt.common that return SourceInfo | |
|---|---|
SourceInfo |
IArtifact.getSourceInfo()
Get detail info on source code location of artifact |
SourceInfo |
Artifact.getSourceInfo()
Get detailed location info on where the artifact is located in the file (more than just line number, for example) |
| Constructors in org.eclipse.ptp.pldt.common with parameters of type SourceInfo | |
|---|---|
Artifact(java.lang.String fileName,
int line,
int column,
java.lang.String shortName,
SourceInfo sourceInfo)
Create an Artifact to keep track of an something found in a file. |
|
Artifact(java.lang.String fileName,
int line,
int column,
java.lang.String shortName,
java.lang.String desc,
boolean ignore,
java.lang.String primaryFileName,
SourceInfo sourceInfo)
Create an artifact to keep track of something in a file, including file name |
|
Artifact(java.lang.String fileName,
int line,
int column,
java.lang.String shortName,
java.lang.String desc,
SourceInfo sourceInfo,
java.lang.Object artifactAssist)
Create an Artifact to keep track of an MPI function call (or similar item) in a file, including an object that may be an AST node for convenience. |
|
|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||