Uses of Interface
org.eclipse.cdt.internal.core.envvar.IEnvironmentContextInfo

Packages that use IEnvironmentContextInfo
org.eclipse.cdt.internal.core.envvar   
 

Uses of IEnvironmentContextInfo in org.eclipse.cdt.internal.core.envvar
 

Classes in org.eclipse.cdt.internal.core.envvar that implement IEnvironmentContextInfo
 class DefaultEnvironmentContextInfo
          The default implementation of the IContextInfo used by the Environment Variable Provider Used to represent the Configuration, Project, Workspace and Eclipse environment contexts
 

Methods in org.eclipse.cdt.internal.core.envvar that return IEnvironmentContextInfo
static IEnvironmentContextInfo[] EnvironmentVariableManager.getAllContextInfos(IEnvironmentContextInfo contextInfo)
           
 IEnvironmentContextInfo EnvVarDescriptor.getContextInfo()
           
 IEnvironmentContextInfo EnvironmentVariableManager.getContextInfo(java.lang.Object level)
           
 IEnvironmentContextInfo ContributedEnvironment.getContextInfo(java.lang.Object context)
           
 IEnvironmentContextInfo IEnvironmentContextInfo.getNext()
          Returns the next lower-precedence context
 IEnvironmentContextInfo DefaultEnvironmentContextInfo.getNext()
           
 

Methods in org.eclipse.cdt.internal.core.envvar with parameters of type IEnvironmentContextInfo
 void EnvVarCollector.add(IEnvironmentVariable[] vars, IEnvironmentContextInfo info, int num, ICoreEnvironmentVariableSupplier supplier)
           
 IEnvironmentVariable EnvironmentVariableManager.calculateResolvedVariable(EnvVarDescriptor des, IEnvironmentContextInfo info)
           
 boolean EnvironmentVariableManager.checkParentContextRelation(IEnvironmentContextInfo child, IEnvironmentContextInfo parent)
           
static IEnvironmentContextInfo[] EnvironmentVariableManager.getAllContextInfos(IEnvironmentContextInfo contextInfo)
           
static EnvVarDescriptor EnvironmentVariableManager.getVariable(java.lang.String variableName, IEnvironmentContextInfo contextInfo, boolean includeParentLevels)
           
static EnvVarCollector EnvironmentVariableManager.getVariables(IEnvironmentContextInfo contextInfo, boolean includeParentLevels)
           
 void EnvVarDescriptor.setContextInfo(IEnvironmentContextInfo contextInfo)
           
 

Constructors in org.eclipse.cdt.internal.core.envvar with parameters of type IEnvironmentContextInfo
EnvVarDescriptor(IEnvironmentVariable variable, IEnvironmentContextInfo contextInfo, int supplierNum, ICoreEnvironmentVariableSupplier supplier)