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 charstatic final charstatic final charprivate booleanprivate booleanprivate intprivate intprivate Stringprivate booleanprivate static final boolean -
Constructor Summary
ConstructorsConstructorDescriptionDescriptorInfo(List<? extends MethodDescriptor> descs) DescriptorInfo(MethodDescriptor... descs) -
Method Summary
-
Field Details
-
min
private int min -
max
private int max -
frame
private boolean frame -
rest
private boolean rest -
block
private boolean block -
parameterDesc
-
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:
-
RICH_NATIVE_METHOD_PARAMETERS
private static final boolean RICH_NATIVE_METHOD_PARAMETERS- See Also:
-
-
Constructor Details
-
DescriptorInfo
-
DescriptorInfo
-
-
Method Details
-
isBacktrace
Deprecated. -
isFrame
public boolean isFrame() -
getMax
public int getMax() -
getMin
public int getMin() -
isRest
public boolean isRest() -
isBlock
public boolean isBlock() -
getParameterDesc
-