mixin compiler::FConst

compiler::FConst

Source

FConst provides all the fcode constants

Abstract

const static Int Abstract := 1

Source

Const

const static Int Const := 2

Source

Ctor

const static Int Ctor := 4

Source

Enum

const static Int Enum := 8

Source

EnumOrdinalAttr

const static Str EnumOrdinalAttr := "EnumOrdinal"

Source

ErrTableAttr

const static Str ErrTableAttr := "ErrTable"

Source

FCodeVersion

const static Str FCodeVersion := "1.0.51"

Source

Facet

const static Int Facet := 16

Source

FacetsAttr

const static Str FacetsAttr := "Facets"

Source

Final

const static Int Final := 32

Source

FlagsMask

const static Int FlagsMask := 1048575

Source

Getter

const static Int Getter := 64

Source

Internal

const static Int Internal := 128

Source

LineNumberAttr

const static Str LineNumberAttr := "LineNumber"

Source

LineNumbersAttr

const static Str LineNumbersAttr := "LineNumbers"

Source

Mixin

const static Int Mixin := 256

Source

Native

const static Int Native := 512

Source

Once

const static Int Once := 524288

Source

Override

const static Int Override := 1024

Source

Param

const static Int Param := 1

Source

ParamDefaultAttr

const static Str ParamDefaultAttr := "ParamDefault"

Source

Private

const static Int Private := 2048

Source

Protected

const static Int Protected := 4096

Source

Public

const static Int Public := 8192

Source

Setter

const static Int Setter := 16384

Source

SourceFileAttr

const static Str SourceFileAttr := "SourceFile"

Source

Static

const static Int Static := 32768

Source

Storage

const static Int Storage := 65536

Source

Synthetic

const static Int Synthetic := 131072

Source

Virtual

const static Int Virtual := 262144

Source