public interface org.jruby.Profile
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jruby.Profile
super_class: java.lang.Object
{
public static final org.jruby.Profile ALL;
descriptor: Lorg/jruby/Profile;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.jruby.Profile DEBUG_ALLOW;
descriptor: Lorg/jruby/Profile;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.jruby.Profile NO_FILE_CLASS;
descriptor: Lorg/jruby/Profile;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.jruby.Profile ANY;
descriptor: Lorg/jruby/Profile;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.jruby.Profile DEFAULT;
descriptor: Lorg/jruby/Profile;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.jruby.Profile$1
dup
invokespecial org.jruby.Profile$1.<init>:()V
putstatic org.jruby.Profile.ALL:Lorg/jruby/Profile;
1: new org.jruby.Profile$2
dup
invokespecial org.jruby.Profile$2.<init>:()V
putstatic org.jruby.Profile.DEBUG_ALLOW:Lorg/jruby/Profile;
2: new org.jruby.Profile$3
dup
invokespecial org.jruby.Profile$3.<init>:()V
putstatic org.jruby.Profile.NO_FILE_CLASS:Lorg/jruby/Profile;
3: getstatic org.jruby.Profile.ALL:Lorg/jruby/Profile;
putstatic org.jruby.Profile.ANY:Lorg/jruby/Profile;
4: getstatic org.jruby.Profile.ALL:Lorg/jruby/Profile;
putstatic org.jruby.Profile.DEFAULT:Lorg/jruby/Profile;
return
LocalVariableTable:
Start End Slot Name Signature
public abstract boolean allowBuiltin(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
name
public abstract boolean allowClass(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
name
public abstract boolean allowModule(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
name
public abstract boolean allowLoad(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
name
public abstract boolean allowRequire(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
name
}
SourceFile: "Profile.java"
NestMembers:
org.jruby.Profile$1 org.jruby.Profile$2 org.jruby.Profile$3
InnerClasses:
org.jruby.Profile$1
org.jruby.Profile$2
org.jruby.Profile$3