AsnBool

    class AsnBool(AsnBasicNode)
       This class stores the semantic content of an ASN.1 BOOLEAN.
       Members:
           _name : the name of the type (or var)
           _isOptional : if True, node is optional
           _bDefaultValue : one of True,False,None.