cloud.orbit.dsl.ast / Type

Type

data class Type : AstNode

Constructors

<init>

Type(name: String, of: List<Type> = emptyList())

Properties

isGeneric

val isGeneric: Boolean

name

val name: String

of

val of: List<Type>