Scope
io.joern.php2cpg.utils.Scope
class Scope(summary: Map[String, Seq[SymbolSummary]])(implicit nextClosureName: () => String) extends Scope[String, NewNode, PhpScopeElement]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Scope
Attributes
- Definition Classes
-
Scope
Attempts to resolve a simple symbol.
Attempts to resolve a simple symbol.
Note: This will be extended to notify the caller if this identifier is instead a local variable.
Attributes
Declares imports to load into this scope.
Declares imports to load into this scope.
Value parameters
- imports
-
the import nodes generated from parsing PhpUseStmt and PhpGroupUseStmt nodes.
Attributes
Inherited methods
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
In this article