TypeStubConfig

io.joern.x2cpg.typestub.TypeStubConfig
See theTypeStubConfig companion object
trait TypeStubConfig[R <: X2CpgConfig[R]]

Extends the config to download type stubs to help resolve type full names.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
R

Members list

Value members

Abstract methods

def useTypeStubs: Boolean

Whether to use type stubs to help resolve type information or not. Using type stubs may increase memory consumption.

Whether to use type stubs to help resolve type information or not. Using type stubs may increase memory consumption.

Attributes

def withTypeStubs(value: Boolean): R

The entrypoint to load the type stubs into the config.

The entrypoint to load the type stubs into the config.

Attributes

Concrete methods

Creates a meta-data class of information about the type stub management.

Creates a meta-data class of information about the type stub management.

Attributes