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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield jdk.internal.foreign.LayoutPath$PathElementImpl.kind:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
2: aload 0
aload 2
putfield jdk.internal.foreign.LayoutPath$PathElementImpl.pathOp:Ljava/util/function/UnaryOperator;
3: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield jdk.internal.foreign.LayoutPath$PathElementImpl.pathOp:Ljava/util/function/UnaryOperator;
aload 1
invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast jdk.internal.foreign.LayoutPath
areturn
end local 1 end local 0 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 0: aload 0
getfield jdk.internal.foreign.LayoutPath$PathElementImpl.kind:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
areturn
end local 0 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: 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