Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IValue

Packages that use IValue
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of IValue in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IValue
 IValue IParameter.getInitialValue()
          Inherited from IVariable, always returns null.
 IValue IVariable.getInitialValue()
          Returns the value for a variable with an initializer, or null otherwise.
 IValue IEnumerator.getValue()
          Returns the value assigned to this enumerator.
 

Uses of IValue in org.eclipse.cdt.core.dom.ast.cpp
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return IValue
 IValue ICPPTemplateArgument.getNonTypeValue()
          If this is a non-type value (suitable for a template non-type parameters), the value is returned.
 


Eclipse CDT
Pre-release 3.0

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