PhpMember

io.joern.php2cpg.passes.SymbolSummaryPass.PhpMember
case class PhpMember(name: String) extends SymbolSummary

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override 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.

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product