public class org.graalvm.compiler.nodes.NodeView$Default implements org.graalvm.compiler.nodes.NodeView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.NodeView$Default
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.NodeView$Default this
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.nodes.NodeView$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/NodeView$Default;

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.NodeView$Default this
        start local 1 // org.graalvm.compiler.nodes.ValueNode node
         0: .line 56
            aload 1 /* node */
            getfield org.graalvm.compiler.nodes.ValueNode.stamp:Lorg/graalvm/compiler/core/common/type/Stamp;
            areturn
        end local 1 // org.graalvm.compiler.nodes.ValueNode node
        end local 0 // org.graalvm.compiler.nodes.NodeView$Default this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/NodeView$Default;
            0    1     1  node  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "NodeView.java"
NestHost: org.graalvm.compiler.nodes.NodeView
InnerClasses:
  public Default = org.graalvm.compiler.nodes.NodeView$Default of org.graalvm.compiler.nodes.NodeView