InfixCall
amyc.ast.TreeModule.InfixCall
Represents an Infix call to a function For now, we only use it for operators.
It should be desugared to a Call(op, List(lhs, rhs))
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Exprtrait Treetrait Positionedclass Objecttrait Matchableclass Any
Members list
In this article