Param

Param

data class Param

Data class to hold a parameter's id and valuetype from the docs:


param    ::=  ‘(’ ‘param’  id?  t:valtype ‘)’  => t

Fields

Name Description
val id: Local
val valType: ValueType

Constructors

<init>

constructor(id: Local, valType: ValueType)

Data class to hold a parameter's id and valuetype from the docs:


param    ::=  ‘(’ ‘param’  id?  t:valtype ‘)’  => t

Parameters

Name Description
id: Local
valType: ValueType

Methods

equals

fun equals(other: Any?): Boolean

Parameters

Name Description
other: Any?

ReturnValue

Name Description
Boolean

hashCode

fun hashCode(): Int

ReturnValue

Name Description
Int