public interface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter
  super_class: java.lang.Object
{
  public abstract org.glassfish.pfl.objectweb.asm.tree.analysis.Value newValue(org.glassfish.pfl.objectweb.asm.Type);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      type  

  public abstract org.glassfish.pfl.objectweb.asm.tree.analysis.Value newOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
      Name  Flags
      insn  

  public abstract org.glassfish.pfl.objectweb.asm.tree.analysis.Value copyOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
       Name  Flags
      insn   
      value  

  public abstract org.glassfish.pfl.objectweb.asm.tree.analysis.Value unaryOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
       Name  Flags
      insn   
      value  

  public abstract org.glassfish.pfl.objectweb.asm.tree.analysis.Value binaryOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Value, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
        Name  Flags
      insn    
      value1  
      value2  

  public abstract org.glassfish.pfl.objectweb.asm.tree.analysis.Value ternaryOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, org.glassfish.pfl.objectweb.asm.tree.analysis.Value, org.glassfish.pfl.objectweb.asm.tree.analysis.Value, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
        Name  Flags
      insn    
      value1  
      value2  
      value3  

  public abstract org.glassfish.pfl.objectweb.asm.tree.analysis.Value naryOperation(org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode, java.util.List);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
        Name  Flags
      insn    
      values  

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

  public abstract org.glassfish.pfl.objectweb.asm.tree.analysis.Value merge(org.glassfish.pfl.objectweb.asm.tree.analysis.Value, org.glassfish.pfl.objectweb.asm.tree.analysis.Value);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      v     
      w     
}
SourceFile: "Interpreter.java"