Package | Description |
---|---|
org.eclipse.ptp.pldt.common |
Modifier and Type | Method and Description |
---|---|
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)
|
Constructor and Description |
---|
Artifact(String fileName,
int line,
int column,
String shortName,
SourceInfo sourceInfo)
Create an Artifact to keep track of an something found in a file.
|
Artifact(String fileName,
int line,
int column,
String shortName,
String desc,
boolean ignore,
String primaryFileName,
SourceInfo sourceInfo)
Create an artifact to keep track of something in a file, including file name
|
Artifact(String fileName,
int line,
int column,
String shortName,
String desc,
SourceInfo sourceInfo,
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.