public final class com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript$Moment
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript$Moment
  super_class: java.lang.Object
{
  public final int hours;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int minutes;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int seconds;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript$Moment this
        start local 1 // int hours
        start local 2 // int minutes
        start local 3 // int seconds
         0: .line 176
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 177
            aload 0 /* this */
            iload 1 /* hours */
            putfield com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript$Moment.hours:I
         2: .line 178
            aload 0 /* this */
            iload 2 /* minutes */
            putfield com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript$Moment.minutes:I
         3: .line 179
            aload 0 /* this */
            iload 3 /* seconds */
            putfield com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript$Moment.seconds:I
         4: .line 180
            return
        end local 3 // int seconds
        end local 2 // int minutes
        end local 1 // int hours
        end local 0 // com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript$Moment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/tck/impl/PolyglotEngineWithJavaScript$Moment;
            0    5     1    hours  I
            0    5     2  minutes  I
            0    5     3  seconds  I
    MethodParameters:
         Name  Flags
      hours    
      minutes  
      seconds  
}
SourceFile: "PolyglotEngineWithJavaScript.java"
NestHost: com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript
InnerClasses:
  public final Moment = com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript$Moment of com.oracle.truffle.tck.impl.PolyglotEngineWithJavaScript