Deprecated API
Contents
-
Deprecated FieldsFieldDescriptionUse
ClassReader.readByte(int)and the other read methods instead. This field will eventually be deleted.This API is experimental.
-
Deprecated MethodsMethodDescriptionno longer used by ASM.this method is superseded by
ClassWriter.newHandle(int, String, String, String, boolean).
-
Deprecated ConstructorsConstructorDescriptionuse
Remapper(int)instead.useSimpleRemapper(int, String, String)instead.useSimpleRemapper(int, Map)instead.this constructor has been superseded byHandle(int, String, String, String, boolean).