Class DescriptorInfo

java.lang.Object
org.jruby.internal.runtime.methods.DescriptorInfo

public class DescriptorInfo extends Object
An aggregate data object based on a collection of MethodDescriptors. Provides information about the collectio of descriptors, such as min and max arguments.
  • Field Details

  • Constructor Details

  • Method Details

    • isBacktrace

      @Deprecated public boolean 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

      public String getParameterDesc()