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

object DelombokMode

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait DelombokMode

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Default
object NoDelombok
object RunDelombok
object TypesOnly
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: File, analysisJavaHome: Option[String]): Try[String]
def parseDelombokModeOption(delombokModeStr: Option[String]): DelombokMode
def run(inputPath: Path, fileInfo: List[FileInfo], analysisJavaHome: Option[String]): DelombokRunResult