class AsnInt(AsnBasicNode) This class stores the semantic content of an ASN.1 INTEGER. Members: _name : the name of the type (or var) _isOptional : if True, node is optional _range : a tuple containing the valid range for the integer or [] _iDefaultValue : either None, or the default value for this integer