Class InfixOpExpr

  • All Implemented Interfaces:
    AstNode
    Direct Known Subclasses:
    AsExpr, IsExpr

    public class InfixOpExpr
    extends BinaryOpExpr
    A BinaryOpExpr for AS3 infix operators that are not supported directly in JS. For JS, the operand is generated as a function receiving the two arguments.
    Author:
    Frank Wienberg