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)(implicit nextClosureName: () => String): PhpScopeElement
def apply(typeDecl: NewTypeDecl)(implicit nextClosureName: () => String): PhpScopeElement
def apply(namespace: NewNamespaceBlock)(implicit nextClosureName: () => String): PhpScopeElement
def unapply(scopeElement: PhpScopeElement): Option[NewNode]