MemberDef

org.scalajs.ir.Trees.MemberDef
sealed abstract class MemberDef extends IRNode

Any member of a ClassDef.

Partitioned into AnyFieldDef, MethodDef, JSConstructorDef and JSMethodPropDef.

Attributes

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

Members list

Value members

Inherited methods

def pos: Position

Attributes

Inherited from:
IRNode
def show: String

Attributes

Inherited from:
IRNode

Abstract fields