|
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.ArtifactAnalysisBase
public abstract class ArtifactAnalysisBase
Base class for implementations of IArtifactAnalysis that handle C and
C++.
This class contains the getAST(ITranslationUnit) utility method, which returns an IASTTranslationUnit for an
ITranslationUnit.
| Constructor Summary | |
|---|---|
ArtifactAnalysisBase()
|
|
| Method Summary | |
|---|---|
protected IASTTranslationUnit |
getAST(ITranslationUnit tu)
Get AST from index, not full translation unti |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ptp.pldt.common.IArtifactAnalysis |
|---|
runArtifactAnalysis |
| Constructor Detail |
|---|
public ArtifactAnalysisBase()
| Method Detail |
|---|
protected IASTTranslationUnit getAST(ITranslationUnit tu)
tu - translation unit from which to get the AST
IASTTranslationUnit or null
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||