class org.springframework.expression.spel.ast.OperatorMatches$MatcherInput implements java.lang.CharSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.expression.spel.ast.OperatorMatches$MatcherInput
  super_class: java.lang.Object
{
  private final java.lang.CharSequence value;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.springframework.expression.spel.ast.OperatorMatches$AccessCount access;
    descriptor: Lorg/springframework/expression/spel/ast/OperatorMatches$AccessCount;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.CharSequence, org.springframework.expression.spel.ast.OperatorMatches$AccessCount);
    descriptor: (Ljava/lang/CharSequence;Lorg/springframework/expression/spel/ast/OperatorMatches$AccessCount;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
        start local 1 // java.lang.CharSequence value
        start local 2 // org.springframework.expression.spel.ast.OperatorMatches$AccessCount access
         0: .line 116
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 117
            aload 0 /* this */
            aload 1 /* value */
            putfield org.springframework.expression.spel.ast.OperatorMatches$MatcherInput.value:Ljava/lang/CharSequence;
         2: .line 118
            aload 0 /* this */
            aload 2 /* access */
            putfield org.springframework.expression.spel.ast.OperatorMatches$MatcherInput.access:Lorg/springframework/expression/spel/ast/OperatorMatches$AccessCount;
         3: .line 119
            return
        end local 2 // org.springframework.expression.spel.ast.OperatorMatches$AccessCount access
        end local 1 // java.lang.CharSequence value
        end local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/expression/spel/ast/OperatorMatches$MatcherInput;
            0    4     1   value  Ljava/lang/CharSequence;
            0    4     2  access  Lorg/springframework/expression/spel/ast/OperatorMatches$AccessCount;
    MethodParameters:
        Name  Flags
      value   
      access  

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
        start local 1 // int index
         0: .line 122
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.OperatorMatches$MatcherInput.access:Lorg/springframework/expression/spel/ast/OperatorMatches$AccessCount;
            invokevirtual org.springframework.expression.spel.ast.OperatorMatches$AccessCount.check:()V
         1: .line 123
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.OperatorMatches$MatcherInput.value:Ljava/lang/CharSequence;
            iload 1 /* index */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            ireturn
        end local 1 // int index
        end local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/expression/spel/ast/OperatorMatches$MatcherInput;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
        start local 1 // int start
        start local 2 // int end
         0: .line 127
            new org.springframework.expression.spel.ast.OperatorMatches$MatcherInput
            dup
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.OperatorMatches$MatcherInput.value:Ljava/lang/CharSequence;
            iload 1 /* start */
            iload 2 /* end */
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.OperatorMatches$MatcherInput.access:Lorg/springframework/expression/spel/ast/OperatorMatches$AccessCount;
            invokespecial org.springframework.expression.spel.ast.OperatorMatches$MatcherInput.<init>:(Ljava/lang/CharSequence;Lorg/springframework/expression/spel/ast/OperatorMatches$AccessCount;)V
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/expression/spel/ast/OperatorMatches$MatcherInput;
            0    1     1  start  I
            0    1     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
         0: .line 131
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.OperatorMatches$MatcherInput.value:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.length:()I
            ireturn
        end local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/OperatorMatches$MatcherInput;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
         0: .line 136
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.OperatorMatches$MatcherInput.value:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.expression.spel.ast.OperatorMatches$MatcherInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/OperatorMatches$MatcherInput;
}
SourceFile: "OperatorMatches.java"
NestHost: org.springframework.expression.spel.ast.OperatorMatches
InnerClasses:
  private AccessCount = org.springframework.expression.spel.ast.OperatorMatches$AccessCount of org.springframework.expression.spel.ast.OperatorMatches
  private MatcherInput = org.springframework.expression.spel.ast.OperatorMatches$MatcherInput of org.springframework.expression.spel.ast.OperatorMatches