|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CallConfiguration>
org.jruby.internal.runtime.methods.CallConfiguration
public enum CallConfiguration
Field Summary | |
---|---|
static CallConfiguration |
BACKTRACE_AND_SCOPE
Deprecated. |
static CallConfiguration |
BACKTRACE_DUMMY_SCOPE
Deprecated. |
static CallConfiguration |
BACKTRACE_ONLY
Deprecated. |
static CallConfiguration |
FRAME_AND_DUMMY_SCOPE
Deprecated. |
static CallConfiguration |
FRAME_AND_SCOPE
Deprecated. |
static CallConfiguration |
FRAME_ONLY
Deprecated. |
static CallConfiguration |
NO_FRAME_DUMMY_SCOPE
Deprecated. |
static CallConfiguration |
NO_FRAME_NO_SCOPE
Deprecated. |
static CallConfiguration |
SCOPE_ONLY
Deprecated. |
Method Summary | |
---|---|
Framing |
framing()
|
static CallConfiguration |
getCallConfig(boolean frame,
boolean scope,
boolean backtrace)
|
static CallConfiguration |
getCallConfigByAnno(JRubyMethod anno)
|
Scoping |
scoping()
|
static CallConfiguration |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CallConfiguration[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CallConfiguration FrameFullScopeFull
public static final CallConfiguration FrameFullScopeDummy
public static final CallConfiguration FrameFullScopeNone
public static final CallConfiguration FrameBacktraceScopeFull
public static final CallConfiguration FrameBacktraceScopeDummy
public static final CallConfiguration FrameBacktraceScopeNone
public static final CallConfiguration FrameNoneScopeFull
public static final CallConfiguration FrameNoneScopeDummy
public static final CallConfiguration FrameNoneScopeNone
Field Detail |
---|
@Deprecated public static final CallConfiguration FRAME_AND_SCOPE
@Deprecated public static final CallConfiguration FRAME_AND_DUMMY_SCOPE
@Deprecated public static final CallConfiguration FRAME_ONLY
@Deprecated public static final CallConfiguration BACKTRACE_AND_SCOPE
@Deprecated public static final CallConfiguration BACKTRACE_DUMMY_SCOPE
@Deprecated public static final CallConfiguration BACKTRACE_ONLY
@Deprecated public static final CallConfiguration SCOPE_ONLY
@Deprecated public static final CallConfiguration NO_FRAME_DUMMY_SCOPE
@Deprecated public static final CallConfiguration NO_FRAME_NO_SCOPE
Method Detail |
---|
public static CallConfiguration[] values()
for (CallConfiguration c : CallConfiguration.values()) System.out.println(c);
public static CallConfiguration valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static CallConfiguration getCallConfigByAnno(JRubyMethod anno)
public static CallConfiguration getCallConfig(boolean frame, boolean scope, boolean backtrace)
public final Framing framing()
public final Scoping scoping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |