class org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1 extends org.eclipse.jface.text.MultiStringMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1
  super_class: org.eclipse.jface.text.MultiStringMatcher
{
  final org.eclipse.jface.text.MultiStringMatcher$BuilderImpl this$1;
    descriptor: Lorg/eclipse/jface/text/MultiStringMatcher$BuilderImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jface.text.MultiStringMatcher$BuilderImpl);
    descriptor: (Lorg/eclipse/jface/text/MultiStringMatcher$BuilderImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1 this
         0: .line 118
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1.this$1:Lorg/eclipse/jface/text/MultiStringMatcher$BuilderImpl;
            aload 0 /* this */
            invokespecial org.eclipse.jface.text.MultiStringMatcher.<init>:()V
            return
        end local 0 // org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jface/text/MultiStringMatcher$BuilderImpl$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void find(java.lang.CharSequence, int, java.util.function.Consumer<org.eclipse.jface.text.MultiStringMatcher$Match>);
    descriptor: (Ljava/lang/CharSequence;ILjava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1 this
        start local 1 // java.lang.CharSequence text
        start local 2 // int offset
        start local 3 // java.util.function.Consumer matches
         0: .line 121
            return
        end local 3 // java.util.function.Consumer matches
        end local 2 // int offset
        end local 1 // java.lang.CharSequence text
        end local 0 // org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jface/text/MultiStringMatcher$BuilderImpl$1;
            0    1     1     text  Ljava/lang/CharSequence;
            0    1     2   offset  I
            0    1     3  matches  Ljava/util/function/Consumer<Lorg/eclipse/jface/text/MultiStringMatcher$Match;>;
    Signature: (Ljava/lang/CharSequence;ILjava/util/function/Consumer<Lorg/eclipse/jface/text/MultiStringMatcher$Match;>;)V
    MethodParameters:
         Name  Flags
      text     
      offset   
      matches  

  public org.eclipse.jface.text.MultiStringMatcher$Match indexOf(java.lang.CharSequence, int);
    descriptor: (Ljava/lang/CharSequence;I)Lorg/eclipse/jface/text/MultiStringMatcher$Match;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1 this
        start local 1 // java.lang.CharSequence text
        start local 2 // int offset
         0: .line 126
            aconst_null
            areturn
        end local 2 // int offset
        end local 1 // java.lang.CharSequence text
        end local 0 // org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jface/text/MultiStringMatcher$BuilderImpl$1;
            0    1     1    text  Ljava/lang/CharSequence;
            0    1     2  offset  I
    MethodParameters:
        Name  Flags
      text    
      offset  
}
SourceFile: "MultiStringMatcher.java"
EnclosingMethod: org.eclipse.jface.text.MultiStringMatcher$BuilderImpl.build:()Lorg/eclipse/jface/text/MultiStringMatcher;
NestHost: org.eclipse.jface.text.MultiStringMatcher
InnerClasses:
  private BuilderImpl = org.eclipse.jface.text.MultiStringMatcher$BuilderImpl of org.eclipse.jface.text.MultiStringMatcher
  org.eclipse.jface.text.MultiStringMatcher$BuilderImpl$1
  public abstract Match = org.eclipse.jface.text.MultiStringMatcher$Match of org.eclipse.jface.text.MultiStringMatcher