Fantom

 

const final enum

compiler::VisitDepth

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

@Serializable { simple=true collection=false }

VisitDepth enumerates how deep to traverse the AST

Slots

exprSource

const static VisitDepth expr

fromStrSource

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

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

slotDefSource

const static VisitDepth slotDef

stmtSource

const static VisitDepth stmt

typeDefSource

const static VisitDepth typeDef

valsSource

const static VisitDepth[] vals := ...

List of VisitDepth values indexed by ordinal