public static enum Expr.ExprKindCase extends Enum<Expr.ExprKindCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CALL_EXPR |
COMPREHENSION_EXPR |
CONST_EXPR |
EXPRKIND_NOT_SET |
IDENT_EXPR |
LIST_EXPR |
SELECT_EXPR |
STRUCT_EXPR |
| Modifier and Type | Method and Description |
|---|---|
static Expr.ExprKindCase |
forNumber(int value) |
int |
getNumber() |
static Expr.ExprKindCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Expr.ExprKindCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Expr.ExprKindCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Expr.ExprKindCase CONST_EXPR
public static final Expr.ExprKindCase IDENT_EXPR
public static final Expr.ExprKindCase SELECT_EXPR
public static final Expr.ExprKindCase CALL_EXPR
public static final Expr.ExprKindCase LIST_EXPR
public static final Expr.ExprKindCase STRUCT_EXPR
public static final Expr.ExprKindCase COMPREHENSION_EXPR
public static final Expr.ExprKindCase EXPRKIND_NOT_SET
public static Expr.ExprKindCase[] values()
for (Expr.ExprKindCase c : Expr.ExprKindCase.values()) System.out.println(c);
public static Expr.ExprKindCase 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 null@Deprecated public static Expr.ExprKindCase valueOf(int value)
forNumber(int) instead.public static Expr.ExprKindCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018–2021 The Envoy Project. All rights reserved.