Add Expression
data class AddExpression(lineNumber: Int, expr1: ExpressionNode, expr2: ExpressionNode) : BinaryExpression, ComparableTypes
Content copied to clipboard
Add expression
Constructors
AddExpression
Link copied to clipboard
fun AddExpression(lineNumber: Int, expr1: ExpressionNode, expr2: ExpressionNode)
Content copied to clipboard
Create empty Add expression
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(lineNumber: Int, expr1: ExpressionNode, expr2: ExpressionNode): AddExpression
Content copied to clipboard
Properties
compatibleTypes
Link copied to clipboard
expr1
Link copied to clipboard
expr2
Link copied to clipboard
lineNumber
Link copied to clipboard