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

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

Uses of ConditionalOrExpression in cdx.scorebot.scoring.logic
 

Constructors in cdx.scorebot.scoring.logic with parameters of type ConditionalOrExpression
IfStatement(ConditionalOrExpression condition, Statement ifBody)
          instantiate an if statement
IfStatement(ConditionalOrExpression condition, Statement ifBody, Statement elseBody)
          instantiate an if-else statement
 

Uses of ConditionalOrExpression in cdx.scorebot.scoring.logic.parser
 

Methods in cdx.scorebot.scoring.logic.parser that return ConditionalOrExpression
 ConditionalOrExpression LogicParser.prConditionalOrExpression()