Class Messages

java.lang.Object
com.maroontress.intexpr.impl.Messages

public final class Messages extends Object
Provides messages for exceptions that Compiler and Interpreter throw.
  • Method Details

    • of

      public static String of(com.maroontress.clione.Token token, String m)
      Returns a new message for the exception.
      Parameters:
      token - The token corresponding to the operator.
      m - The message.
      Returns:
      The message for the exception.