| Package | Description | 
|---|---|
| org.jruby.internal.runtime.methods | |
| org.jruby.runtime.invokedynamic | 
| Modifier and Type | Field and Description | 
|---|---|
| static CallConfiguration | CallConfiguration. BACKTRACE_AND_SCOPEDeprecated.  | 
| static CallConfiguration | CallConfiguration. BACKTRACE_DUMMY_SCOPEDeprecated.  | 
| static CallConfiguration | CallConfiguration. BACKTRACE_ONLYDeprecated.  | 
| static CallConfiguration | CallConfiguration. FRAME_AND_DUMMY_SCOPEDeprecated.  | 
| static CallConfiguration | CallConfiguration. FRAME_AND_SCOPEDeprecated.  | 
| static CallConfiguration | CallConfiguration. FRAME_ONLYDeprecated.  | 
| static CallConfiguration | CallConfiguration. NO_FRAME_DUMMY_SCOPEDeprecated.  | 
| static CallConfiguration | CallConfiguration. NO_FRAME_NO_SCOPEDeprecated.  | 
| static CallConfiguration | CallConfiguration. SCOPE_ONLYDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| CallConfiguration | DynamicMethod. getCallConfig()Deprecated.  | 
| static CallConfiguration | CallConfiguration. getCallConfig(boolean frame,
             boolean scope)Given a frame and scope requirement, return the name of the appropriate CallConfiguration. | 
| static CallConfiguration | CallConfiguration. getCallConfig(boolean frame,
             boolean scope,
             boolean backtrace)Deprecated.  | 
| static CallConfiguration | CallConfiguration. getCallConfigByAnno(JRubyMethod anno)Produce a CallConfiguration name that represents what must be prepared around calls to
 the method with this annotation. | 
| static CallConfiguration | CallConfiguration. getCallerCallConfigByAnno(JRubyMethod jrubyMethod)Produce a CallConfiguration that represents what *caller* methods must prepare for
 the method with this annotation. | 
| CallConfiguration | JavaMethod. getCallerRequirement()Deprecated.  | 
| static CallConfiguration | CallConfiguration. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CallConfiguration[] | CallConfiguration. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | InvocationMethodFactory. getPostMethod(CallConfiguration callConfig) | 
| void | JavaMethod. init(RubyModule implementationClass,
    Arity arity,
    Visibility visibility,
    StaticScope staticScope,
    CallConfiguration callConfig)Deprecated.  | 
| protected void | DynamicMethod. init(RubyModule implementationClass,
    Visibility visibility,
    CallConfiguration callConfig)Deprecated.  | 
| void | UndefinedMethod. setCallConfig(CallConfiguration callConfig)Dummy implementation of setCallConfig that does nothing. | 
| void | NullMethod. setCallConfig(CallConfiguration callConfig)Dummy implementation of setCallConfig that does nothing. | 
| void | DynamicMethod. setCallConfig(CallConfiguration callConfig)Deprecated.  | 
| void | JavaMethod. setCallerRequirement(CallConfiguration callerRequirement)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.invoke.MethodHandle | InvocationLinker. getFramePost(com.headius.invokebinder.Signature signature,
            CallConfiguration callConfig) | 
| static java.lang.invoke.MethodHandle | InvocationLinker. getFramePre(com.headius.invokebinder.Signature signature,
           CallConfiguration callConfig,
           RubyModule implClass,
           String name,
           StaticScope scope) | 
| static java.lang.invoke.MethodHandle | InvocationLinker. wrapWithFraming(com.headius.invokebinder.Signature signature,
               CallConfiguration callConfig,
               RubyModule implClass,
               String name,
               java.lang.invoke.MethodHandle nativeTarget,
               StaticScope scope) | 
Copyright © 2001-2015 JRuby. All Rights Reserved.