Interface CtLiteral<T>

    • Method Detail

      • getValue

        T getValue()
        Gets the actual value of the literal (statically known).
      • setValue

        <C extends CtLiteral<T>> C setValue​(T value)
        Sets the actual value of the literal.
      • getBase

        LiteralBase getBase()
        Gets the base of the numeric literal (2, 8, 10 or 16).
      • setBase

        <C extends CtLiteral<T>> C setBase​(LiteralBase base)
        Sets the base of the numeric literal.