public static enum ReferenceConstructorExpr.KeywordKind extends Enum<ReferenceConstructorExpr.KeywordKind>
| Modifier and Type | Method and Description |
|---|---|
static ReferenceConstructorExpr.KeywordKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceConstructorExpr.KeywordKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceConstructorExpr.KeywordKind THIS
public static final ReferenceConstructorExpr.KeywordKind SUPER
public static ReferenceConstructorExpr.KeywordKind[] values()
for (ReferenceConstructorExpr.KeywordKind c : ReferenceConstructorExpr.KeywordKind.values()) System.out.println(c);
public static ReferenceConstructorExpr.KeywordKind 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 © 2022 Google LLC. All rights reserved.