jruby/docs BETA
Navigation
org.jruby.internal.runtime.methods 34
C AliasMethod
C AttrReaderMethod
C AttrWriterMethod
I CacheableMethod
E CallConfiguration
C CompiledIRMethod
C CompiledIRNoProtocolMethod
C DefineMethodMethod
C DelegatingDynamicMethod
C DescriptorInfo
C DumpingInvocationMethodFactory
C DynamicMethod
C ExitableReturn
E Framing
C HandleMethod
I IRMethodArgs
C InterpretedIRBodyMethod
C InterpretedIRMethod
C InvocationMethodFactory
C InvokeDynamicMethodFactory
C JavaMethod
I MethodArgs2
C MethodMethod
C MixedModeIRMethod
I NativeCallMethod
C NullMethod
C PartialDelegatingMethod
C ProcMethod
C ProfilingDynamicMethod
C RefinedMarker
C RefinedWrapper
E Scoping
C SynchronizedDynamicMethod
C UndefinedMethod
IRMethodArgs — members 3
M argument_descriptors() ArgumentDescriptor[]
C set_ruby2_keywords()
M signature() Signature

org.jruby.internal.runtime.methods.IRMethodArgs

interface abstract 3 members

Represents a method object that can return a Signature and an array of ArgumentDescriptors.

Instance Methods

argument_descriptors

ArgumentDescriptor[] argument_descriptors ( )
Java: getArgumentDescriptors() · also: get_argument_descriptors

Get the array of ArgumentDescriptors that represent the arguments to this method.

Returns: this methods argument descriptors

set_ruby2_keywords

set_ruby2_keywords ( )
Java: setRuby2Keywords()

signature

Signature signature ( )
Java: getSignature() · also: get_signature

Get the Signature for this method.

Returns: this methods signature