java.lang.Object
technology.sola.script.parser.ParserConstants
ParserConstants holds constants used while parsing a sola script.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The maximum number of arguments allowed for a function or method. -
Method Summary
-
Field Details
-
MAX_ARGUMENTS
public static final int MAX_ARGUMENTSThe maximum number of arguments allowed for a function or method.- See Also:
-