PTP
Release 7.0

Uses of Class
org.eclipse.ptp.pldt.common.util.SourceInfo

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(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.
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.