public static enum ICPPASTNaryTypeIdExpression.Operator extends java.lang.Enum<ICPPASTNaryTypeIdExpression.Operator>
| Enum Constant and Description |
|---|
__is_constructible |
__is_trivially_constructible |
| Modifier and Type | Method and Description |
|---|---|
static ICPPASTNaryTypeIdExpression.Operator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICPPASTNaryTypeIdExpression.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICPPASTNaryTypeIdExpression.Operator __is_trivially_constructible
public static final ICPPASTNaryTypeIdExpression.Operator __is_constructible
public static ICPPASTNaryTypeIdExpression.Operator[] values()
for (ICPPASTNaryTypeIdExpression.Operator c : ICPPASTNaryTypeIdExpression.Operator.values()) System.out.println(c);
public static ICPPASTNaryTypeIdExpression.Operator valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright (c) IBM Corp. and others 2004, 2019. All Rights Reserved.