| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.cpp |
| Modifier and Type | Method and Description |
|---|---|
IASTBinaryTypeIdExpression.Operator |
IASTBinaryTypeIdExpression.getOperator()
Returns the operator for the expression.
|
static IASTBinaryTypeIdExpression.Operator |
IASTBinaryTypeIdExpression.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IASTBinaryTypeIdExpression.Operator[] |
IASTBinaryTypeIdExpression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IASTBinaryTypeIdExpression.setOperator(IASTBinaryTypeIdExpression.Operator value)
Sets the operator for the expression.
|
| Modifier and Type | Method and Description |
|---|---|
IASTExpression |
ICPPNodeFactory.newBinaryTypeIdExpression(IASTBinaryTypeIdExpression.Operator op,
IASTTypeId type1,
IASTTypeId type2) |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.