enum classmustache::State
sys::Obj sys::Enum mustache::State
@Serializable { simple=true }
- ctag
- const static State ctag := ...
- end
- const static State end := ...
- end_r
- const static State end_r := ...
- fromStr
- 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. 
- otag
- const static State otag := ...
- tag
- const static State tag := ...
- tag_r
- const static State tag_r := ...
- text
- const static State text := ...
- text_r
- const static State text_r := ...
- vals
- const static State[] vals := ...- List of State values indexed by ordinal