data class ActorDeclaration : Declaration
<init>
ActorDeclaration(name: String, methods: List<ActorMethod> = emptyList())
methods
val methods: List<ActorMethod>
name
val name: String