public class org.jboss.resteasy.specimpl.PathSegmentImpl$SegmentParse
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jboss.resteasy.specimpl.PathSegmentImpl$SegmentParse
super_class: java.lang.Object
{
public java.util.List<javax.ws.rs.core.PathSegment> segments;
descriptor: Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Signature: Ljava/util/List<Ljavax/ws/rs/core/PathSegment;>;
public boolean hasMatrixParams;
descriptor: Z
flags: (0x0001) ACC_PUBLIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/resteasy/specimpl/PathSegmentImpl$SegmentParse;
}
SourceFile: "PathSegmentImpl.java"
NestHost: org.jboss.resteasy.specimpl.PathSegmentImpl
InnerClasses:
public SegmentParse = org.jboss.resteasy.specimpl.PathSegmentImpl$SegmentParse of org.jboss.resteasy.specimpl.PathSegmentImpl