macro.ExprDef

ExprDef

package haxe-macro

import haxe.macro.Expr

Available on all platforms

Represents the kind of a node in the AST.

Values

EConst(c:Constant)

A constant.

EArray(e1:Expr, e2:Expr)

Array access e1[e2].

EBinop(op:Binop, e1:登录查看完整内容