ProcInScope

io.joern.x2cpg.passes.frontend.PythonModuleDefinedCallLinker.ProcInScope
case class ProcInScope(callingName: String, fullNameAsPyFile: String)

Defines how a procedure is available to be called in the current scope.

Attributes

callingName

how this procedure is to be called, i.e., alias name, name with path, etc.

fullNameAsPyFile

the full name to where this method is defined where it's assumed to be defined under a named Python file.

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

Members list

Concise view

Value members

Concrete methods

def fullNameAsInit: String

Attributes

Returns:

the he full name of the procedure where it's assumed that it is defined within an init.py of the module.

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product