final class com.sun.jmx.snmp.IPAcl.ASCII_CharStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.jmx.snmp.IPAcl.ASCII_CharStream
  super_class: java.lang.Object
{
  public static final boolean staticFlag;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  int bufsize;
    descriptor: I
    flags: (0x0000) 

  int available;
    descriptor: I
    flags: (0x0000) 

  int tokenBegin;
    descriptor: I
    flags: (0x0000) 

  public int bufpos;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private int[] bufline;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] bufcolumn;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int column;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int line;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean prevCharIsCR;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean prevCharIsLF;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.io.Reader inputStream;
    descriptor: Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE

  private char[] buffer;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private int maxNextCharInd;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int inBuf;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final void ExpandBuff(boolean);
    descriptor: (Z)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // boolean wrapAround
         0: .line 58
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            sipush 2048
            iadd
            newarray 5
            astore 2 /* newbuffer */
        start local 2 // char[] newbuffer
         1: .line 59
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            sipush 2048
            iadd
            newarray 10
            astore 3 /* newbufline */
        start local 3 // int[] newbufline
         2: .line 60
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            sipush 2048
            iadd
            newarray 10
            astore 4 /* newbufcolumn */
        start local 4 // int[] newbufcolumn
         3: .line 64
            iload 1 /* wrapAround */
            ifeq 17
         4: .line 66
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            aload 2 /* newbuffer */
            iconst_0
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 67
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            iconst_0
            aload 2 /* newbuffer */
         6: .line 68
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
         7: .line 67
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 69
            aload 0 /* this */
            aload 2 /* newbuffer */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
         9: .line 71
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            aload 3 /* newbufline */
            iconst_0
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 72
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iconst_0
            aload 3 /* newbufline */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 73
            aload 0 /* this */
            aload 3 /* newbufline */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
        12: .line 75
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            aload 4 /* newbufcolumn */
            iconst_0
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 76
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            iconst_0
            aload 4 /* newbufcolumn */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 77
            aload 0 /* this */
            aload 4 /* newbufcolumn */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
        15: .line 79
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            iadd
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
        16: .line 80
            goto 27
        17: .line 83
      StackMap locals: char[] int[] int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            aload 2 /* newbuffer */
            iconst_0
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 84
            aload 0 /* this */
            aload 2 /* newbuffer */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
        19: .line 86
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            aload 3 /* newbufline */
            iconst_0
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 87
            aload 0 /* this */
            aload 3 /* newbufline */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
        21: .line 89
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            aload 4 /* newbufcolumn */
            iconst_0
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 90
            aload 0 /* this */
            aload 4 /* newbufcolumn */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
        23: .line 92
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
        24: .line 94
            goto 27
        25: .line 95
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5 /* t */
        start local 5 // java.lang.Throwable t
        26: .line 97
            new java.lang.Error
            dup
            aload 5 /* t */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.Throwable t
        27: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            sipush 2048
            iadd
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
        28: .line 102
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
        29: .line 103
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
        30: .line 104
            return
        end local 4 // int[] newbufcolumn
        end local 3 // int[] newbufline
        end local 2 // char[] newbuffer
        end local 1 // boolean wrapAround
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   31     0          this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0   31     1    wrapAround  Z
            1   31     2     newbuffer  [C
            2   31     3    newbufline  [I
            3   31     4  newbufcolumn  [I
           26   27     5             t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3    24      25  Class java.lang.Throwable
    MethodParameters:
            Name  Flags
      wrapAround  

  private final void FillBuff();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 108
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
            if_icmpne 15
         1: .line 110
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            if_icmpne 10
         2: .line 112
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            sipush 2048
            if_icmple 6
         3: .line 114
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
         4: .line 115
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
         5: .line 116
            goto 15
         6: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            ifge 8
         7: .line 118
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            goto 15
         8: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.jmx.snmp.IPAcl.ASCII_CharStream.ExpandBuff:(Z)V
         9: .line 121
            goto 15
        10: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            if_icmple 12
        11: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
            goto 15
        12: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
            isub
            sipush 2048
            if_icmpge 14
        13: .line 125
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.jmx.snmp.IPAcl.ASCII_CharStream.ExpandBuff:(Z)V
            goto 15
        14: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
        15: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inputStream:Ljava/io/Reader;
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
        16: .line 133
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
            isub
        17: .line 132
            invokevirtual java.io.Reader.read:([CII)I
            dup
            istore 1 /* i */
        start local 1 // int i
        18: .line 133
            iconst_m1
        19: .line 132
            if_icmpne 22
        20: .line 135
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inputStream:Ljava/io/Reader;
            invokevirtual java.io.Reader.close:()V
        21: .line 136
            new java.io.IOException
            dup
            invokespecial java.io.IOException.<init>:()V
            athrow
        22: .line 139
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
            iload 1 /* i */
            iadd
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
        23: .line 140
            return
        end local 1 // int i
        24: .line 142
      StackMap locals: com.sun.jmx.snmp.IPAcl.ASCII_CharStream
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        25: .line 143
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iconst_1
            isub
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
        26: .line 144
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.jmx.snmp.IPAcl.ASCII_CharStream.backup:(I)V
        27: .line 145
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            iconst_m1
            if_icmpne 29
        28: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
        29: .line 147
      StackMap locals: com.sun.jmx.snmp.IPAcl.ASCII_CharStream top java.io.IOException
      StackMap stack:
            aload 2 /* e */
            athrow
        end local 2 // java.io.IOException e
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
           18   24     1     i  I
           25   30     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          15    23      24  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  public final char BeginToken();
    descriptor: ()C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 153
            aload 0 /* this */
            iconst_m1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
         1: .line 154
            aload 0 /* this */
            invokevirtual com.sun.jmx.snmp.IPAcl.ASCII_CharStream.readChar:()C
            istore 1 /* c */
        start local 1 // char c
         2: .line 155
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
         3: .line 157
            iload 1 /* c */
            ireturn
        end local 1 // char c
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            2    4     1     c  C
    Exceptions:
      throws java.io.IOException

  private final void UpdateLineColumn(char);
    descriptor: (C)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // char c
         0: .line 162
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
            iconst_1
            iadd
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
         1: .line 164
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsLF:Z
            ifeq 5
         2: .line 166
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsLF:Z
         3: .line 167
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.line:I
            aload 0 /* this */
            iconst_1
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
            iadd
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.line:I
         4: .line 168
            goto 11
         5: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsCR:Z
            ifeq 11
         6: .line 171
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsCR:Z
         7: .line 172
            iload 1 /* c */
            bipush 10
            if_icmpne 10
         8: .line 174
            aload 0 /* this */
            iconst_1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsLF:Z
         9: .line 175
            goto 11
        10: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.line:I
            aload 0 /* this */
            iconst_1
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
            iadd
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.line:I
        11: .line 180
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            tableswitch { // 9 - 13
                    9: 16
                   10: 14
                   11: 19
                   12: 19
                   13: 12
              default: 19
          }
        12: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsCR:Z
        13: .line 184
            goto 19
        14: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsLF:Z
        15: .line 187
            goto 19
        16: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
            iconst_1
            isub
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
        17: .line 190
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
            bipush 8
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
            bipush 7
            iand
            isub
            iadd
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
        18: .line 191
            goto 19
        19: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.line:I
            iastore
        20: .line 197
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
            iastore
        21: .line 198
            return
        end local 1 // char c
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0   22     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public final char readChar();
    descriptor: ()C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 202
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inBuf:I
            ifle 5
         1: .line 204
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inBuf:I
            iconst_1
            isub
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inBuf:I
         2: .line 205
            sipush 255
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            iconst_1
            isub
            if_icmpne 3
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            goto 4
      StackMap locals: com.sun.jmx.snmp.IPAcl.ASCII_CharStream
      StackMap stack: int char[]
         3: aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
      StackMap locals: com.sun.jmx.snmp.IPAcl.ASCII_CharStream
      StackMap stack: int char[] int
         4: caload
            iand
            i2c
            ireturn
         5: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
            if_icmplt 7
         6: .line 209
            aload 0 /* this */
            invokevirtual com.sun.jmx.snmp.IPAcl.ASCII_CharStream.FillBuff:()V
         7: .line 211
      StackMap locals:
      StackMap stack:
            sipush 255
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            caload
            iand
            i2c
            istore 1 /* c */
        start local 1 // char c
         8: .line 213
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.sun.jmx.snmp.IPAcl.ASCII_CharStream.UpdateLineColumn:(C)V
         9: .line 214
            iload 1 /* c */
            ireturn
        end local 1 // char c
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            8   10     1     c  C
    Exceptions:
      throws java.io.IOException

  public final int getColumn();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 223
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iaload
            ireturn
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public final int getLine();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 232
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iaload
            ireturn
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public final int getEndColumn();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 236
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iaload
            ireturn
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;

  public final int getEndLine();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 240
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iaload
            ireturn
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;

  public final int getBeginColumn();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 244
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            iaload
            ireturn
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;

  public final int getBeginLine();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 248
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            iaload
            ireturn
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;

  public final void backup(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // int amount
         0: .line 253
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inBuf:I
            iload 1 /* amount */
            iadd
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inBuf:I
         1: .line 254
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iload 1 /* amount */
            isub
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            ifge 3
         2: .line 255
            aload 0 /* this */
            dup
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            iadd
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
         3: .line 256
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int amount
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0    4     1  amount  I
    MethodParameters:
        Name  Flags
      amount  

  public void <init>(java.io.Reader, int, int, int);
    descriptor: (Ljava/io/Reader;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // java.io.Reader dstream
        start local 2 // int startline
        start local 3 // int startcolumn
        start local 4 // int buffersize
         0: .line 258
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            iconst_m1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
         2: .line 44
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
         3: .line 45
            aload 0 /* this */
            iconst_1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.line:I
         4: .line 47
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsCR:Z
         5: .line 48
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsLF:Z
         6: .line 53
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
         7: .line 54
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inBuf:I
         8: .line 261
            aload 0 /* this */
            aload 1 /* dstream */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inputStream:Ljava/io/Reader;
         9: .line 262
            aload 0 /* this */
            iload 2 /* startline */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.line:I
        10: .line 263
            aload 0 /* this */
            iload 3 /* startcolumn */
            iconst_1
            isub
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
        11: .line 265
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* buffersize */
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
        12: .line 266
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 5
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
        13: .line 267
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 10
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
        14: .line 268
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 10
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
        15: .line 269
            return
        end local 4 // int buffersize
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.Reader dstream
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0   16     1      dstream  Ljava/io/Reader;
            0   16     2    startline  I
            0   16     3  startcolumn  I
            0   16     4   buffersize  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  
      buffersize   

  public void <init>(java.io.Reader, int, int);
    descriptor: (Ljava/io/Reader;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // java.io.Reader dstream
        start local 2 // int startline
        start local 3 // int startcolumn
         0: .line 274
            aload 0 /* this */
            aload 1 /* dstream */
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokespecial com.sun.jmx.snmp.IPAcl.ASCII_CharStream.<init>:(Ljava/io/Reader;III)V
         1: .line 275
            return
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.Reader dstream
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0    2     1      dstream  Ljava/io/Reader;
            0    2     2    startline  I
            0    2     3  startcolumn  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  

  public void ReInit(java.io.Reader, int, int, int);
    descriptor: (Ljava/io/Reader;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // java.io.Reader dstream
        start local 2 // int startline
        start local 3 // int startcolumn
        start local 4 // int buffersize
         0: .line 279
            aload 0 /* this */
            aload 1 /* dstream */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inputStream:Ljava/io/Reader;
         1: .line 280
            aload 0 /* this */
            iload 2 /* startline */
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.line:I
         2: .line 281
            aload 0 /* this */
            iload 3 /* startcolumn */
            iconst_1
            isub
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
         3: .line 283
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            ifnull 4
            iload 4 /* buffersize */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            arraylength
            if_icmpeq 8
         4: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* buffersize */
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.available:I
         5: .line 286
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 5
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
         6: .line 287
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 10
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
         7: .line 288
            aload 0 /* this */
            iload 4 /* buffersize */
            newarray 10
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
         8: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsCR:Z
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.prevCharIsLF:Z
         9: .line 291
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.maxNextCharInd:I
            dup_x1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inBuf:I
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
        10: .line 292
            aload 0 /* this */
            iconst_m1
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
        11: .line 293
            return
        end local 4 // int buffersize
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.Reader dstream
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0   12     1      dstream  Ljava/io/Reader;
            0   12     2    startline  I
            0   12     3  startcolumn  I
            0   12     4   buffersize  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  
      buffersize   

  public void ReInit(java.io.Reader, int, int);
    descriptor: (Ljava/io/Reader;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // java.io.Reader dstream
        start local 2 // int startline
        start local 3 // int startcolumn
         0: .line 298
            aload 0 /* this */
            aload 1 /* dstream */
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokevirtual com.sun.jmx.snmp.IPAcl.ASCII_CharStream.ReInit:(Ljava/io/Reader;III)V
         1: .line 299
            return
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.Reader dstream
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0    2     1      dstream  Ljava/io/Reader;
            0    2     2    startline  I
            0    2     3  startcolumn  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  

  public void <init>(java.io.InputStream, int, int, int);
    descriptor: (Ljava/io/InputStream;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // java.io.InputStream dstream
        start local 2 // int startline
        start local 3 // int startcolumn
        start local 4 // int buffersize
         0: .line 303
            aload 0 /* this */
            new java.io.InputStreamReader
            dup
            aload 1 /* dstream */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokespecial com.sun.jmx.snmp.IPAcl.ASCII_CharStream.<init>:(Ljava/io/Reader;III)V
         1: .line 304
            return
        end local 4 // int buffersize
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.InputStream dstream
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0    2     1      dstream  Ljava/io/InputStream;
            0    2     2    startline  I
            0    2     3  startcolumn  I
            0    2     4   buffersize  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  
      buffersize   

  public void <init>(java.io.InputStream, int, int);
    descriptor: (Ljava/io/InputStream;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // java.io.InputStream dstream
        start local 2 // int startline
        start local 3 // int startcolumn
         0: .line 309
            aload 0 /* this */
            aload 1 /* dstream */
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokespecial com.sun.jmx.snmp.IPAcl.ASCII_CharStream.<init>:(Ljava/io/InputStream;III)V
         1: .line 310
            return
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.InputStream dstream
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0    2     1      dstream  Ljava/io/InputStream;
            0    2     2    startline  I
            0    2     3  startcolumn  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  

  public void ReInit(java.io.InputStream, int, int, int);
    descriptor: (Ljava/io/InputStream;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // java.io.InputStream dstream
        start local 2 // int startline
        start local 3 // int startcolumn
        start local 4 // int buffersize
         0: .line 315
            aload 0 /* this */
            new java.io.InputStreamReader
            dup
            aload 1 /* dstream */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokevirtual com.sun.jmx.snmp.IPAcl.ASCII_CharStream.ReInit:(Ljava/io/Reader;III)V
         1: .line 316
            return
        end local 4 // int buffersize
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.InputStream dstream
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0    2     1      dstream  Ljava/io/InputStream;
            0    2     2    startline  I
            0    2     3  startcolumn  I
            0    2     4   buffersize  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  
      buffersize   

  public void ReInit(java.io.InputStream, int, int);
    descriptor: (Ljava/io/InputStream;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // java.io.InputStream dstream
        start local 2 // int startline
        start local 3 // int startcolumn
         0: .line 320
            aload 0 /* this */
            aload 1 /* dstream */
            iload 2 /* startline */
            iload 3 /* startcolumn */
            sipush 4096
            invokevirtual com.sun.jmx.snmp.IPAcl.ASCII_CharStream.ReInit:(Ljava/io/InputStream;III)V
         1: .line 321
            return
        end local 3 // int startcolumn
        end local 2 // int startline
        end local 1 // java.io.InputStream dstream
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0    2     1      dstream  Ljava/io/InputStream;
            0    2     2    startline  I
            0    2     3  startcolumn  I
    MethodParameters:
             Name  Flags
      dstream      
      startline    
      startcolumn  

  public final java.lang.String GetImage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 324
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            if_icmplt 2
         1: .line 325
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            iconst_1
            iadd
            invokespecial java.lang.String.<init>:([CII)V
            areturn
         2: .line 327
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 328
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            iconst_0
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iconst_1
            iadd
            invokespecial java.lang.String.<init>:([CII)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 327
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;

  public final char[] GetSuffix(int);
    descriptor: (I)[C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // int len
         0: .line 333
            iload 1 /* len */
            newarray 5
            astore 2 /* ret */
        start local 2 // char[] ret
         1: .line 335
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iconst_1
            iadd
            iload 1 /* len */
            if_icmplt 3
         2: .line 336
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iload 1 /* len */
            isub
            iconst_1
            iadd
            aload 2 /* ret */
            iconst_0
            iload 1 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            goto 7
         3: .line 339
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            iload 1 /* len */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            isub
            iconst_1
            isub
            isub
            aload 2 /* ret */
            iconst_0
         4: .line 340
            iload 1 /* len */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            isub
            iconst_1
            isub
         5: .line 339
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 341
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
            iconst_0
            aload 2 /* ret */
            iload 1 /* len */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            isub
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 344
      StackMap locals:
      StackMap stack:
            aload 2 /* ret */
            areturn
        end local 2 // char[] ret
        end local 1 // int len
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0    8     1   len  I
            1    8     2   ret  [C
    MethodParameters:
      Name  Flags
      len   

  public void Done();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
         0: .line 349
            aload 0 /* this */
            aconst_null
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.buffer:[C
         1: .line 350
            aload 0 /* this */
            aconst_null
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
         2: .line 351
            aload 0 /* this */
            aconst_null
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
         3: .line 352
            return
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;

  public void adjustBeginLineColumn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
        start local 1 // int newLine
        start local 2 // int newCol
         0: .line 359
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            istore 3 /* start */
        start local 3 // int start
         1: .line 362
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            if_icmplt 4
         2: .line 364
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inBuf:I
            iadd
            iconst_1
            iadd
            istore 4 /* len */
        start local 4 // int len
         3: .line 365
            goto 5
        end local 4 // int len
         4: .line 368
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.tokenBegin:I
            isub
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufpos:I
            iadd
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.inBuf:I
            iadd
            istore 4 /* len */
        start local 4 // int len
         5: .line 371
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: iconst_0
            istore 6 /* j */
        start local 6 // int j
         7: iconst_0
            istore 7 /* k */
        start local 7 // int k
         8: .line 372
            iconst_0
            istore 8 /* nextColDiff */
        start local 8 // int nextColDiff
         9: iconst_0
            istore 9 /* columnDiff */
        start local 9 // int columnDiff
        10: .line 374
            goto 16
        11: .line 377
      StackMap locals: com.sun.jmx.snmp.IPAcl.ASCII_CharStream int int int int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iload 6 /* j */
            iload 1 /* newLine */
            iastore
        12: .line 378
            iload 9 /* columnDiff */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            iload 7 /* k */
            iaload
            iadd
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            iload 6 /* j */
            iaload
            isub
            istore 8 /* nextColDiff */
        13: .line 379
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            iload 6 /* j */
            iload 2 /* newCol */
            iload 9 /* columnDiff */
            iadd
            iastore
        14: .line 380
            iload 8 /* nextColDiff */
            istore 9 /* columnDiff */
        15: .line 381
            iinc 5 /* i */ 1
        16: .line 374
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 4 /* len */
            if_icmpge 18
        17: .line 375
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iload 3 /* start */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            irem
            dup
            istore 6 /* j */
            iaload
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iinc 3 /* start */ 1
            iload 3 /* start */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            irem
            dup
            istore 7 /* k */
            iaload
            if_icmpeq 11
        18: .line 384
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 4 /* len */
            if_icmpge 26
        19: .line 386
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iload 6 /* j */
            iload 1 /* newLine */
            iinc 1 /* newLine */ 1
            iastore
        20: .line 387
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            iload 6 /* j */
            iload 2 /* newCol */
            iload 9 /* columnDiff */
            iadd
            iastore
        21: .line 389
            goto 25
        22: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iload 3 /* start */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            irem
            dup
            istore 6 /* j */
            iaload
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iinc 3 /* start */ 1
            iload 3 /* start */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufsize:I
            irem
            iaload
            if_icmpeq 24
        23: .line 392
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iload 6 /* j */
            iload 1 /* newLine */
            iinc 1 /* newLine */ 1
            iastore
            goto 25
        24: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iload 6 /* j */
            iload 1 /* newLine */
            iastore
        25: .line 389
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iinc 5 /* i */ 1
            iload 4 /* len */
            if_icmplt 22
        26: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufline:[I
            iload 6 /* j */
            iaload
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.line:I
        27: .line 399
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.bufcolumn:[I
            iload 6 /* j */
            iaload
            putfield com.sun.jmx.snmp.IPAcl.ASCII_CharStream.column:I
        28: .line 400
            return
        end local 9 // int columnDiff
        end local 8 // int nextColDiff
        end local 7 // int k
        end local 6 // int j
        end local 5 // int i
        end local 4 // int len
        end local 3 // int start
        end local 2 // int newCol
        end local 1 // int newLine
        end local 0 // com.sun.jmx.snmp.IPAcl.ASCII_CharStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   29     0         this  Lcom/sun/jmx/snmp/IPAcl/ASCII_CharStream;
            0   29     1      newLine  I
            0   29     2       newCol  I
            1   29     3        start  I
            3    4     4          len  I
            5   29     4          len  I
            6   29     5            i  I
            7   29     6            j  I
            8   29     7            k  I
            9   29     8  nextColDiff  I
           10   29     9   columnDiff  I
    MethodParameters:
         Name  Flags
      newLine  
      newCol   
}
SourceFile: "ASCII_CharStream.java"