Uses of Class
cdx.scorebot.scoring.logic.IllegalOperandException

Packages that use IllegalOperandException
cdx.scorebot.scoring.logic Contains the data structures used to hold and process the information parsed by the Scoring Logic lexical analyzer. 
 

Uses of IllegalOperandException in cdx.scorebot.scoring.logic
 

Methods in cdx.scorebot.scoring.logic that throw IllegalOperandException
protected  boolean Context.compareDates(java.lang.String date1, OperatorType booleanOp, java.lang.String date2)
          Compare two dates with the specified boolean operator.
protected  int Context.count(java.lang.String testName, int numResultsToLookAt, java.lang.String resultName, OperatorType operator, Literal operand2)
          counts the number of a times a given result meets a given condition for some number of iterations of the test.
static Literal OperatorType.evaluate(Literal o1, OperatorType operator, Literal o2)
          evaluates the specified binary operator on the specified operands
static Literal OperatorType.evaluate(OperatorType operator, Literal o)
          evaluates the specified unary operator on the specified operand