LambdaTypeInfo

io.joern.gosrc2cpg.datastructures.LambdaTypeInfo
case class LambdaTypeInfo(lambdaStructTypeFullName: String, returnTypeFullname: String) extends Comparable[LambdaTypeInfo]

Attributes

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

Members list

Value members

Concrete methods

override def compareTo(that: LambdaTypeInfo): Int

Attributes

Definition Classes
Comparable

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product