Delombok

io.joern.javasrc2cpg.util.Delombok
object Delombok

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Delombok.type

Members list

Type members

Classlikes

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DelombokRunResult(path: Path, isDelombokedPath: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def delombokPackageRoot(projectDir: Path, relativePackageRoot: Path, delombokTempDir: Path, analysisJavaHome: Option[String]): Try[String]
def parseDelombokModeOption(delombokModeStr: Option[String]): DelombokMode
def run(inputPath: Path, fileInfo: List[FileInfo], analysisJavaHome: Option[String]): DelombokRunResult