Class Transformer
class ClassTransformer(val scriptIdentifier: Identifier, val props: TransformerPropertiesStore, val targetClassName: String, block: ClassNode.() -> Unit) : Transformer<ClassNode> (source)
Applies transformations to a Class.
Constructors
Link copied to clipboard
internal constructor(scriptIdentifier: Identifier, props: TransformerPropertiesStore, targetClassName: String, block: ClassNode.() -> Unit)