public final class com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction extends com.oracle.truffle.llvm.parser.model.symbols.instructions.VoidInstruction
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction
  super_class: com.oracle.truffle.llvm.parser.model.symbols.instructions.VoidInstruction
{
  private final int align;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering atomicOrdering;
    descriptor: Lcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isVolatile;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope synchronizationScope;
    descriptor: Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.truffle.llvm.parser.model.SymbolImpl destination;
    descriptor: Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
    flags: (0x0002) ACC_PRIVATE

  private com.oracle.truffle.llvm.parser.model.SymbolImpl source;
    descriptor: Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
    flags: (0x0002) ACC_PRIVATE

  private void <init>(int, boolean, com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering, com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope);
    descriptor: (IZLcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
        start local 1 // int align
        start local 2 // boolean isVolatile
        start local 3 // com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering ordering
        start local 4 // com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope scope
         0: .line 48
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.parser.model.symbols.instructions.VoidInstruction.<init>:()V
         1: .line 49
            aload 0 /* this */
            iload 1 /* align */
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.align:I
         2: .line 50
            aload 0 /* this */
            iload 2 /* isVolatile */
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.isVolatile:Z
         3: .line 51
            aload 0 /* this */
            aload 3 /* ordering */
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.atomicOrdering:Lcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;
         4: .line 52
            aload 0 /* this */
            aload 4 /* scope */
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.synchronizationScope:Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;
         5: .line 53
            return
        end local 4 // com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope scope
        end local 3 // com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering ordering
        end local 2 // boolean isVolatile
        end local 1 // int align
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;
            0    6     1       align  I
            0    6     2  isVolatile  Z
            0    6     3    ordering  Lcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;
            0    6     4       scope  Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;
    MethodParameters:
            Name  Flags
      align       
      isVolatile  
      ordering    
      scope       

  private static com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction fromSymbols(com.oracle.truffle.llvm.parser.model.SymbolTable, int, int, int, boolean, com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering, com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope);
    descriptor: (Lcom/oracle/truffle/llvm/parser/model/SymbolTable;IIIZLcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;)Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=8, args_size=7
        start local 0 // com.oracle.truffle.llvm.parser.model.SymbolTable symbols
        start local 1 // int destination
        start local 2 // int source
        start local 3 // int align
        start local 4 // boolean isVolatile
        start local 5 // com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering atomicOrdering
        start local 6 // com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope synchronizationScope
         0: .line 57
            new com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction
            dup
            iload 3 /* align */
            iload 4 /* isVolatile */
            aload 5 /* atomicOrdering */
            aload 6 /* synchronizationScope */
            invokespecial com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.<init>:(IZLcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;)V
            astore 7 /* inst */
        start local 7 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction inst
         1: .line 58
            aload 7 /* inst */
            aload 0 /* symbols */
            iload 1 /* destination */
            aload 7 /* inst */
            invokevirtual com.oracle.truffle.llvm.parser.model.SymbolTable.getForwardReferenced:(ILcom/oracle/truffle/llvm/parser/ValueList$Value;)Lcom/oracle/truffle/llvm/parser/ValueList$Value;
            checkcast com.oracle.truffle.llvm.parser.model.SymbolImpl
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.destination:Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
         2: .line 59
            aload 7 /* inst */
            aload 0 /* symbols */
            iload 2 /* source */
            aload 7 /* inst */
            invokevirtual com.oracle.truffle.llvm.parser.model.SymbolTable.getForwardReferenced:(ILcom/oracle/truffle/llvm/parser/ValueList$Value;)Lcom/oracle/truffle/llvm/parser/ValueList$Value;
            checkcast com.oracle.truffle.llvm.parser.model.SymbolImpl
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.source:Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
         3: .line 60
            aload 7 /* inst */
            areturn
        end local 7 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction inst
        end local 6 // com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope synchronizationScope
        end local 5 // com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering atomicOrdering
        end local 4 // boolean isVolatile
        end local 3 // int align
        end local 2 // int source
        end local 1 // int destination
        end local 0 // com.oracle.truffle.llvm.parser.model.SymbolTable symbols
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0               symbols  Lcom/oracle/truffle/llvm/parser/model/SymbolTable;
            0    4     1           destination  I
            0    4     2                source  I
            0    4     3                 align  I
            0    4     4            isVolatile  Z
            0    4     5        atomicOrdering  Lcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;
            0    4     6  synchronizationScope  Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;
            1    4     7                  inst  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;
    MethodParameters:
                      Name  Flags
      symbols               
      destination           
      source                
      align                 
      isVolatile            
      atomicOrdering        
      synchronizationScope  

  public static com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction fromSymbols(com.oracle.truffle.llvm.parser.model.SymbolTable, int, int, int, boolean, long, long);
    descriptor: (Lcom/oracle/truffle/llvm/parser/model/SymbolTable;IIIZJJ)Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=9, args_size=7
        start local 0 // com.oracle.truffle.llvm.parser.model.SymbolTable symbols
        start local 1 // int destination
        start local 2 // int source
        start local 3 // int align
        start local 4 // boolean isVolatile
        start local 5 // long atomicOrdering
        start local 7 // long synchronizationScope
         0: .line 64
            aload 0 /* symbols */
            iload 1 /* destination */
            iload 2 /* source */
            iload 3 /* align */
            iload 4 /* isVolatile */
            lload 5 /* atomicOrdering */
            invokestatic com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering.decode:(J)Lcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;
            lload 7 /* synchronizationScope */
            invokestatic com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope.decode:(J)Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;
            invokestatic com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.fromSymbols:(Lcom/oracle/truffle/llvm/parser/model/SymbolTable;IIIZLcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;)Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;
            areturn
        end local 7 // long synchronizationScope
        end local 5 // long atomicOrdering
        end local 4 // boolean isVolatile
        end local 3 // int align
        end local 2 // int source
        end local 1 // int destination
        end local 0 // com.oracle.truffle.llvm.parser.model.SymbolTable symbols
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0               symbols  Lcom/oracle/truffle/llvm/parser/model/SymbolTable;
            0    1     1           destination  I
            0    1     2                source  I
            0    1     3                 align  I
            0    1     4            isVolatile  Z
            0    1     5        atomicOrdering  J
            0    1     7  synchronizationScope  J
    MethodParameters:
                      Name  Flags
      symbols               
      destination           
      source                
      align                 
      isVolatile            
      atomicOrdering        
      synchronizationScope  

  public static com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction fromSymbols(com.oracle.truffle.llvm.parser.model.SymbolTable, int, int, int, boolean);
    descriptor: (Lcom/oracle/truffle/llvm/parser/model/SymbolTable;IIIZ)Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.oracle.truffle.llvm.parser.model.SymbolTable symbols
        start local 1 // int destination
        start local 2 // int source
        start local 3 // int align
        start local 4 // boolean isVolatile
         0: .line 68
            aload 0 /* symbols */
            iload 1 /* destination */
            iload 2 /* source */
            iload 3 /* align */
            iload 4 /* isVolatile */
            getstatic com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering.NOT_ATOMIC:Lcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;
            getstatic com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope.CROSS_THREAD:Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;
            invokestatic com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.fromSymbols:(Lcom/oracle/truffle/llvm/parser/model/SymbolTable;IIIZLcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;)Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;
            areturn
        end local 4 // boolean isVolatile
        end local 3 // int align
        end local 2 // int source
        end local 1 // int destination
        end local 0 // com.oracle.truffle.llvm.parser.model.SymbolTable symbols
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0      symbols  Lcom/oracle/truffle/llvm/parser/model/SymbolTable;
            0    1     1  destination  I
            0    1     2       source  I
            0    1     3        align  I
            0    1     4   isVolatile  Z
    MethodParameters:
             Name  Flags
      symbols      
      destination  
      source       
      align        
      isVolatile   

  public void accept(com.oracle.truffle.llvm.parser.model.visitors.SymbolVisitor);
    descriptor: (Lcom/oracle/truffle/llvm/parser/model/visitors/SymbolVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
        start local 1 // com.oracle.truffle.llvm.parser.model.visitors.SymbolVisitor visitor
         0: .line 73
            aload 1 /* visitor */
            aload 0 /* this */
            invokeinterface com.oracle.truffle.llvm.parser.model.visitors.SymbolVisitor.visit:(Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;)V
         1: .line 74
            return
        end local 1 // com.oracle.truffle.llvm.parser.model.visitors.SymbolVisitor visitor
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;
            0    2     1  visitor  Lcom/oracle/truffle/llvm/parser/model/visitors/SymbolVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public int getAlign();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
         0: .line 77
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.align:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;

  public com.oracle.truffle.llvm.parser.model.enums.AtomicOrdering getAtomicOrdering();
    descriptor: ()Lcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
         0: .line 81
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.atomicOrdering:Lcom/oracle/truffle/llvm/parser/model/enums/AtomicOrdering;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;

  public com.oracle.truffle.llvm.parser.model.SymbolImpl getDestination();
    descriptor: ()Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
         0: .line 85
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.destination:Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;

  public com.oracle.truffle.llvm.parser.model.SymbolImpl getSource();
    descriptor: ()Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
         0: .line 89
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.source:Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;

  public com.oracle.truffle.llvm.parser.model.enums.SynchronizationScope getSynchronizationScope();
    descriptor: ()Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
         0: .line 93
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.synchronizationScope:Lcom/oracle/truffle/llvm/parser/model/enums/SynchronizationScope;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;

  public boolean isVolatile();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
         0: .line 97
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.isVolatile:Z
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;

  public void replace(com.oracle.truffle.llvm.parser.model.SymbolImpl, com.oracle.truffle.llvm.parser.model.SymbolImpl);
    descriptor: (Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
        start local 1 // com.oracle.truffle.llvm.parser.model.SymbolImpl original
        start local 2 // com.oracle.truffle.llvm.parser.model.SymbolImpl replacement
         0: .line 102
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.destination:Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
            aload 1 /* original */
            if_acmpne 2
         1: .line 103
            aload 0 /* this */
            aload 2 /* replacement */
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.destination:Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
         2: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.source:Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
            aload 1 /* original */
            if_acmpne 4
         3: .line 106
            aload 0 /* this */
            aload 2 /* replacement */
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.source:Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
         4: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.llvm.parser.model.SymbolImpl replacement
        end local 1 // com.oracle.truffle.llvm.parser.model.SymbolImpl original
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/StoreInstruction;
            0    5     1     original  Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
            0    5     2  replacement  Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
    MethodParameters:
             Name  Flags
      original     
      replacement  

  public void replace(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.truffle.llvm.parser.model.SymbolImpl
            aload 2
            checkcast com.oracle.truffle.llvm.parser.model.SymbolImpl
            invokevirtual com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.replace:(Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void accept(com.oracle.truffle.llvm.parser.ValueList$ValueVisitor);
    descriptor: (Lcom/oracle/truffle/llvm/parser/ValueList$ValueVisitor;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.truffle.llvm.parser.model.visitors.SymbolVisitor
            invokevirtual com.oracle.truffle.llvm.parser.model.symbols.instructions.StoreInstruction.accept:(Lcom/oracle/truffle/llvm/parser/model/visitors/SymbolVisitor;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "StoreInstruction.java"
InnerClasses:
  public abstract Value = com.oracle.truffle.llvm.parser.ValueList$Value of com.oracle.truffle.llvm.parser.ValueList
  public abstract ValueVisitor = com.oracle.truffle.llvm.parser.ValueList$ValueVisitor of com.oracle.truffle.llvm.parser.ValueList