| Package | Description |
|---|---|
| org.eclipse.ptp.pldt.common |
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
Artifact.getSourceInfo()
Get detailed location info on where the artifact is located in the file (more than just line number, for example)
|
SourceInfo |
IArtifact.getSourceInfo()
Get detail info on source code location of artifact
|
| Constructor and Description |
|---|
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.
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.