public abstract class jdk.internal.org.objectweb.asm.tree.analysis.Interpreter<V extends jdk.internal.org.objectweb.asm.tree.analysis.Value>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: jdk.internal.org.objectweb.asm.tree.analysis.Interpreter
  super_class: java.lang.Object
{
  protected final int api;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
        start local 1 // int api
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 93
            aload 0 /* this */
            iload 1 /* api */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.api:I
         2: .line 94
            return
        end local 1 // int api
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
            0    3     1   api  I
    MethodParameters:
      Name  Flags
      api   final

  public abstract V newValue(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljdk/internal/org/objectweb/asm/Type;)TV;
    MethodParameters:
      Name  Flags
      type  

  public V newParameterValue(boolean, int, jdk.internal.org.objectweb.asm.Type);
    descriptor: (ZILjdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
        start local 1 // boolean isInstanceMethod
        start local 2 // int local
        start local 3 // jdk.internal.org.objectweb.asm.Type type
         0: .line 128
            aload 0 /* this */
            aload 3 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
            areturn
        end local 3 // jdk.internal.org.objectweb.asm.Type type
        end local 2 // int local
        end local 1 // boolean isInstanceMethod
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
            0    1     1  isInstanceMethod  Z
            0    1     2             local  I
            0    1     3              type  Ljdk/internal/org/objectweb/asm/Type;
    Signature: (ZILjdk/internal/org/objectweb/asm/Type;)TV;
    MethodParameters:
                  Name  Flags
      isInstanceMethod  final
      local             final
      type              final

  public V newReturnTypeValue(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 142
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
            areturn
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
            0    1     1  type  Ljdk/internal/org/objectweb/asm/Type;
    Signature: (Ljdk/internal/org/objectweb/asm/Type;)TV;
    MethodParameters:
      Name  Flags
      type  final

  public V newEmptyValue();
    descriptor: (I)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
        start local 1 // int local
         0: .line 157
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
            areturn
        end local 1 // int local
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
            0    1     1  local  I
    Signature: (I)TV;
    MethodParameters:
       Name  Flags
      local  final

  public V newExceptionValue(jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode, jdk.internal.org.objectweb.asm.tree.analysis.Frame<V>, jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
        start local 1 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Frame handlerFrame
        start local 3 // jdk.internal.org.objectweb.asm.Type exceptionType
         0: .line 176
            aload 0 /* this */
            aload 3 /* exceptionType */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
            areturn
        end local 3 // jdk.internal.org.objectweb.asm.Type exceptionType
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Frame handlerFrame
        end local 1 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
            0    1     1  tryCatchBlockNode  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
            0    1     2       handlerFrame  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            0    1     3      exceptionType  Ljdk/internal/org/objectweb/asm/Type;
    Signature: (Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;Ljdk/internal/org/objectweb/asm/Type;)TV;
    MethodParameters:
                   Name  Flags
      tryCatchBlockNode  final
      handlerFrame       final
      exceptionType      final

  public abstract V newOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)TV;
    MethodParameters:
      Name  Flags
      insn  

  public abstract V copyOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, );
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;)TV;
    MethodParameters:
       Name  Flags
      insn   
      value  

  public abstract V unaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, );
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;)TV;
    MethodParameters:
       Name  Flags
      insn   
      value  

  public abstract V binaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, V, );
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;TV;)TV;
    MethodParameters:
        Name  Flags
      insn    
      value1  
      value2  

  public abstract V ternaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, V, V, );
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;TV;TV;)TV;
    MethodParameters:
        Name  Flags
      insn    
      value1  
      value2  
      value3  

  public abstract V naryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, java.util.List<? extends V>);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List<+TV;>;)TV;
    MethodParameters:
        Name  Flags
      insn    
      values  

  public abstract void returnOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, V, );
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;TV;)V
    MethodParameters:
          Name  Flags
      insn      
      value     
      expected  

  public abstract V merge(V, );
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TV;TV;)TV;
    MethodParameters:
        Name  Flags
      value1  
      value2  
}
Signature: <V::Ljdk/internal/org/objectweb/asm/tree/analysis/Value;>Ljava/lang/Object;
SourceFile: "Interpreter.java"