Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
ICPPASTNaryTypeIdExpression.Operator |
ICPPASTNaryTypeIdExpression.getOperator()
Returns the operator of the expression.
|
static ICPPASTNaryTypeIdExpression.Operator |
ICPPASTNaryTypeIdExpression.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICPPASTNaryTypeIdExpression.Operator[] |
ICPPASTNaryTypeIdExpression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ICPPASTNaryTypeIdExpression |
ICPPNodeFactory.newNaryTypeIdExpression(ICPPASTNaryTypeIdExpression.Operator operator,
ICPPASTTypeId[] operands) |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.