public static enum GlobalBuiltins.GlobalShellBuiltins.GlobalShell extends Enum<GlobalBuiltins.GlobalShellBuiltins.GlobalShell> implements BuiltinEnum<GlobalBuiltins.GlobalShellBuiltins.GlobalShell>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
quit |
read |
readbuffer |
readline |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
static GlobalBuiltins.GlobalShellBuiltins.GlobalShell |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalBuiltins.GlobalShellBuiltins.GlobalShell[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfargs, asEnum, createNode, getECMAScriptVersion, getKey, getName, isAnnexB, isAOTSupported, isConfigurable, isConstructor, isEnabled, isEnumerable, isGetter, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final GlobalBuiltins.GlobalShellBuiltins.GlobalShell quit
public static final GlobalBuiltins.GlobalShellBuiltins.GlobalShell readline
public static final GlobalBuiltins.GlobalShellBuiltins.GlobalShell read
public static final GlobalBuiltins.GlobalShellBuiltins.GlobalShell readbuffer
public static GlobalBuiltins.GlobalShellBuiltins.GlobalShell[] values()
public static GlobalBuiltins.GlobalShellBuiltins.GlobalShell 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 int getLength()
getLength in interface BuiltinEnum<GlobalBuiltins.GlobalShellBuiltins.GlobalShell>