final class com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts extends com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$LocalVarDebugInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts
  super_class: com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$LocalVarDebugInfo
{
  private final int[] parts;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol, int[]);
    descriptor: (ILcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;[I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts this
        start local 1 // int instructionIndex
        start local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol variable
        start local 3 // int[] parts
         0: .line 178
            aload 0 /* this */
            iload 1 /* instructionIndex */
            aload 2 /* variable */
            invokespecial com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$LocalVarDebugInfo.<init>:(ILcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;)V
         1: .line 179
            aload 0 /* this */
            aload 3 /* parts */
            putfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts.parts:[I
         2: .line 180
            return
        end local 3 // int[] parts
        end local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol variable
        end local 1 // int instructionIndex
        end local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/oracle/truffle/llvm/parser/nodes/LLVMRuntimeDebugInformation$ClearLocalVariableParts;
            0    3     1  instructionIndex  I
            0    3     2          variable  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;
            0    3     3             parts  [I
    MethodParameters:
                  Name  Flags
      instructionIndex  
      variable          
      parts             

  public com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder process(com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder, com.oracle.truffle.api.frame.Frame);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;Lcom/oracle/truffle/api/frame/Frame;)Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts this
        start local 1 // com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder previous
        start local 2 // com.oracle.truffle.api.frame.Frame frame
         0: .line 184
            aload 1 /* previous */
            checkcast com.oracle.truffle.llvm.runtime.nodes.intrinsics.llvm.debug.LLVMDebugAggregateObjectBuilder
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts.parts:[I
            invokevirtual com.oracle.truffle.llvm.runtime.nodes.intrinsics.llvm.debug.LLVMDebugAggregateObjectBuilder.clear:([I)V
         1: .line 185
            aload 1 /* previous */
            areturn
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder previous
        end local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/llvm/parser/nodes/LLVMRuntimeDebugInformation$ClearLocalVariableParts;
            0    2     1  previous  Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;
            0    2     2     frame  Lcom/oracle/truffle/api/frame/Frame;
    MethodParameters:
          Name  Flags
      previous  
      frame     

  public boolean isInitialize();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts this
         0: .line 190
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/nodes/LLVMRuntimeDebugInformation$ClearLocalVariableParts;
}
SourceFile: "LLVMRuntimeDebugInformation.java"
NestHost: com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation
InnerClasses:
  final ClearLocalVariableParts = com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$ClearLocalVariableParts of com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation
  abstract LocalVarDebugInfo = com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation$LocalVarDebugInfo of com.oracle.truffle.llvm.parser.nodes.LLVMRuntimeDebugInformation