public class jdk.internal.foreign.LayoutPath$PathElementImpl implements jdk.incubator.foreign.MemoryLayout$PathElement, java.util.function.UnaryOperator<jdk.internal.foreign.LayoutPath>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.foreign.LayoutPath$PathElementImpl
  super_class: java.lang.Object
{
  final jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind kind;
    descriptor: Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
    flags: (0x0010) ACC_FINAL

  final java.util.function.UnaryOperator<jdk.internal.foreign.LayoutPath> pathOp;
    descriptor: Ljava/util/function/UnaryOperator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/UnaryOperator<Ljdk/internal/foreign/LayoutPath;>;

  public void <init>(jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind, java.util.function.UnaryOperator<jdk.internal.foreign.LayoutPath>);
    descriptor: (Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;Ljava/util/function/UnaryOperator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl this
        start local 1 // jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind kind
        start local 2 // java.util.function.UnaryOperator pathOp
         0: .line 273
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 274
            aload 0 /* this */
            aload 1 /* kind */
            putfield jdk.internal.foreign.LayoutPath$PathElementImpl.kind:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
         2: .line 275
            aload 0 /* this */
            aload 2 /* pathOp */
            putfield jdk.internal.foreign.LayoutPath$PathElementImpl.pathOp:Ljava/util/function/UnaryOperator;
         3: .line 276
            return
        end local 2 // java.util.function.UnaryOperator pathOp
        end local 1 // jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind kind
        end local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/internal/foreign/LayoutPath$PathElementImpl;
            0    4     1    kind  Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            0    4     2  pathOp  Ljava/util/function/UnaryOperator<Ljdk/internal/foreign/LayoutPath;>;
    Signature: (Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;Ljava/util/function/UnaryOperator<Ljdk/internal/foreign/LayoutPath;>;)V
    MethodParameters:
        Name  Flags
      kind    
      pathOp  

  public jdk.internal.foreign.LayoutPath apply(jdk.internal.foreign.LayoutPath);
    descriptor: (Ljdk/internal/foreign/LayoutPath;)Ljdk/internal/foreign/LayoutPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl this
        start local 1 // jdk.internal.foreign.LayoutPath layoutPath
         0: .line 280
            aload 0 /* this */
            getfield jdk.internal.foreign.LayoutPath$PathElementImpl.pathOp:Ljava/util/function/UnaryOperator;
            aload 1 /* layoutPath */
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast jdk.internal.foreign.LayoutPath
            areturn
        end local 1 // jdk.internal.foreign.LayoutPath layoutPath
        end local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljdk/internal/foreign/LayoutPath$PathElementImpl;
            0    1     1  layoutPath  Ljdk/internal/foreign/LayoutPath;
    MethodParameters:
            Name  Flags
      layoutPath  

  public jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind kind();
    descriptor: ()Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl this
         0: .line 284
            aload 0 /* this */
            getfield jdk.internal.foreign.LayoutPath$PathElementImpl.kind:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            areturn
        end local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/foreign/LayoutPath$PathElementImpl;

  public java.lang.Object apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast jdk.internal.foreign.LayoutPath
            invokevirtual jdk.internal.foreign.LayoutPath$PathElementImpl.apply:(Ljdk/internal/foreign/LayoutPath;)Ljdk/internal/foreign/LayoutPath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljdk/incubator/foreign/MemoryLayout$PathElement;Ljava/util/function/UnaryOperator<Ljdk/internal/foreign/LayoutPath;>;
SourceFile: "LayoutPath.java"
NestHost: jdk.internal.foreign.LayoutPath
InnerClasses:
  public abstract PathElement = jdk.incubator.foreign.MemoryLayout$PathElement of jdk.incubator.foreign.MemoryLayout
  public PathElementImpl = jdk.internal.foreign.LayoutPath$PathElementImpl of jdk.internal.foreign.LayoutPath
  public final PathKind = jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind of jdk.internal.foreign.LayoutPath$PathElementImpl