Function

data class Function(val function: (ComplexNumber) -> ComplexNumber, val inside: AstMember)(source)

Function class that holds the information of a FunctionExpression

Operation contains the components of a function: Function type, Inside

Since

Version 1.0

See also

Constructors

Link copied to clipboard
constructor(function: (ComplexNumber) -> ComplexNumber, inside: AstMember)

Properties

Link copied to clipboard

an (ComplexNumber) -> ComplexNumber

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
operator fun component2(): AstMember
Link copied to clipboard
fun copy(function: (ComplexNumber) -> ComplexNumber, inside: AstMember): Function
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String