public class org.jruby.runtime.opto.GenerationInvalidator implements org.jruby.runtime.opto.Invalidator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.opto.GenerationInvalidator
  super_class: java.lang.Object
{
  private final org.jruby.RubyModule module;
    descriptor: Lorg/jruby/RubyModule;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.RubyModule);
    descriptor: (Lorg/jruby/RubyModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.opto.GenerationInvalidator this
        start local 1 // org.jruby.RubyModule module
         0: .line 8
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 9
            aload 0 /* this */
            aload 1 /* module */
            putfield org.jruby.runtime.opto.GenerationInvalidator.module:Lorg/jruby/RubyModule;
         2: .line 10
            return
        end local 1 // org.jruby.RubyModule module
        end local 0 // org.jruby.runtime.opto.GenerationInvalidator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/runtime/opto/GenerationInvalidator;
            0    3     1  module  Lorg/jruby/RubyModule;
    MethodParameters:
        Name  Flags
      module  

  public void invalidate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.opto.GenerationInvalidator this
         0: .line 13
            aload 0 /* this */
            getfield org.jruby.runtime.opto.GenerationInvalidator.module:Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.updateGeneration:()V
         1: .line 14
            return
        end local 0 // org.jruby.runtime.opto.GenerationInvalidator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/opto/GenerationInvalidator;

  public void invalidateAll(java.util.List<org.jruby.runtime.opto.Invalidator>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=2
        start local 0 // org.jruby.runtime.opto.GenerationInvalidator this
        start local 1 // java.util.List invalidators
         0: .line 17
            aload 1 /* invalidators */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: org.jruby.runtime.opto.GenerationInvalidator java.util.List top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.runtime.opto.Invalidator
            astore 2 /* invalidator */
        start local 2 // org.jruby.runtime.opto.Invalidator invalidator
         2: .line 18
            aload 2 /* invalidator */
            invokeinterface org.jruby.runtime.opto.Invalidator.invalidate:()V
        end local 2 // org.jruby.runtime.opto.Invalidator invalidator
         3: .line 17
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 20
            return
        end local 1 // java.util.List invalidators
        end local 0 // org.jruby.runtime.opto.GenerationInvalidator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/jruby/runtime/opto/GenerationInvalidator;
            0    5     1  invalidators  Ljava/util/List<Lorg/jruby/runtime/opto/Invalidator;>;
            2    3     2   invalidator  Lorg/jruby/runtime/opto/Invalidator;
    Signature: (Ljava/util/List<Lorg/jruby/runtime/opto/Invalidator;>;)V
    MethodParameters:
              Name  Flags
      invalidators  

  public java.lang.Object getData();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.opto.GenerationInvalidator this
         0: .line 23
            aload 0 /* this */
            getfield org.jruby.runtime.opto.GenerationInvalidator.module:Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.getGenerationObject:()Ljava/lang/Integer;
            areturn
        end local 0 // org.jruby.runtime.opto.GenerationInvalidator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/opto/GenerationInvalidator;
}
SourceFile: "GenerationInvalidator.java"