class

AsnTagMode

@Serializable { simple=true }
const class AsnTagMode : Enum

The tag mode for a AsnTag

constructors fromStr

Return the AsnTagMode instance for the specified name

fields explicit

implicit

vals

List of AsnTagMode values indexed by ordinal

explicit const static AsnTagMode : explicit

fromStr static new fromStr(Str name, Bool checked)

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

implicit const static AsnTagMode : implicit

vals const static AsnTagMode[] : vals

List of AsnTagMode values indexed by ordinal

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST