class SyntaxTree::Op

Op represents an operator literal in the source.

1 + 2

In the example above, the Op node represents the + operator.