BinaryMinusSyntax
data class BinaryMinusSyntax(operation: String, left: OperandSyntax, right: OperandSyntax) : BinarySyntax
Content copied to clipboard
Represents binary, infix subtraction (42 − 42).
Author
Iaroslav Postovalov
Parameters
left
The minuend.
right
The subtrahend.
Constructors
BinaryMinusSyntax
Link copied to clipboard
fun BinaryMinusSyntax(operation: String, left: OperandSyntax, right: OperandSyntax)
Content copied to clipboard
The minuend.
Properties
Sources
common source
Link copied to clipboard