Class CPConstantNumber

    • Constructor Detail

      • CPConstantNumber

        public CPConstantNumber​(byte tag,
                                java.lang.Object value,
                                int globalIndex)
        Constructs a new instance.
        Parameters:
        tag - One-byte tag indicates the kind of constant.
        value - The value.
        globalIndex - Global index.
    • Method Detail

      • getNumber

        protected java.lang.Number getNumber()
        The value as a Number.
        Returns:
        The value as a Number.