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