class org.jruby.ext.ffi.Platform$Windows extends org.jruby.ext.ffi.Platform$Supported
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ext.ffi.Platform$Windows
super_class: org.jruby.ext.ffi.Platform$Supported
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // org.jruby.ext.ffi.Platform$Windows this
0: .line 503
aload 0 /* this */
getstatic org.jruby.ext.ffi.Platform$Windows.OS:Lorg/jruby/ext/ffi/Platform$OS_TYPE;
pop
getstatic org.jruby.ext.ffi.Platform$OS_TYPE.WINDOWS:Lorg/jruby/ext/ffi/Platform$OS_TYPE;
invokespecial org.jruby.ext.ffi.Platform$Supported.<init>:(Lorg/jruby/ext/ffi/Platform$OS_TYPE;)V
1: .line 504
return
end local 0 // org.jruby.ext.ffi.Platform$Windows this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ext/ffi/Platform$Windows;
}
SourceFile: "Platform.java"
NestHost: org.jruby.ext.ffi.Platform
InnerClasses:
public final OS_TYPE = org.jruby.ext.ffi.Platform$OS_TYPE of org.jruby.ext.ffi.Platform
private Supported = org.jruby.ext.ffi.Platform$Supported of org.jruby.ext.ffi.Platform
private Windows = org.jruby.ext.ffi.Platform$Windows of org.jruby.ext.ffi.Platform