W3cubDocs

/Haxe

MetadataEntry

package haxe.macro

import haxe.macro.Expr

Available on all platforms

Represents a metadata entry in the AST.

Fields

pos:Position

The position of the metadata entry.

optionalparams:Null<Array<Expr>>

The optional parameters of the metadata entry.

name:String

The name of the metadata entry.

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