Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast |
Modifier and Type | Method and Description |
---|---|
IASTExpression.ValueCategory |
IASTExpression.getValueCategory()
Returns the value category of this expression.
|
static IASTExpression.ValueCategory |
IASTExpression.ValueCategory.valueOf(java.lang.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.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.