enum class compiler::VisitDepth

sys::Obj
  sys::Enum
    compiler::VisitDepth

@Serializable { simple=true }

Source

VisitDepth enumerates how deep to traverse the AST

expr

const static VisitDepth expr := ...

Source

fromStr

static new fromStr(Str name, Bool checked := true)

Source

Return the VisitDepth instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

slotDef

const static VisitDepth slotDef := ...

Source

stmt

const static VisitDepth stmt := ...

Source

typeDef

const static VisitDepth typeDef := ...

Source

vals

const static VisitDepth[] vals := ...

Source

List of VisitDepth values indexed by ordinal