mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8335290: Rename ClassFile::transform to ClassFile::transformClass
Reviewed-by: asotona
This commit is contained in:
parent
d51141e5fc
commit
0db9bc57de
58 changed files with 171 additions and 174 deletions
|
@ -33,7 +33,7 @@ import jdk.internal.javac.PreviewFeature;
|
|||
/**
|
||||
* A transformation on streams of elements. Transforms are used during
|
||||
* transformation of classfile entities; a transform is provided to a method like
|
||||
* {@link ClassFile#transform(ClassModel, ClassTransform)}, and the elements of the class,
|
||||
* {@link ClassFile#transformClass(ClassModel, ClassTransform)}, and the elements of the class,
|
||||
* along with a builder, are presented to the transform.
|
||||
*
|
||||
* <p>The subtypes of {@linkplain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue