public final class com.fasterxml.aalto.evt.EventAllocatorImpl extends org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.aalto.evt.EventAllocatorImpl
  super_class: org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
{
  static final com.fasterxml.aalto.evt.EventAllocatorImpl sStdInstance;
    descriptor: Lcom/fasterxml/aalto/evt/EventAllocatorImpl;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  protected final boolean _cfgPreserveLocation;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected javax.xml.stream.Location _lastLocation;
    descriptor: Ljavax/xml/stream/Location;
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 34
            new com.fasterxml.aalto.evt.EventAllocatorImpl
            dup
            iconst_1
            invokespecial com.fasterxml.aalto.evt.EventAllocatorImpl.<init>:(Z)V
            putstatic com.fasterxml.aalto.evt.EventAllocatorImpl.sStdInstance:Lcom/fasterxml/aalto/evt/EventAllocatorImpl;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.evt.EventAllocatorImpl this
        start local 1 // boolean preserveLocation
         0: .line 62
            aload 0 /* this */
            invokespecial org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl.<init>:()V
         1: .line 54
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.aalto.evt.EventAllocatorImpl._lastLocation:Ljavax/xml/stream/Location;
         2: .line 63
            aload 0 /* this */
            iload 1 /* preserveLocation */
            putfield com.fasterxml.aalto.evt.EventAllocatorImpl._cfgPreserveLocation:Z
         3: .line 64
            return
        end local 1 // boolean preserveLocation
        end local 0 // com.fasterxml.aalto.evt.EventAllocatorImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/fasterxml/aalto/evt/EventAllocatorImpl;
            0    4     1  preserveLocation  Z
    MethodParameters:
                  Name  Flags
      preserveLocation  

  public static com.fasterxml.aalto.evt.EventAllocatorImpl getDefaultInstance();
    descriptor: ()Lcom/fasterxml/aalto/evt/EventAllocatorImpl;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            getstatic com.fasterxml.aalto.evt.EventAllocatorImpl.sStdInstance:Lcom/fasterxml/aalto/evt/EventAllocatorImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.fasterxml.aalto.evt.EventAllocatorImpl getFastInstance();
    descriptor: ()Lcom/fasterxml/aalto/evt/EventAllocatorImpl;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 77
            new com.fasterxml.aalto.evt.EventAllocatorImpl
            dup
            iconst_0
            invokespecial com.fasterxml.aalto.evt.EventAllocatorImpl.<init>:(Z)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public javax.xml.stream.util.XMLEventAllocator newInstance();
    descriptor: ()Ljavax/xml/stream/util/XMLEventAllocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.evt.EventAllocatorImpl this
         0: .line 89
            new com.fasterxml.aalto.evt.EventAllocatorImpl
            dup
            aload 0 /* this */
            getfield com.fasterxml.aalto.evt.EventAllocatorImpl._cfgPreserveLocation:Z
            invokespecial com.fasterxml.aalto.evt.EventAllocatorImpl.<init>:(Z)V
            areturn
        end local 0 // com.fasterxml.aalto.evt.EventAllocatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/evt/EventAllocatorImpl;

  public javax.xml.stream.events.XMLEvent allocate(javax.xml.stream.XMLStreamReader);
    descriptor: (Ljavax/xml/stream/XMLStreamReader;)Ljavax/xml/stream/events/XMLEvent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.evt.EventAllocatorImpl this
        start local 1 // javax.xml.stream.XMLStreamReader r
         0: .line 101
            aload 1 /* r */
            invokeinterface javax.xml.stream.XMLStreamReader.getEventType:()I
            sipush 257
            if_icmpne 2
         1: .line 102
            invokestatic com.fasterxml.aalto.evt.IncompleteEvent.instance:()Lcom/fasterxml/aalto/evt/IncompleteEvent;
            areturn
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* r */
            invokespecial org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl.allocate:(Ljavax/xml/stream/XMLStreamReader;)Ljavax/xml/stream/events/XMLEvent;
            areturn
        end local 1 // javax.xml.stream.XMLStreamReader r
        end local 0 // com.fasterxml.aalto.evt.EventAllocatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/evt/EventAllocatorImpl;
            0    3     1     r  Ljavax/xml/stream/XMLStreamReader;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      r     

  protected javax.xml.stream.Location getLocation(javax.xml.stream.XMLStreamReader);
    descriptor: (Ljavax/xml/stream/XMLStreamReader;)Ljavax/xml/stream/Location;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.evt.EventAllocatorImpl this
        start local 1 // javax.xml.stream.XMLStreamReader r
         0: .line 116
            aload 0 /* this */
            getfield com.fasterxml.aalto.evt.EventAllocatorImpl._cfgPreserveLocation:Z
            ifeq 2
         1: .line 117
            aload 1 /* r */
            invokeinterface javax.xml.stream.XMLStreamReader.getLocation:()Ljavax/xml/stream/Location;
            areturn
         2: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.evt.EventAllocatorImpl._lastLocation:Ljavax/xml/stream/Location;
            astore 2 /* loc */
        start local 2 // javax.xml.stream.Location loc
         3: .line 123
            aload 2 /* loc */
            ifnonnull 5
         4: .line 124
            aload 0 /* this */
            aload 1 /* r */
            invokeinterface javax.xml.stream.XMLStreamReader.getLocation:()Ljavax/xml/stream/Location;
            dup_x1
            putfield com.fasterxml.aalto.evt.EventAllocatorImpl._lastLocation:Ljavax/xml/stream/Location;
            astore 2 /* loc */
         5: .line 126
      StackMap locals: javax.xml.stream.Location
      StackMap stack:
            aload 2 /* loc */
            areturn
        end local 2 // javax.xml.stream.Location loc
        end local 1 // javax.xml.stream.XMLStreamReader r
        end local 0 // com.fasterxml.aalto.evt.EventAllocatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/fasterxml/aalto/evt/EventAllocatorImpl;
            0    6     1     r  Ljavax/xml/stream/XMLStreamReader;
            3    6     2   loc  Ljavax/xml/stream/Location;
    MethodParameters:
      Name  Flags
      r     
}
SourceFile: "EventAllocatorImpl.java"