public interface org.graalvm.compiler.nodes.NodeView
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.compiler.nodes.NodeView
  super_class: java.lang.Object
{
  public static final org.graalvm.compiler.nodes.NodeView DEFAULT;
    descriptor: Lorg/graalvm/compiler/nodes/NodeView;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 51
            new org.graalvm.compiler.nodes.NodeView$Default
            dup
            invokespecial org.graalvm.compiler.nodes.NodeView$Default.<init>:()V
            putstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.graalvm.compiler.core.common.type.Stamp stamp(org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/core/common/type/Stamp;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      node  

  public static org.graalvm.compiler.nodes.NodeView from(org.graalvm.compiler.graph.spi.CanonicalizerTool);
    descriptor: (Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;)Lorg/graalvm/compiler/nodes/NodeView;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
         0: .line 68
            aload 0 /* tool */
            instanceof org.graalvm.compiler.nodes.NodeView
            ifeq 2
         1: .line 69
            aload 0 /* tool */
            checkcast org.graalvm.compiler.nodes.NodeView
            areturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
            areturn
        end local 0 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  tool  Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;
    MethodParameters:
      Name  Flags
      tool  
}
SourceFile: "NodeView.java"
NestMembers:
  org.graalvm.compiler.nodes.NodeView$Default
InnerClasses:
  public Default = org.graalvm.compiler.nodes.NodeView$Default of org.graalvm.compiler.nodes.NodeView