Class MethodGatherer.PartitionedMethods

java.lang.Object
org.jruby.javasupport.binding.MethodGatherer.PartitionedMethods
Enclosing class:
MethodGatherer

private static class MethodGatherer.PartitionedMethods extends Object
  • Field Details

    • instanceMethods

      final Method[] instanceMethods
    • staticMethods

      final Method[] staticMethods
  • Constructor Details

    • PartitionedMethods

      PartitionedMethods(Method[] methods)
  • Method Details

    • filterAccessible

      private static boolean filterAccessible(Method method, int mod)