Module dev.civl.mc

Interface CharLiteralExpression

All Superinterfaces:
Expression, LiteralExpression, Sourceable

public interface CharLiteralExpression extends LiteralExpression
  • Method Details

    • value

      char value()
      Returns:
      The char value.
    • setValue

      void setValue(char value)
      Update the value of this char literal.
      Parameters:
      value - The char to be used as the value of the char literal.