TypeStubMetaData

io.joern.x2cpg.typestub.TypeStubMetaData
case class TypeStubMetaData(useTypeStubs: Boolean, packagePath: URL)

The meta data around managing type stub resources for this frontend.

Value parameters

packagePath

the code path for the frontend.

useTypeStubs

a flag to indicate whether types stubs should be used.

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