class com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl implements com.oracle.truffle.api.object.dsl.Snippets$CreateSnippets
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl
  super_class: java.lang.Object
{
  public static final com.oracle.truffle.api.object.dsl.Snippets$CreateSnippets INSTANCE;
    descriptor: Lcom/oracle/truffle/api/object/dsl/Snippets$CreateSnippets;
    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 315
            new com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl
            dup
            invokespecial com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl.<init>:()V
            putstatic com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl.INSTANCE:Lcom/oracle/truffle/api/object/dsl/Snippets$CreateSnippets;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl this
         0: .line 306
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/object/dsl/Snippets$BuildSnippets$RectLayoutImpl;

  public com.oracle.truffle.api.object.DynamicObject createRect(int, int, int, int);
    descriptor: (IIII)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
         0: .line 308
            aconst_null
            areturn
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/object/dsl/Snippets$BuildSnippets$RectLayoutImpl;
            0    1     1       x  I
            0    1     2       y  I
            0    1     3   width  I
            0    1     4  height  I
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  

  public java.lang.Object[] build(int, int, int, int);
    descriptor: (IIII)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
         0: .line 312
            aconst_null
            areturn
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/object/dsl/Snippets$BuildSnippets$RectLayoutImpl;
            0    1     1       x  I
            0    1     2       y  I
            0    1     3   width  I
            0    1     4  height  I
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  
}
SourceFile: "Layout.java"
NestHost: com.oracle.truffle.api.object.dsl.Snippets
InnerClasses:
  BuildSnippets = com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets of com.oracle.truffle.api.object.dsl.Snippets
  RectLayoutImpl = com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets$RectLayoutImpl of com.oracle.truffle.api.object.dsl.Snippets$BuildSnippets
  abstract CreateSnippets = com.oracle.truffle.api.object.dsl.Snippets$CreateSnippets of com.oracle.truffle.api.object.dsl.Snippets