cosmic-internal-jdk
Version:
KingScript: JDK1.8
6 lines (5 loc) • 456 B
JavaScript
export const ClassDefinition = $.type("java.lang.instrument.ClassDefinition");
export const ClassFileTransformer = $.type("java.lang.instrument.ClassFileTransformer");
export const IllegalClassFormatException = $.type("java.lang.instrument.IllegalClassFormatException");
export const Instrumentation = $.type("java.lang.instrument.Instrumentation");
export const UnmodifiableClassException = $.type("java.lang.instrument.UnmodifiableClassException");