endColumn -
Variable in class cdx.scorebot.scoring.logic.parser.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.
endLine -
Variable in class cdx.scorebot.scoring.logic.parser.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.
executes the scoring logic on the specified TestEvent and returns any
resulting TestScoreEvents, or null if none was generated (this just passes
the TestEvent to ScoringLogic's executeLogic method)