public interface JavaLangAccess
Modifier and Type | Method and Description |
---|---|
void |
blockedOn(Thread t,
Interruptible b) |
AnnotationType |
getAnnotationType(Class<?> klass) |
ConstantPool |
getConstantPool(Class<?> klass) |
<E extends Enum<E>> |
getEnumConstantsShared(Class<E> klass) |
int |
getStackTraceDepth(Throwable t) |
StackTraceElement |
getStackTraceElement(Throwable t,
int i) |
void |
registerShutdownHook(int slot,
Runnable r) |
void |
setAnnotationType(Class<?> klass,
AnnotationType annotationType) |
ConstantPool getConstantPool(Class<?> klass)
void setAnnotationType(Class<?> klass, AnnotationType annotationType)
AnnotationType getAnnotationType(Class<?> klass)
void blockedOn(Thread t, Interruptible b)
void registerShutdownHook(int slot, Runnable r)
int getStackTraceDepth(Throwable t)
StackTraceElement getStackTraceElement(Throwable t, int i)