XTypeRecoveryConfig

io.joern.x2cpg.passes.frontend.XTypeRecoveryConfig
case class XTypeRecoveryConfig(currentIteration: Int, iterations: Int, enabledDummyTypes: Boolean, isFieldMemoization: TrieMap[AstNode, Boolean])

Attributes

currentIteration

the current iteration.

enabledDummyTypes

whether to enable placeholder dummy values for partially resolved types.

isFieldMemoization

a cache for answering if a node represents a field or member.

iterations

the number of iterations to run.

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val isFinalIteration: Boolean
lazy val isFirstIteration: Boolean