starling-framework
Version:
A fast, productive library for 2D cross-platform development.
26 lines (19 loc) • 1.22 kB
JavaScript
// Enum: haxe.macro.Access
var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this
$global.Object.defineProperty(exports, "__esModule", {value: true});
// Imports
var $estr = require("./../../estr_stub").default;
var $hxEnums = require("./../../hxEnums_stub").default;
// Definition
var Access = $hxEnums["haxe.macro.Access"] = { __ename__ : "haxe.macro.Access", __constructs__ : ["APublic","APrivate","AStatic","AOverride","ADynamic","AInline","AMacro","AFinal","AExtern"]
,AStatic: {_hx_index:2,__enum__:"haxe.macro.Access",toString:$estr}
,APublic: {_hx_index:0,__enum__:"haxe.macro.Access",toString:$estr}
,APrivate: {_hx_index:1,__enum__:"haxe.macro.Access",toString:$estr}
,AOverride: {_hx_index:3,__enum__:"haxe.macro.Access",toString:$estr}
,AMacro: {_hx_index:6,__enum__:"haxe.macro.Access",toString:$estr}
,AInline: {_hx_index:5,__enum__:"haxe.macro.Access",toString:$estr}
,AFinal: {_hx_index:7,__enum__:"haxe.macro.Access",toString:$estr}
,AExtern: {_hx_index:8,__enum__:"haxe.macro.Access",toString:$estr}
,ADynamic: {_hx_index:4,__enum__:"haxe.macro.Access",toString:$estr}
};
exports.default = Access;