XTypeRecoveryConfig

io.joern.x2cpg.passes.frontend.XTypeRecoveryConfig
case class XTypeRecoveryConfig(iterations: Int, enabledDummyTypes: Boolean)

Value parameters

enabledDummyTypes

whether to enable placeholder dummy values for partially resolved types during the final iteration.

iterations

the number of iterations to run.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product