Uses of Interface
cdx.scorebot.scoring.logic.PrimaryExpressionType

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

Uses of PrimaryExpressionType in cdx.scorebot.scoring.logic
 

Classes in cdx.scorebot.scoring.logic that implement PrimaryExpressionType
 class Expression
          holds an expression which evaluates to a value
 class Identifier
          Stores the name of a Variable
 class Literal
          holds a literal value
 class Method
          evaluates a method call which returns a value (this is called a "function")
 class TestConfigValue
          holds the value of some test result
 class TestResultValue
          holds the value of some test result
 

Constructors in cdx.scorebot.scoring.logic with parameters of type PrimaryExpressionType
PrimaryExpression(PrimaryExpressionType primExp)
          Construct a primary expression to be executed