enum classmustache::State
sys::Obj sys::Enum mustache::State
@
Serializable { simple=true }
const static State ctag := ...
const static State end := ...
const static State end_r := ...
static new fromStr(Str name, Bool checked := true)
Return the State instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static State otag := ...
const static State tag := ...
const static State tag_r := ...
const static State text := ...
const static State text_r := ...
const static State[] vals := ...
List of State values indexed by ordinal