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
DescriptorInfo — members 12
F ANONREQ_CHAR() char
F ANONOPT_CHAR() char
F ANONREST_CHAR() char
C new(descs)
C new(descs)
M accepts_keywords() boolean
M block?() boolean
M frame?() boolean
M max() int
M min() int
M parameter_desc() String
M rest?() boolean

org.jruby.internal.runtime.methods.DescriptorInfo

class 12 members

An aggregate data object based on a collection of MethodDescriptors. Provides information about the collectio of descriptors, such as min and max arguments.

Constants

constanttypenote
ANONREQ_CHAR char
ANONOPT_CHAR char
ANONREST_CHAR char

Constructors

new

new ( MethodDescriptor[] descs )
Java: <init>(org.jruby.anno.MethodDescriptor[] descs)

new

new ( List<? extends MethodDescriptor> descs )
Java: <init>(List<? extends org.jruby.anno.MethodDescriptor> descs)

Instance Methods

accepts_keywords

boolean accepts_keywords ( )
Java: acceptsKeywords()

block?

boolean block? ( )
Java: isBlock() · also: is_block

frame?

boolean frame? ( )
Java: isFrame() · also: is_frame

max

int max ( )
Java: getMax() · also: get_max

min

int min ( )
Java: getMin() · also: get_min

parameter_desc

String parameter_desc ( )
Java: getParameterDesc() · also: get_parameter_desc

rest?

boolean rest? ( )
Java: isRest() · also: is_rest