Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast
Class IScope.ScopeLookupData

java.lang.Object
  extended by org.eclipse.cdt.core.dom.ast.IScope.ScopeLookupData
Enclosing interface:
IScope

public static class IScope.ScopeLookupData
extends java.lang.Object

Since:
5.5

Constructor Summary
IScope.ScopeLookupData(char[] name, IASTNode point)
           
IScope.ScopeLookupData(IASTName name, boolean resolve, boolean prefixLookup)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IScope.ScopeLookupData

public IScope.ScopeLookupData(IASTName name,
                              boolean resolve,
                              boolean prefixLookup)

IScope.ScopeLookupData

public IScope.ScopeLookupData(char[] name,
                              IASTNode point)
Method Detail

setPrefixLookup

public void setPrefixLookup(boolean prefixLookup)

setResolve

public void setResolve(boolean resolve)

setIgnorePointOfDeclaration

public void setIgnorePointOfDeclaration(boolean ignorePointOfDeclaration)

setLookupKey

public void setLookupKey(char[] key)

getLookupKey

public char[] getLookupKey()

getLookupPoint

public IASTNode getLookupPoint()

isResolve

public boolean isResolve()

isPrefixLookup

public boolean isPrefixLookup()

isIgnorePointOfDeclaration

public boolean isIgnorePointOfDeclaration()

getIncludedFiles

public org.eclipse.cdt.core.index.IIndexFileSet getIncludedFiles()

getIndex

public org.eclipse.cdt.core.index.IIndex getIndex()

getLookupName

public IASTName getLookupName()

getTranslationUnit

public IASTTranslationUnit getTranslationUnit()

Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.