Eclipse CDT
7.0

Uses of Class
org.eclipse.cdt.core.dom.ast.IASTExpression.ValueCategory

Packages that use IASTExpression.ValueCategory
org.eclipse.cdt.core.dom.ast   
 

Uses of IASTExpression.ValueCategory in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTExpression.ValueCategory
 IASTExpression.ValueCategory IASTExpression.getValueCategory()
          Returns the value category of this expression.
static IASTExpression.ValueCategory IASTExpression.ValueCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IASTExpression.ValueCategory[] IASTExpression.ValueCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Eclipse CDT
7.0

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