viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.syntax.operators
/
ArithmeticOperator
/
apply
apply
override
fun
apply
(
argument1
:
Value
,
argument2
:
Value
)
:
Value
Content copied to clipboard
Computes the result of applying this operator to
argument1
and
argument2
.
abstract
fun
apply
(
left
:
Int
,
right
:
Int
)
:
Int
Content copied to clipboard