Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
Integer j
Object obj
Number v
protected native Object clone()
public boolean equals(Object arg0)
protected void finalize()
public final native Class<?> getClass()
public native int hashCode()
public final native void notify()
public final native void notifyAll()
public void op(Object obj)
public String toString()
public final void wait()
public final void wait(long arg0)
public final void wait(long arg0, int arg1)
assert
boolean
byte
char
class
do
double
final
float
for
if
int
long
new
record
return
short
strictfp
super
switch
synchronized
this
throw
try
var
void
while
yield
AbstractMethodError
Appendable
ArithmeticException
ArrayIndexOutOfBoundsException
ArrayStoreException
AssertionError
AutoCloseable
Boolean
BootstrapMethodError
Byte
CharSequence
Character
Class
ClassCastException
ClassCircularityError
ClassFormatError
ClassLoader
ClassNotFoundException
ClassValue
CloneNotSupportedException
Cloneable
Color
Comparable
Deprecated
Double
Enum
EnumConstantNotPresentException
Error
Exception
ExceptionInInitializerError
Float
FunctionalInterface
IllegalAccessError
IllegalAccessException
IllegalArgumentException
IllegalCallerException
IllegalMonitorStateException
IllegalStateException
IllegalThreadStateException
IncompatibleClassChangeError
IndexOutOfBoundsException
InheritableThreadLocal
InstantiationError
InstantiationException
IntStream
Integer
InternalError
InterruptedException
Iterable
LayerInstantiationException
LinkageError
Long
MatchException
Math
Module
ModuleLayer
NegativeArraySizeException
NoClassDefFoundError
NoSuchFieldError
NoSuchFieldException
NoSuchMethodError
NoSuchMethodException
NullPointerException
Number
NumberFormatException
Object
OutOfMemoryError
Override
Package
Point
Process
ProcessBuilder
ProcessHandle
Readable
Record
ReflectiveOperationException
Runnable
Runtime
RuntimeException
RuntimePermission
SafeVarargs
ScopedValue
SecurityException
SecurityManager
Short
StackOverflowError
StackTraceElement
StackWalker
StrictMath
String
StringBuffer
StringBuilder
StringIndexOutOfBoundsException
StringTemplate
SuppressWarnings
System
Test
Thread
ThreadDeath
ThreadGroup
ThreadLocal
Throwable
TypeNotPresentException
UnknownError
UnsatisfiedLinkError
UnsupportedClassVersionError
UnsupportedOperationException
VerifyError
VirtualMachineError
Void
WrongThreadException
com
java
javax
org
sun
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
null
AbstractMethodError
Appendable
ArithmeticException
ArrayIndexOutOfBoundsException
ArrayStoreException
AssertionError
AutoCloseable
Boolean
BootstrapMethodError
Byte
CharSequence
Character
Class
ClassCastException
ClassCircularityError
ClassFormatError
ClassLoader
ClassNotFoundException
ClassValue
CloneNotSupportedException
Cloneable
Color
Comparable
Deprecated
Double
Enum
EnumConstantNotPresentException
Error
Exception
ExceptionInInitializerError
Float
FunctionalInterface
IllegalAccessError
IllegalAccessException
IllegalArgumentException
IllegalCallerException
IllegalMonitorStateException
IllegalStateException
IllegalThreadStateException
IncompatibleClassChangeError
IndexOutOfBoundsException
InheritableThreadLocal
InstantiationError
InstantiationException
IntStream
Integer
InternalError
InterruptedException
Iterable
LayerInstantiationException
LinkageError
Long
MatchException
Math
Module
ModuleLayer
NegativeArraySizeException
NoClassDefFoundError
NoSuchFieldError
NoSuchFieldException
NoSuchMethodError
NoSuchMethodException
NullPointerException
Number
NumberFormatException
Object
OutOfMemoryError
Override
Package
Point
Process
ProcessBuilder
ProcessHandle
Readable
Record
ReflectiveOperationException
Runnable
Runtime
RuntimeException
RuntimePermission
SafeVarargs
ScopedValue
SecurityException
SecurityManager
Short
StackOverflowError
StackTraceElement
StackWalker
StrictMath
String
StringBuffer
StringBuilder
StringIndexOutOfBoundsException
StringTemplate
SuppressWarnings
System
Test
Thread
ThreadDeath
ThreadGroup
ThreadLocal
Throwable
TypeNotPresentException
UnknownError
UnsatisfiedLinkError
UnsupportedClassVersionError
UnsupportedOperationException
VerifyError
VirtualMachineError
Void
WrongThreadException
com
java
javax
org
sun
Loading
Loading