MethodLike

io.joern.x2cpg.datastructures.MethodLike
trait MethodLike extends MemberLike

A function or procedure.

Attributes

Graph
Supertypes
trait MemberLike
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def name: String

Attributes

Returns

the name of the method.

def returnType: String

Stores the return type name.

Stores the return type name.

Attributes

Returns

the return type name.