W3cubDocs

/Haxe

BaseType

package haxe.macro

import haxe.macro.Type

Available on all platforms

The information that all types (ClassType, EnumType, DefType, AbstractType) have in common.

Fields

pos:Position

The position of the type.

params:Array<TypeParameter>

The type parameters of the type.

pack:Array<String>

The package of the type.

name:String

The name of the type.

module:String

The module name of the type, which might be different.

meta:MetaAccess

The metadata of the type.

isPrivate:Bool

Whether or not the type is private.

isExtern:Bool

Whether or not the type is extern.

exclude():Void

Allows excluding the type from compilation.

doc:Null<String>

The associated documentation of the class field.

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