Class ParserConstants

java.lang.Object
technology.sola.script.parser.ParserConstants

public class ParserConstants extends Object
ParserConstants holds constants used while parsing a sola script.
  • Field Details

    • MAX_ARGUMENTS

      public static final int MAX_ARGUMENTS
      The maximum number of arguments allowed for a function or method.
      See Also: