SymbolSummary
io.joern.php2cpg.passes.SymbolSummaryPass.SymbolSummary
sealed trait SymbolSummary extends Ordered[SymbolSummary]
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Abstract methods
Attributes
- Returns
-
the fully qualified identifier of the symbol as per its definition.
Concrete methods
Allows symbols to be compared. When resolving imports, the order of precedence is: Classes, Functions, Constants, Namespaces.
Allows symbols to be compared. When resolving imports, the order of precedence is: Classes, Functions, Constants, Namespaces.
Value parameters
- that
-
the other symbol.
Attributes
- Returns
-
the outcome of the comparison.
Inherited methods
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
In this article