operator: *
operands: 1,2
lhs: 1
rhs: 2
operator: -
operands: b,a
lhs: b
rhs: a
binaryExpression (1 * 2)
  typeReference (int)
  literal (1)
    typeReference (int)
  literal (2)
    typeReference (int)