PhpFunction

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[SymbolSummary]
trait Comparable[SymbolSummary]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def <(that: SymbolSummary): Boolean

Attributes

Inherited from:
Ordered
def <=(that: SymbolSummary): Boolean

Attributes

Inherited from:
Ordered
def >(that: SymbolSummary): Boolean

Attributes

Inherited from:
Ordered
def >=(that: SymbolSummary): Boolean

Attributes

Inherited from:
Ordered
def compare(that: SymbolSummary): Int

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 from:
SymbolSummary
def compareTo(that: SymbolSummary): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product