MethodLikeScope

io.joern.php2cpg.utils.MethodLikeScope

Represents scope objects that map to a method node.

Attributes

Graph
Supertypes
trait NamedScope
trait TypedScopeElement
class Object
trait Matchable
class Any
Show all
Known subtypes
class MethodScope

Members list

Value members

Inherited methods

def getClosureMethodName()(using nextClosureName: () => String): String

Attributes

Inherited from:
ClosureNameCreator
def getNextClassTmp: String

Attributes

Inherited from:
AnonymousClassNameCreator
def getNextDeduplicateClassName(className: String): String

Attributes

Inherited from:
DeDuplicateNameCreator
def getNextDeduplicateMethodName(methodName: String): String

Attributes

Inherited from:
DeDuplicateNameCreator
def getNextVarTmp: String

Attributes

Inherited from:
AnonymousVariableNameCreator

Inherited and Abstract methods

def fullName: String

Attributes

Inherited from:
ClosureNameCreator