protected static enum GraalImageCode.ImageCodeContextAction extends Enum<GraalImageCode.ImageCodeContextAction> implements PrivilegedAction<GraalImageCode>
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
GraalImageCode |
run() |
static GraalImageCode.ImageCodeContextAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraalImageCode.ImageCodeContextAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraalImageCode.ImageCodeContextAction INSTANCE
public static GraalImageCode.ImageCodeContextAction[] values()
for (GraalImageCode.ImageCodeContextAction c : GraalImageCode.ImageCodeContextAction.values()) System.out.println(c);
public static GraalImageCode.ImageCodeContextAction 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 nullpublic GraalImageCode run()
run
in interface PrivilegedAction<GraalImageCode>
Copyright © 2014–2022. All rights reserved.