public static class IScope.ScopeLookupData
extends java.lang.Object
Constructor and Description |
---|
ScopeLookupData(char[] name,
IASTNode point) |
ScopeLookupData(char[] name,
IASTTranslationUnit tu) |
ScopeLookupData(IASTName name,
boolean resolve,
boolean prefixLookup) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.cdt.core.index.IIndexFileSet |
getIncludedFiles() |
org.eclipse.cdt.core.index.IIndex |
getIndex() |
char[] |
getLookupKey() |
IASTName |
getLookupName() |
IASTNode |
getLookupPoint() |
IASTTranslationUnit |
getTranslationUnit() |
boolean |
isIgnorePointOfDeclaration() |
boolean |
isPrefixLookup() |
boolean |
isResolve() |
void |
setIgnorePointOfDeclaration(boolean ignorePointOfDeclaration) |
void |
setLookupKey(char[] key) |
void |
setPrefixLookup(boolean prefixLookup) |
void |
setResolve(boolean resolve) |
public ScopeLookupData(IASTName name, boolean resolve, boolean prefixLookup)
public ScopeLookupData(char[] name, IASTNode point)
public ScopeLookupData(char[] name, IASTTranslationUnit tu)
public final void setPrefixLookup(boolean prefixLookup)
public final void setResolve(boolean resolve)
public final void setIgnorePointOfDeclaration(boolean ignorePointOfDeclaration)
public final void setLookupKey(char[] key)
public final char[] getLookupKey()
public final IASTNode getLookupPoint()
public final boolean isResolve()
public final boolean isPrefixLookup()
public final boolean isIgnorePointOfDeclaration()
public final org.eclipse.cdt.core.index.IIndexFileSet getIncludedFiles()
public final org.eclipse.cdt.core.index.IIndex getIndex()
public final IASTName getLookupName()
public IASTTranslationUnit getTranslationUnit()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.