DISubprogram

case class DISubprogram(name: String, linkageName: String, scope: Scope, file: DIFile, line: DILine, tpe: DISubroutineType, unit: DICompileUnit, flags: DIFlags) extends Scope with CanBeRecursive
trait Scope
trait Product
trait Equals
trait Node
trait Metadata
class Object
trait Matchable
class Any

Value members

Concrete methods

override def distinct: Boolean
Definition Classes
override def recursiveNodes: Seq[Node]
Definition Classes

Inherited methods

def assignId(v: Id): Unit
Inherited from:
Node
Inherited from:
Node
Inherited from:
SpecializedNode
Inherited from:
Product

Concrete fields