All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fburato.highwheelmodules.bytecodeparser.NameTransformer.scala Maven / Gradle / Ivy

The newest version!
package com.github.fburato.highwheelmodules.bytecodeparser

import com.github.fburato.highwheelmodules.model.bytecode.ElementName

trait NameTransformer {
  def transform(elementName: String): ElementName
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy