Uses of Class
cdx.scorebot.scoring.logic.parser.TokenMgrError

Packages that use TokenMgrError
cdx.scorebot.app.reporter Contains classes related to the Reporter. 
cdx.scorebot.scoring The framework for scoring test results. 
cdx.scorebot.scoring.logic.parser Contains the Scoring Logic lexical analyzer and parser. 
 

Uses of TokenMgrError in cdx.scorebot.app.reporter
 

Methods in cdx.scorebot.app.reporter that throw TokenMgrError
static void ScoringStats.generateCompleteStats(java.lang.String compName, int minPts, int initPts, int maxPts, java.util.Vector<TeamReportingInfo> teamsToScoreInfo, java.lang.String outputPath, java.lang.String templatePath, java.lang.String reportComments, java.lang.String desc, boolean useAllInfo, boolean makeFull)
          Generates statistics based on the specified input and output paths
static void ScoringStats.generateCompleteStats(java.lang.String compName, int minPts, int initPts, int maxPts, java.util.Vector<TeamReportingInfo> teamsToScoreInfo, java.lang.String outputPath, java.lang.String templatePath, java.lang.String reportComments, java.lang.String desc, boolean useAllInfo, boolean makeFull, javax.swing.JProgressBar progressBar)
          Generates statistics based on the specified input and output paths
 

Constructors in cdx.scorebot.app.reporter that throw TokenMgrError
TeamScoringInfo(TeamReportingInfo teamInfo, int initPts, boolean hideUnreportedInfo)
          Initializes a TeamScoringInfo to hold scoring statistics regarding the specified team
 

Uses of TokenMgrError in cdx.scorebot.scoring
 

Methods in cdx.scorebot.scoring that throw TokenMgrError
static void ScoringRule.checkCode(java.lang.String code, TestSuite ts)
          checks the specified code for compile-time errors
 void ScoringRule.checkCode(TestSuite ts)
          checks the code which describes this logic for compile-time errors
 void ScoringRule.prepareRule(TestSuite ts)
          Prepare this rule for execution -- determines what tests need to be tracked and builds the logic
 void ScoringRule.setCode(java.lang.String code)
          sets the code which describes this logic
 void ScoringRule.setCode(java.lang.String code, TestSuite ts)
          sets the code which describes this logic
 

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

Methods in cdx.scorebot.scoring.logic.parser with parameters of type TokenMgrError
 java.lang.String LogicParser.generateInformedLogicException(TokenMgrError e)
          generates a LogicException documented with the specified line and column at which the error occurred (the stack trace is preserved)
 

Methods in cdx.scorebot.scoring.logic.parser that throw TokenMgrError
static void LogicParser.main(java.lang.String[] args)