class

AsnTagClass

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

The tag class for an AsnTag

constructors fromStr

Return the AsnTagClass instance for the specified name

fields app

univ

vals

List of AsnTagClass values indexed by ordinal

context

priv

mask

methods isUniv

Is this the UNIVERSAL class

isApp

Is this the APPLICATION class

isContext

Is this the CONTEXT class

isPriv

Is this the PRIVATE class

app const static AsnTagClass : app

context const static AsnTagClass : context

fromStr static new fromStr(Str name, Bool checked)

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

isApp Bool isApp()

Is this the APPLICATION class

isContext Bool isContext()

Is this the CONTEXT class

isPriv Bool isPriv()

Is this the PRIVATE class

isUniv Bool isUniv()

Is this the UNIVERSAL class

mask const Int : mask

priv const static AsnTagClass : priv

univ const static AsnTagClass : univ

vals const static AsnTagClass[] : vals

List of AsnTagClass values indexed by ordinal

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