public class net.bytebuddy.description.field.FieldList$Empty<S extends net.bytebuddy.description.field.FieldDescription> extends net.bytebuddy.matcher.FilterableList$Empty<S, net.bytebuddy.description.field.FieldList<S>> implements net.bytebuddy.description.field.FieldList<S>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.description.field.FieldList$Empty
super_class: net.bytebuddy.matcher.FilterableList$Empty
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial net.bytebuddy.matcher.FilterableList$Empty.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/field/FieldList$Empty<TS;>;
public net.bytebuddy.description.ByteCodeElement$Token$TokenList<net.bytebuddy.description.field.FieldDescription$Token> asTokenList(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new net.bytebuddy.description.ByteCodeElement$Token$TokenList
dup
iconst_0
anewarray net.bytebuddy.description.field.FieldDescription$Token
invokespecial net.bytebuddy.description.ByteCodeElement$Token$TokenList.<init>:([Lnet/bytebuddy/description/ByteCodeElement$Token;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/field/FieldList$Empty<TS;>;
0 1 1 matcher Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList<Lnet/bytebuddy/description/field/FieldDescription$Token;>;
MethodParameters:
Name Flags
matcher
public net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InDefinedShape> asDefined();
descriptor: ()Lnet/bytebuddy/description/field/FieldList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/field/FieldList$Empty<TS;>;
Signature: ()Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
}
Signature: <S::Lnet/bytebuddy/description/field/FieldDescription;>Lnet/bytebuddy/matcher/FilterableList$Empty<TS;Lnet/bytebuddy/description/field/FieldList<TS;>;>;Lnet/bytebuddy/description/field/FieldList<TS;>;
SourceFile: "FieldList.java"
NestHost: net.bytebuddy.description.field.FieldList
InnerClasses:
public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
public TokenList = net.bytebuddy.description.ByteCodeElement$Token$TokenList of net.bytebuddy.description.ByteCodeElement$Token
public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
public Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
public Empty = net.bytebuddy.description.field.FieldList$Empty of net.bytebuddy.description.field.FieldList
public Empty = net.bytebuddy.matcher.FilterableList$Empty of net.bytebuddy.matcher.FilterableList