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

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

const static Int fromName(Str name)

Source

fromNames

const static Int fromNames(Str names)

Source

isAbstract

const static Bool isAbstract(Int flags)

Source

isConst

const static Bool isConst(Int flags)

Source

isCtor

const static Bool isCtor(Int flags)

Source

isEnum

const static Bool isEnum(Int flags)

Source

isFacet

const static Bool isFacet(Int flags)

Source

isFinal

const static Bool isFinal(Int flags)

Source

isGetter

const static Bool isGetter(Int flags)

Source

isInternal

const static Bool isInternal(Int flags)

Source

isMixin

const static Bool isMixin(Int flags)

Source

isNative

const static Bool isNative(Int flags)

Source

isOverride

const static Bool isOverride(Int flags)

Source

isPrivate

const static Bool isPrivate(Int flags)

Source

isProtected

const static Bool isProtected(Int flags)

Source

isPublic

const static Bool isPublic(Int flags)

Source

isSetter

const static Bool isSetter(Int flags)

Source

isStatic

const static Bool isStatic(Int flags)

Source

isStorage

const static Bool isStorage(Int flags)

Source

isSynthetic

const static Bool isSynthetic(Int flags)

Source

isVirtual

const static Bool isVirtual(Int flags)

Source

toNames

const static Str toNames(Int flags)

Source

toSlotDis

const static Str toSlotDis(Int f)

Source

toTypeDis

const static Str toTypeDis(Int f)

Source

Type flags to display including final class or mixin