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.
Implementation of a ComboBox -- a combination of a text field and drop-down list that lets the user either type in a value or select it
from a list that is displayed when the user asks for it.
Compare objects and return a value that indicates their relative order:
if (this > other) return > 0
if (this == other) return 0
if (this < other) return < 0
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.