|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Visibility | |
---|---|
org.jruby | |
org.jruby.ast | |
org.jruby.internal.runtime.methods | |
org.jruby.runtime |
Uses of Visibility in org.jruby |
---|
Methods in org.jruby with parameters of type Visibility | |
---|---|
void |
RubyModule.defineFastMethod(java.lang.String name,
Callback method,
Visibility visibility)
|
void |
RubyModule.exportMethod(java.lang.String name,
Visibility visibility)
rb_export_method |
void |
RubyModule.setMethodVisibility(IRubyObject[] methods,
Visibility visibility)
set_method_visibility |
Uses of Visibility in org.jruby.ast |
---|
Methods in org.jruby.ast that return Visibility | |
---|---|
Visibility |
DefnNode.getVisibility()
Gets the visibility of the method. |
Constructors in org.jruby.ast with parameters of type Visibility | |
---|---|
DefnNode(ISourcePosition position,
ArgumentNode nameNode,
ArgsNode argsNode,
StaticScope scope,
Node bodyNode,
Visibility visibility)
|
Uses of Visibility in org.jruby.internal.runtime.methods |
---|
Fields in org.jruby.internal.runtime.methods declared as Visibility | |
---|---|
protected Visibility |
DynamicMethod.visibility
|
Methods in org.jruby.internal.runtime.methods that return Visibility | |
---|---|
Visibility |
DynamicMethod.getVisibility()
|
Methods in org.jruby.internal.runtime.methods with parameters of type Visibility | |
---|---|
DynamicMethod |
InvocationMethodFactory.getCompiledMethod(RubyModule implementationClass,
java.lang.String method,
Arity arity,
Visibility visibility,
StaticScope scope,
java.lang.Object scriptObject,
CallConfiguration callConfig)
Use code generation to provide a method handle for a compiled Ruby method. |
DynamicMethod |
ReflectionMethodFactory.getCompiledMethod(RubyModule implementationClass,
java.lang.String methodName,
Arity arity,
Visibility visibility,
StaticScope scope,
java.lang.Object scriptObject,
CallConfiguration callConfig)
Use reflection to provide a method handle for a compiled Ruby method. |
void |
DynamicMethod.setVisibility(Visibility visibility)
|
void |
UndefinedMethod.setVisibility(Visibility visibility)
|
Uses of Visibility in org.jruby.runtime |
---|
Methods in org.jruby.runtime that return Visibility | |
---|---|
Visibility |
ThreadContext.getCurrentVisibility()
|
Visibility |
ThreadContext.getLastVisibility()
|
Visibility |
ThreadContext.getPreviousVisibility()
|
Visibility |
Binding.getVisibility()
|
Visibility |
Frame.getVisibility()
Get the visibility at the time of this frame |
static Visibility |
Visibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.jruby.runtime with parameters of type Visibility | |
---|---|
abstract DynamicMethod |
MethodFactory.getCompiledMethod(RubyModule implementationClass,
java.lang.String method,
Arity arity,
Visibility visibility,
StaticScope scope,
java.lang.Object scriptObject,
CallConfiguration callConfig)
Get a new method handle based on the target JRuby-compiled method. |
static Block |
CompiledBlock.newCompiledClosure(IRubyObject self,
Frame frame,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope,
Arity arity,
StaticScope scope,
CompiledBlockCallback callback,
boolean hasMultipleArgsHead,
int argumentType)
|
static Block |
CompiledBlockLight.newCompiledClosureLight(IRubyObject self,
Frame frame,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope,
Arity arity,
StaticScope scope,
CompiledBlockCallback callback,
boolean hasMultipleArgsHead,
int argumentType)
|
static Block |
InterpretedBlock.newInterpretedClosure(IterNode iterNode,
IRubyObject self,
Arity arity,
Frame frame,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope)
|
void |
ThreadContext.setCurrentVisibility(Visibility visibility)
|
void |
ThreadContext.setLastVisibility(Visibility visibility)
|
void |
Binding.setVisibility(Visibility visibility)
|
void |
Frame.setVisibility(Visibility visibility)
Change the visibility associated with this frame |
Constructors in org.jruby.runtime with parameters of type Visibility | |
---|---|
Binding(IRubyObject self,
Frame frame,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |