ClassOrFunDef

amyc.ast.TreeModule.ClassOrFunDef
trait ClassOrFunDef extends Definition

Attributes

Graph
Supertypes
trait Definition
trait Tree
trait Positioned
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

def mods(mods: List[String]): ClassOrFunDef.this.type
def mods: List[String]

Inherited methods

def hasPosition: Boolean

Attributes

Inherited from:
Positioned

Attributes

Inherited from:
Positioned
def setPos(other: Positioned): Positioned.this.type

Attributes

Inherited from:
Positioned
def setPos(pos: Position): Positioned.this.type

Attributes

Inherited from:
Positioned
def tpe: Type

Attributes

Inherited from:
Tree
final def withType(tpe: Type): Tree.this.type

Attributes

Inherited from:
Tree

Inherited fields

val name: Name

Attributes

Inherited from:
Definition
protected var pos_: Position

Attributes

Inherited from:
Positioned