const class compilerDoc::DocFlags

sys::Obj
  compilerDoc::DocFlags

Source

DocFlags models the flags used to annotate types and slots

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

Facet

const static Int Facet := 16

Source

Final

const static Int Final := 32

Source

Getter

const static Int Getter := 64

Source

Internal

const static Int Internal := 128

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

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

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

fromName

static Int fromName(Str name)

Source

fromNames

static Int fromNames(Str names)

Source

isAbstract

static Bool isAbstract(Int flags)

Source

isConst

static Bool isConst(Int flags)

Source

isCtor

static Bool isCtor(Int flags)

Source

isEnum

static Bool isEnum(Int flags)

Source

isFacet

static Bool isFacet(Int flags)

Source

isFinal

static Bool isFinal(Int flags)

Source

isGetter

static Bool isGetter(Int flags)

Source

isInternal

static Bool isInternal(Int flags)

Source

isMixin

static Bool isMixin(Int flags)

Source

isNative

static Bool isNative(Int flags)

Source

isOnce

static Bool isOnce(Int flags)

Source

isOverride

static Bool isOverride(Int flags)

Source

isPrivate

static Bool isPrivate(Int flags)

Source

isProtected

static Bool isProtected(Int flags)

Source

isPublic

static Bool isPublic(Int flags)

Source

isSetter

static Bool isSetter(Int flags)

Source

isStatic

static Bool isStatic(Int flags)

Source

isStorage

static Bool isStorage(Int flags)

Source

isSynthetic

static Bool isSynthetic(Int flags)

Source

isVirtual

static Bool isVirtual(Int flags)

Source

toNames

static Str toNames(Int flags)

Source

toSlotDis

static Str toSlotDis(Int f)

Source

toTypeDis

static Str toTypeDis(Int f)

Source

Type flags to display including final class or mixin