It would be a bit complex to have priorities built-in the parser,
so instead we take a simpler approach: first build a flat list,
and then build the operators one by one by order of priority
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
there is no way to know if numeric cells with generic format
are reals or integers... this method returns true if the first
100 rows do not include reals (or dates)
This method is used by ASTMethodCall because of primitive return
types; it will cast an IntValue for a primitive int, but
will make a JavaObject for an Integer object