class javax.xml.datatype.SecuritySupport
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.xml.datatype.SecuritySupport
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
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 Ljavax/xml/datatype/SecuritySupport;
java.lang.ClassLoader getContextClassLoader();
descriptor: ()Ljava/lang/ClassLoader;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new javax.xml.datatype.SecuritySupport$1
dup
aload 0
invokespecial javax.xml.datatype.SecuritySupport$1.<init>:(Ljavax/xml/datatype/SecuritySupport;)V
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
checkcast java.lang.ClassLoader
1: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavax/xml/datatype/SecuritySupport;
java.lang.String getSystemProperty(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new javax.xml.datatype.SecuritySupport$2
dup
aload 0
aload 1
invokespecial javax.xml.datatype.SecuritySupport$2.<init>:(Ljavax/xml/datatype/SecuritySupport;Ljava/lang/String;)V
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
checkcast java.lang.String
1: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavax/xml/datatype/SecuritySupport;
0 2 1 propName Ljava/lang/String;
MethodParameters:
Name Flags
propName final
java.io.FileInputStream getFileInputStream(java.io.File);
descriptor: (Ljava/io/File;)Ljava/io/FileInputStream;
flags: (0x0000)
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new javax.xml.datatype.SecuritySupport$3
dup
aload 0
aload 1
invokespecial javax.xml.datatype.SecuritySupport$3.<init>:(Ljavax/xml/datatype/SecuritySupport;Ljava/io/File;)V
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
checkcast java.io.FileInputStream
1: areturn
2: StackMap locals:
StackMap stack: java.security.PrivilegedActionException
astore 2
start local 2 3: aload 2
invokevirtual java.security.PrivilegedActionException.getException:()Ljava/lang/Exception;
checkcast java.io.FileNotFoundException
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavax/xml/datatype/SecuritySupport;
0 4 1 file Ljava/io/File;
3 4 2 e Ljava/security/PrivilegedActionException;
Exception table:
from to target type
0 1 2 Class java.security.PrivilegedActionException
Exceptions:
throws java.io.FileNotFoundException
MethodParameters:
Name Flags
file final
boolean doesFileExist(java.io.File);
descriptor: (Ljava/io/File;)Z
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new javax.xml.datatype.SecuritySupport$4
dup
aload 0
aload 1
invokespecial javax.xml.datatype.SecuritySupport$4.<init>:(Ljavax/xml/datatype/SecuritySupport;Ljava/io/File;)V
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
checkcast java.lang.Boolean
1: invokevirtual java.lang.Boolean.booleanValue:()Z
2: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavax/xml/datatype/SecuritySupport;
0 3 1 f Ljava/io/File;
MethodParameters:
Name Flags
f final
}
SourceFile: "SecuritySupport.java"
NestMembers:
javax.xml.datatype.SecuritySupport$1 javax.xml.datatype.SecuritySupport$2 javax.xml.datatype.SecuritySupport$3 javax.xml.datatype.SecuritySupport$4
InnerClasses:
javax.xml.datatype.SecuritySupport$1
javax.xml.datatype.SecuritySupport$2
javax.xml.datatype.SecuritySupport$3
javax.xml.datatype.SecuritySupport$4