Class DescriptorInfo
java.lang.Object
org.jruby.internal.runtime.methods.DescriptorInfo
An aggregate data object based on a collection of MethodDescriptors. Provides information about the collectio
of descriptors, such as min and max arguments.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char
static final char
static final char
-
Constructor Summary
ConstructorsConstructorDescriptionDescriptorInfo
(List<? extends MethodDescriptor> descs) DescriptorInfo
(MethodDescriptor... descs) -
Method Summary
-
Field Details
-
ANONREQ_CHAR
public static final char ANONREQ_CHAR- See Also:
-
ANONOPT_CHAR
public static final char ANONOPT_CHAR- See Also:
-
ANONREST_CHAR
public static final char ANONREST_CHAR- See Also:
-
-
Constructor Details
-
DescriptorInfo
-
DescriptorInfo
-
-
Method Details
-
isBacktrace
Deprecated. -
acceptsKeywords
public boolean acceptsKeywords() -
isFrame
public boolean isFrame() -
getMax
public int getMax() -
getMin
public int getMin() -
isRest
public boolean isRest() -
isBlock
public boolean isBlock() -
getParameterDesc
-