| Modifier and Type | Method and Description | 
|---|---|
Asn1PerBitField | 
Asn1PerBitFieldList.getCurrBitField()
This method returns a reference to the current bit field
 object (i.e. the one that was last created). 
 | 
Asn1PerBitField | 
Asn1PerBitFieldList.newBitField(java.lang.String nameSuffix,
           int bitOffset,
           int bitCount)
This method creates a new bit field object with the given
 properties and appends it to the bit field list. 
 |