enum class compiler::VisitDepth
sys::Obj sys::Enum compiler::VisitDepth
@Serializable { simple=true }
VisitDepth enumerates how deep to traverse the AST
- expr
-
const static VisitDepth expr := ...
- fromStr
-
static new 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.
- slotDef
-
const static VisitDepth slotDef := ...
- stmt
-
const static VisitDepth stmt := ...
- typeDef
-
const static VisitDepth typeDef := ...
- vals
-
const static VisitDepth[] vals := ...
List of VisitDepth values indexed by ordinal