W3cubDocs

/Haxe

TypedExpr

package haxe.macro

import haxe.macro.Type

Available on all platforms

Represents a typed AST node.

Fields

t:Type

The type of the expression.

pos:Position

The position of the expression.

expr:TypedExprDef

The expression kind.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/macro/TypedExpr.html