public class com.sun.javafx.sg.prism.NGMeshView extends com.sun.javafx.sg.prism.NGShape3D
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.sg.prism.NGMeshView
  super_class: com.sun.javafx.sg.prism.NGShape3D
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGMeshView this
         0: .line 31
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGShape3D.<init>:()V
            return
        end local 0 // com.sun.javafx.sg.prism.NGMeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGMeshView;

  public void setMesh(com.sun.javafx.sg.prism.NGTriangleMesh);
    descriptor: (Lcom/sun/javafx/sg/prism/NGTriangleMesh;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGMeshView this
        start local 1 // com.sun.javafx.sg.prism.NGTriangleMesh pgtm
         0: .line 37
            aload 0 /* this */
            aload 1 /* pgtm */
            invokespecial com.sun.javafx.sg.prism.NGShape3D.setMesh:(Lcom/sun/javafx/sg/prism/NGTriangleMesh;)V
         1: .line 38
            return
        end local 1 // com.sun.javafx.sg.prism.NGTriangleMesh pgtm
        end local 0 // com.sun.javafx.sg.prism.NGMeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/sg/prism/NGMeshView;
            0    2     1  pgtm  Lcom/sun/javafx/sg/prism/NGTriangleMesh;
    MethodParameters:
      Name  Flags
      pgtm  
}
SourceFile: "NGMeshView.java"