SymbolSummary

io.joern.php2cpg.passes.SymbolSummaryPass.SymbolSummary
sealed trait SymbolSummary

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class PhpClass
class PhpFunction
class PhpMember
class PhpNamespace

Members list

Value members

Abstract methods

def +(o: SymbolSummary): Seq[SymbolSummary]

Combines two symbol summary objects at the same namespace/AST level.

Combines two symbol summary objects at the same namespace/AST level.

Value parameters

o

the object to combine with.

Attributes

Returns

two separate objects if they cannot be combined, or a single combined object if otherwise.