valgolang
/
com.valgolang.frontend.datastructures
/
ErrorMethod
Error
Method
object
ErrorMethod
:
DataStructureMethod
Content copied to clipboard
Error method
Used in semantic checks to return when method does not exist on data structure.
Functions
Properties
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
argumentTypes
Link copied to clipboard
open override val
argumentTypes
:
List
<
Pair
<
Type
,
Boolean
>>
Content copied to clipboard
returnType
Link copied to clipboard
open override val
returnType
:
Type
Content copied to clipboard
varargs
Link copied to clipboard
open override val
varargs
:
Boolean
= false
Content copied to clipboard