TypeDef
        data class TypeDef
      
Fields
| Name | Description | 
|---|---|
| val funcType: FunctionType | |
| val stringRepr: String? | 
Constructors
<init>
        constructor(funcType: FunctionType, stringRepr: String?)
      
Parameters
| Name | Description | 
|---|---|
| funcType: FunctionType | |
| stringRepr: String? | 
Methods
toString
        fun toString(): String
      
ReturnValue
| Name | Description | 
|---|---|
| String |