public static enum RuntimeHelperCall.Methods extends Enum<RuntimeHelperCall.Methods>
Modifier and Type | Method and Description |
---|---|
static RuntimeHelperCall.Methods |
fromOrdinal(int value) |
static RuntimeHelperCall.Methods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeHelperCall.Methods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeHelperCall.Methods HANDLE_PROPAGATED_BREAK
public static final RuntimeHelperCall.Methods HANDLE_NONLOCAL_RETURN
public static final RuntimeHelperCall.Methods HANDLE_BREAK_AND_RETURNS_IN_LAMBDA
public static final RuntimeHelperCall.Methods IS_DEFINED_BACKREF
public static final RuntimeHelperCall.Methods IS_DEFINED_NTH_REF
public static final RuntimeHelperCall.Methods IS_DEFINED_GLOBAL
public static final RuntimeHelperCall.Methods IS_DEFINED_INSTANCE_VAR
public static final RuntimeHelperCall.Methods IS_DEFINED_CLASS_VAR
public static final RuntimeHelperCall.Methods IS_DEFINED_SUPER
public static final RuntimeHelperCall.Methods IS_DEFINED_METHOD
public static final RuntimeHelperCall.Methods IS_DEFINED_CALL
public static final RuntimeHelperCall.Methods IS_DEFINED_CONSTANT_OR_METHOD
public static final RuntimeHelperCall.Methods MERGE_KWARGS
public static final RuntimeHelperCall.Methods RESTORE_EXCEPTION_VAR
public static RuntimeHelperCall.Methods[] values()
for (RuntimeHelperCall.Methods c : RuntimeHelperCall.Methods.values()) System.out.println(c);
public static RuntimeHelperCall.Methods 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 static RuntimeHelperCall.Methods fromOrdinal(int value)
Copyright © 2001-2016 JRuby. All Rights Reserved.