abstract case class UseCase

Constructors

UseCase ( comment: Comment , code: String , codePos: Position )

Members

[+] val code : String
[+] val codePos : Position
[+] val comment : Comment
[+] var tpdCode : DefDef

Set by typer

Set by typer

[+] def _1 : T1
[+] def _2 : T2
[+] def _3 : T3
[+] def tpdCode_= ( x$1: DefDef ) : Unit

Set by typer

Set by typer

[+] def untpdCode : Tree