Companion

object Companion

Functions

Link copied to clipboard
fun abstractMethod(): MethodDefinitionException

Answer a MethodDefinitionException that indicates the resolved definition is abstract.

Link copied to clipboard
fun extractUniqueMethod(methodDefinitions: A_Tuple): A_Definition

Answer the sole A_Definition from the given tuple of definitions, raising a MethodDefinitionException if the tuple doesn't have exactly one element.

Link copied to clipboard
fun forwardMethod(): MethodDefinitionException

Answer a MethodDefinitionException that indicates the resolved definition is a forward.

Link copied to clipboard
fun noMethod(): MethodDefinitionException

Answer a MethodDefinitionException that indicates the nonexistence of a method.