ParamInfo

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

Properties

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