UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

12 lines (11 loc) 955 B
/// <reference types="dist/index" /> export type ClassDefinition = $.java.lang.instrument.ClassDefinition; export declare const ClassDefinition: $.java.lang.instrument.ClassDefinitionConstructor; export type ClassFileTransformer = $.java.lang.instrument.ClassFileTransformer; export declare const ClassFileTransformer: $.java.lang.instrument.ClassFileTransformerConstructor; export type IllegalClassFormatException = $.java.lang.instrument.IllegalClassFormatException; export declare const IllegalClassFormatException: $.java.lang.instrument.IllegalClassFormatExceptionConstructor; export type Instrumentation = $.java.lang.instrument.Instrumentation; export declare const Instrumentation: $.java.lang.instrument.InstrumentationConstructor; export type UnmodifiableClassException = $.java.lang.instrument.UnmodifiableClassException; export declare const UnmodifiableClassException: $.java.lang.instrument.UnmodifiableClassExceptionConstructor;