Uses of Class
org.eclipse.cdt.internal.core.envvar.EnvVarDescriptor

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

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

Methods in org.eclipse.cdt.internal.core.envvar that return EnvVarDescriptor
 EnvVarDescriptor EnvVarCollector.getVariable(java.lang.String name)
          Returns a variable of a given name held by this collector
static EnvVarDescriptor EnvironmentVariableManager.getVariable(java.lang.String variableName, IEnvironmentContextInfo contextInfo, boolean includeParentLevels)
           
 EnvVarDescriptor[] EnvVarCollector.getVariables()
          Returns an array of variables held by this collector The call to this method is equivalent of calling toArray(true)
 EnvVarDescriptor[] EnvVarCollector.toArray(boolean includeRemoved)
          Returns an array of variables held by this collector
 

Methods in org.eclipse.cdt.internal.core.envvar with parameters of type EnvVarDescriptor
 IEnvironmentVariable EnvironmentVariableManager.calculateResolvedVariable(EnvVarDescriptor des, IEnvironmentContextInfo info)
           
 IEnvironmentVariable EnvironmentVariableManager.calculateResolvedVariable(EnvVarDescriptor des, org.eclipse.cdt.utils.cdtvariables.IVariableSubstitutor sub)
           
 IEnvironmentVariable EnvironmentVariableManager.EnvVarVariableSubstitutor.resolveVariable(EnvVarDescriptor var)