Serializable, Comparable<TypeExprNode.TypeOperator>public static enum TypeExprNode.TypeOperator extends Enum<TypeExprNode.TypeOperator>
| Enum Constant | Description |
|---|---|
CAST |
|
CASTABLE |
|
INSTANCEOF |
|
TREAT |
| Modifier and Type | Method | Description |
|---|---|---|
static TypeExprNode.TypeOperator |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TypeExprNode.TypeOperator[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeExprNode.TypeOperator TREAT
public static final TypeExprNode.TypeOperator CASTABLE
public static final TypeExprNode.TypeOperator CAST
public static final TypeExprNode.TypeOperator INSTANCEOF
public static TypeExprNode.TypeOperator[] values()
for (TypeExprNode.TypeOperator c : TypeExprNode.TypeOperator.values()) System.out.println(c);
public static TypeExprNode.TypeOperator 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 © 2019 Apache Software Foundation. All Rights Reserved.