PhpScopeElement

io.joern.php2cpg.utils.PhpScopeElement$
See thePhpScopeElement companion class

Attributes

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

Members list

Value members

Concrete methods

def apply(method: NewMethod): PhpScopeElement
def apply(typeDecl: NewTypeDecl): PhpScopeElement
def apply(namespace: NewNamespaceBlock): PhpScopeElement
def unapply(scopeElement: PhpScopeElement): Option[NewNode]