A B C D E F G H I J L M N O P R S T U V _

R

REAL - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'REAL' type.
REAL() - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates an empty REAL.
REAL(boolean) - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates an empty REAL and sets encoding mode.
REAL(double) - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates a REAL and initialize it with the double value.
REAL(double, boolean) - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates a REAL, initializes it with the double value and sets encoding mode.
REAL(long, int, int) - Constructor for class jp.bitmeister.asn1.type.builtin.REAL
Instantiates a REAL and initializes it with the value specified by the M*B^E formula.
reference() - Method in class jp.bitmeister.asn1.type.TypeSpecification
Returns the specification of the referencing type of this type.
register(Class<? extends ASN1Type>) - Method in class jp.bitmeister.asn1.type.ASN1Module
Registers the ASN.1 type to this module.

A B C D E F G H I J L M N O P R S T U V _