ParamInfo

data class ParamInfo(name: String, smtName: String, type: Type?, element: Element?, thisFromConstructor: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val element: Element?
Link copied to clipboard
val name: String
Link copied to clipboard
val smtName: String
Link copied to clipboard
val thisFromConstructor: Boolean = false
Link copied to clipboard
val type: Type?