API Documentation

enum Binop

package haxe.macro

import haxe.macro.Expr

A binary operator.

See:

https://haxe.org/manual/types-numeric-operators.html

Values

OpAdd

+

OpMult

*

OpDiv

/

OpSub

-

OpAssign

=

OpEq

==

OpNotEq

!=

OpGt

>

OpGte

>=

OpLt

<

OpLte

<=

OpAnd

&

OpOr

|

OpXor

^

OpBoolAnd

&&

OpBoolOr

||

OpShl

<<

OpShr

>>

OpUShr

>>>

OpMod

%

OpAssignOp(op:Binop)

+= -= /= *= <<= >>= >>>= |= &= ^= %=

OpInterval

...

OpArrow

=>

© 2018