FieldPath

io.joern.x2cpg.passes.frontend.RecoverForXCompilationUnit.FieldPath
case class FieldPath(compUnitFullName: String, identifier: String)

Convenience class for transporting field names.

Value parameters

compUnitFullName

qualified path to base type holding the member.

identifier

the member name.

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